blob: ebe018c2ca2ec57d2887cc4a9cb011faecda1cea [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGClipPathElement extends
SVGElement,
SVGTests,
SVGLangSpace,
SVGExternalResourcesRequired,
SVGStylable,
SVGTransformable,
SVGUnitTypes {
public SVGAnimatedEnumeration getClipPathUnits( );
}