summaryrefslogblamecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/text/SVGAltGlyphDefElement.java
blob: b9fe19cd65f4791dc0fa73748bfe8156638cb637 (plain) (tree)




















                                                                                 
/*
 * SVGAltGlyphDefElement.java
 *
 * Created on April 13, 2007, 9:53 AM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package com.kitfox.salamander.svg.text;

import com.kitfox.salamander.svg.basic.SVGElement;

/**
 * The SVGAltGlyphDefElement interface corresponds to the 'altGlyphDef' element.
 * @author kitfox
 */
public interface SVGAltGlyphDefElement extends SVGElement
{
    
}