DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43953>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43953

           Summary: <animateMotion> with relative path offsets not correct
           Product: Batik
           Version: 1.7
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Bridge
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The position of the arrow in this document is not animated correctly:

<svg xmlns='http://www.w3.org/2000/svg' width="1000px" height="600px">
  <path d="M200 200 l200 0 0 200 -200 0 z" fill="none" 
        stroke="black" stroke-width="4"/>
  <g fill="none" stroke="red" stroke-width="7" 
    transform="translate(200, 200)">
    <animateMotion path="M0 0 l200 0 0 200 -200 0 z" begin="2s" dur="8s"
                   repeatCount="indefinite" rotate="auto" />
    <line x1="0" y1="0" x2="50" y2="0"/>
    <line x1="50" y1="0" x2="35" y2="-15"/>
    <line x1="50" y1="0" x2="35" y2="15"/>
  </g>
</svg>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to