https://issues.apache.org/bugzilla/show_bug.cgi?id=46155

           Summary: Sandwich order incorrect with frozen animations
           Product: Batik
           Version: 2.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SVG DOM
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


In the following example, the <rect> should remain at (100,0) at the end of the
animations:

<svg xmlns="http://www.w3.org/2000/svg"; width="400" height="300">
  <rect width="10" height="10">
    <animateTransform attributeName="transform" type="translate" from="100,100"
to="100,0" begin="1" dur="1" fill="freeze"/>
    <animateTransform attributeName="transform" type="translate" from="0,0"
to="100,100" begin="0" dur="1" fill="freeze"/>
  </rect>
</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]

Reply via email to