summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGAnimateColorElement.java
blob: 14aca5119df37b1b15c2cab20e76b00569285f2f (plain) (blame)
1
2
3
4
5
6

package org.w3c.dom.svg;

public interface SVGAnimateColorElement extends 
               SVGAnimationElement {
}