Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGFEImageElement.java
2 package org.w3c.dom.svg;
4 public interface SVGFEImageElement extends 
5                SVGElement,
6                SVGURIReference,
7                SVGLangSpace,
8                SVGExternalResourcesRequired,
9                SVGFilterPrimitiveStandardAttributes {
11   public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( );
13 }