1 2 package org.w3c.dom.svg;3 4 public interface SVGFitToViewBox {5 public SVGAnimatedRect getViewBox( );6 public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio( );7 }8