summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGFEImageElement.java
blob: 2e4dff42863809273179c2d83b94cc91450ffc92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13

package org.w3c.dom.svg;

public interface SVGFEImageElement extends 
               SVGElement,
               SVGURIReference,
               SVGLangSpace,
               SVGExternalResourcesRequired,
               SVGFilterPrimitiveStandardAttributes {

  public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( );

}