6 lines
244 B
Java
6 lines
244 B
Java
package org.w3c.dom.svg;
|
|
|
|
public interface SVGFEImageElement extends SVGElement, SVGURIReference, SVGLangSpace, SVGExternalResourcesRequired, SVGFilterPrimitiveStandardAttributes {
|
|
SVGAnimatedPreserveAspectRatio getPreserveAspectRatio();
|
|
}
|