https://issues.apache.org/bugzilla/show_bug.cgi?id=46452
Summary: Exceptions thrown on to-animation with animateTransform
Product: Batik
Version: 1.7
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Animation engine
AssignedTo: [email protected]
ReportedBy: [email protected]
The following SVG file (which uses to-animation with <animateTransform>) throws
many exceptions with the message "null".
<svg xmlns="http://www.w3.org/2000/svg">
<g transform="translate(150 150)">
<path d="M-2 50h4v -90h4l -6 -10 -6 10h4z" fill="blue"
transform="rotate(-90) translate(0 50) scale(2)">
<animateTransform attributeName="transform"
type="rotate" to="180" dur="2s" fill="freeze" additive="sum"/>
</path>
</g>
</svg>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]