blob: 1f7f7280cacacb3ab2b1c004efc985ba26662107 [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGAnimatedPoints {
public SVGPointList getPoints( );
public SVGPointList getAnimatedPoints( );
}