1 2 package org.w3c.dom.svg;3 4 public interface SVGAnimatedPreserveAspectRatio {5 public SVGPreserveAspectRatio getBaseVal( );6 public SVGPreserveAspectRatio getAnimVal( );7 }8