You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2008/11/06 00:30:34 UTC

DO NOT REPLY [Bug 46155] New: Sandwich order incorrect with frozen animations

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: batik-dev@xmlgraphics.apache.org
        ReportedBy: cam@apache.org


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: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 46155] Sandwich order incorrect with frozen animations

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46155


Cameron McCormack <ca...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Cameron McCormack <ca...@apache.org>  2008-11-05 20:16:53 PST ---
Fixed in r711768 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=711768 ).


-- 
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: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org