-
Type:
Bug
-
Status: Resolved
-
Resolution: Duplicate
-
Affects Version/s: 1.7
-
Fix Version/s: None
-
Component/s: GVT
-
Labels:None
-
Environment:Operating System: Mac OS X 10.4
Platform: Macintosh
URL: http://www.w3.org/Graphics/SVG/Group/repository/testsuite/1.1/svg/animate-elem-38-t.svg
In the given example I get a null pointer exception when animating the viewBox
value of the root element.
java.lang.NullPointerException
at org.apache.batik.dom.svg.SVGOMElement.updateAttributeValue(Unknown
Source)
at org.apache.batik.anim.AnimationEngine.tick(Unknown Source)
at org.apache.batik.bridge.SVGAnimationEngine.access$600(Unknown Source)
at
org.apache.batik.bridge.SVGAnimationEngine$AnimationTickRunnable.run(Unknown
Source)
at org.apache.batik.util.RunnableQueue.run(Unknown Source)
at java.lang.Thread.run(Thread.java:613)
- duplicates
-
BATIK-719 NullPointerException in SMIL animation, probably related to viewBox animation
- Resolved