blob: d40c6a1a49cd24c5d9e23cd210a3a5a6354eae55 [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGFitToViewBox {
public SVGAnimatedRect getViewBox( );
public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( );
}