summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/svg/animation/AnimateColor.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/svg/animation/AnimateColor.java')
-rw-r--r--src/main/java/com/kitfox/svg/animation/AnimateColor.java9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main/java/com/kitfox/svg/animation/AnimateColor.java b/src/main/java/com/kitfox/svg/animation/AnimateColor.java
index a5f59f8..a88bbdc 100644
--- a/src/main/java/com/kitfox/svg/animation/AnimateColor.java
+++ b/src/main/java/com/kitfox/svg/animation/AnimateColor.java
@@ -53,6 +53,8 @@ import org.xml.sax.SAXException;
*/
public class AnimateColor extends AnimateBase implements AnimateColorIface
{
+ public static final String TAG_NAME = "animateColor";
+
protected Color fromValue;
protected Color toValue;
@@ -61,7 +63,12 @@ public class AnimateColor extends AnimateBase implements AnimateColorIface
public AnimateColor()
{
}
-
+
+ public String getTagName()
+ {
+ return TAG_NAME;
+ }
+
public void loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent) throws SAXException
{
//Load style string