When I try to use Firebug to tinker with SVG, a funny thing happens:

code that looks like:

<rect width="100%" height="100%" fill="yellow" />
<circle r="50" />
<text font-size="12" x="50" y="20">Click something to remove it</text>
<text font-size="12" x="50" y="80">Click nothing to add something</
text>
<path id="Q" d="M 0, 0 C 1000,100 0,300 900 400" stroke="red" stroke-
width="3" fill="none" />

Ends up getting the trailing /'s at the end of the tags eliminated.
The code still seems to work in the temporary environment created by
Firebug, but if one exports it, saves it, and then reexamines it in
Firefox 4, it, as would be expected, fails.

I am unlikely to check this forum for feedback, so please e-mail me at
daviddotdaileyatsrudotedu if I am missing something obvious.

cheers
David

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to