summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio.java
blob: 6708a3524c4a859e56f65c36dbeb290919611cfe (plain) (blame)
1
2
3
4
5
6
7

package org.w3c.dom.svg;

public interface SVGAnimatedPreserveAspectRatio {
  public SVGPreserveAspectRatio getBaseVal( );
  public SVGPreserveAspectRatio getAnimVal( );
}