summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGMissingGlyphElement.java
blob: ce426fffd271cce126dfe268116c53c79e72cd09 (plain) (blame)
1
2
3
4
5
6
7

package org.w3c.dom.svg;

public interface SVGMissingGlyphElement extends 
               SVGElement,
               SVGStylable {
}