-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
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.carto.net/papers/svg/samples/japan_map_itinerary/japan.svgz
I think this NullPointerException appears when the first time a viewBox value
is animated.
Here is the first error message:
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)
- is duplicated by
-
BATIK-723 NullPointerException when animating viewBox attribute of documentElement
- Resolved