Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGTransformable.java
2 package org.w3c.dom.svg;
4 public interface SVGTransformable extends 
5                SVGLocatable {
6   public SVGAnimatedTransformList getTransform( );
7 }