blob: 75da0ceb70524196b69efa53afd84fa09922ea3b [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGAnimatedLength {
public SVGLength getBaseVal( );
public SVGLength getAnimVal( );
}