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