Hi!

I have here a little example of the use of the set tag. 

<svg>

    <rect id="bigRedText" x="20" y="100" width="25" height="25" rx="5" 
          ry="5" style="fill:lightgrey"/>
    <text x="50" y="115" font-size="14">Click me for big red         
            text</text>

    <text id="changingText" x="250" y="100" font-size="30" 
                               fill="black">Change me
        <set attributeName="font-size" from="14" to="50" 
              begin="bigRedText.click" end="accessKey(2)"/>
        <set attributeName="fill" from="black" to="red" 
              begin="bigRedText.click" end="accessKey(2)"/>
    </text>
</svg>

So the end condition doesn't work with accessKey(2). When I put
accesKey(2) in the begin condition it works but not in the end
condition. Why?

Any ideas?

tam





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to