niagara-ax/decompiled/org/w3c/dom/svg/SVGClipPathElement.java
2026-03-17 13:31:18 -07:00

6 lines
231 B
Java

package org.w3c.dom.svg;
public interface SVGClipPathElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable, SVGUnitTypes {
SVGAnimatedEnumeration getClipPathUnits();
}