5 lines
95 B
Java
5 lines
95 B
Java
package org.w3c.dom.svg;
|
|
|
|
public interface SVGGlyphElement extends SVGElement, SVGStylable {
|
|
}
|