I still have not found an answer for this problem. Anyone have more ideas?
Here is a snippet of code that does NOT work: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi- 0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="100%" height="100%" viewBox="0 0 2448 3168" preserveAspectRatio="xMinYMin slice" kerning="0" xml:space="preserve" id="svg2" sodipodi:version="0.32" inkscape:version="0.44"> <g id="myGroup"> <set attributeName="stroke" from="#000000" to="yellow" begin="mouseover" end="mouseout" id="set192" /><set attributeName="stroke-width" from="1px" to="5px" begin="mouseover" end="mouseout" id="set194" /><set attributeName="stroke-width" from="1px" to="3px" begin="click" end="click" id="set196" /><set attributeName="stroke" from="#000000" to="red" begin="click" end="mouseup+0.1" id="set198" /> <path style="fill:none;fill-rule:nonzero;stroke:black;stroke- width:1px;stroke-linecap:round;stroke-linejoin:round" d="M 1735,504 L 1741,490 L 1753,518 L 1765,490 L 1777,518 L 1789,490 L 1801,518 L 1807,504" id="path169" /> <path style="fill:none;fill-rule:nonzero;stroke:black;stroke- width:1px;stroke-linecap:round;stroke-linejoin:round" d="M 1505,504 L 1511,490 L 1523,518 L 1535,490 L 1547,518 L 1559,490 L 1571,518 L 1577,504 M 1541,490 L 1535,475 L 1541,490 L 1547,475 L 1541,490 L 1541,461" id="path179" /> <path id="startmeup" style="fill:none;fill-rule:nonzero;stroke:black;stroke- width:1px;stroke-linecap:round;stroke-linejoin:round" d="M 1442,576 L 1466,576 M 1430,564 L 1478,564 M 1418,552 L 1490,552 M 1505,504 L 1454,504 L 1454,552 M 1577,504 L 1735,504 M 1195,389 L 1541,389 L 1541,461"/> <path style="fill:none;fill-rule:nonzero;stroke:black;stroke- width:1px;stroke-linecap:round;stroke-linejoin:round" d="M 1807,504 L 1886,504 L 1886,463" id="path210" /></g> </svg> TIA --- In [email protected], "zedkineece" <[EMAIL PROTECTED]> wrote: > > I am new to SVG, and would like to know if there is a way similar to > set attributeName to a group of paths. I am playing around with > highilighting paths on a schematic, and I can do it for individual > paths, but haven't got it working for an entire group. Could someone > point me in the right direction? > ----- 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/

