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=43760>.
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=43760

           Summary: Animation causes document to hang
           Product: Batik
           Version: 1.7
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SVG Viewer
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The following document causes Squiggle to hang:

<?xml-stylesheet type="text/css" href="CSSButton3.css"?>
<svg xmlns="http://www.w3.org/2000/svg";
     xmlns:xlink="http://www.w3.org/1999/xlink";>
    <defs>
        <rect id="buttonBase" width="120" height="30" rx="5" ry="5"/>
        <use id="buttonNormal" xlink:href="#buttonBase" class="CSSButtonNormal"/
>
        <use id="buttonHighlight" xlink:href="#buttonBase" 
class="CSSButtonHighlight"/>
        <use id="buttonDepressed" xlink:href="#buttonBase" 
class="CSSButtonDepressed">
            <!--
            <animate attributeName="stroke-dashoffset" attributeType="CSS"
                     from="100%" to="0%" dur="5s" repeatCount="indefinite" />
            -->
        </use>
    </defs>
    <g>
        <use xlink:href="#buttonNormal" x="100" y="100" id="ButtonNormal">
            <set attributeName="xlink:href" attributeType="XML"
                 to="#buttonHighlight" begin="mouseover;mouseup" 
end="mouseout" />
            <set attributeName="xlink:href" attributeType="XML"
                 to="#buttonDepressed" begin="mousedown" 
end="mouseup;mouseout" />
        </use>
    </g>
</svg>

and CSSButton3.css is:

.CSSButtonNormal {fill:gray;stroke:black;stroke-width:2;}
.CSSButtonHighlight {fill:white;stroke:black;stroke-width:2;}
.CSSButtonDepressed {fill:black;stroke:black;stroke-width:2;stroke-dasharray:5 
5;}

-- 
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