summaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/kitfox/svg/A.java6
-rw-r--r--src/main/res/res/help/about/about.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/com/kitfox/svg/A.java b/src/main/java/com/kitfox/svg/A.java
index 52b94b5..30a8fae 100644
--- a/src/main/java/com/kitfox/svg/A.java
+++ b/src/main/java/com/kitfox/svg/A.java
@@ -35,7 +35,7 @@ import java.net.URI;
* @author Mark McKay
* @author <a href="mailto:mark@kitfox.com">Mark McKay</a>
*/
-public class A extends SVGElement {
+public class A extends Group {
URI href;
String title;
@@ -81,11 +81,11 @@ public class A extends SVGElement {
*/
public boolean updateTime(double curTime) throws SVGException
{
+ boolean changeState = super.updateTime(curTime);
// if (trackManager.getNumTracks() == 0) return false;
//Get current values for parameters
StyleAttribute sty = new StyleAttribute();
- boolean shapeChange = false;
if (getPres(sty.setName("xlink:href")))
{
@@ -97,6 +97,6 @@ public class A extends SVGElement {
title = sty.getStringValue();
}
- return shapeChange;
+ return changeState;
}
}
diff --git a/src/main/res/res/help/about/about.html b/src/main/res/res/help/about/about.html
index 4a6a716..dc52bcd 100644
--- a/src/main/res/res/help/about/about.html
+++ b/src/main/res/res/help/about/about.html
@@ -13,7 +13,7 @@
http://svgsalamander.dev.java.net<br>
http://www.kitfox.com<br>
<br>
- Last built: 2007, June, 6 06:53<br>
+ Last built: 2007, June, 8 12:33<br>
</div>
</body>
</html>