org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio Maven / Gradle / Ivy
package org.w3c.dom.svg;
public interface SVGAnimatedPreserveAspectRatio {
public SVGPreserveAspectRatio getBaseVal( );
public SVGPreserveAspectRatio getAnimVal( );
}
package org.w3c.dom.svg;
public interface SVGAnimatedPreserveAspectRatio {
public SVGPreserveAspectRatio getBaseVal( );
public SVGPreserveAspectRatio getAnimVal( );
}