Re: Layout Information for SVG Elements

Boris Zbarsky <[email protected]> Mon, 23 Nov 2009 22:13:14 -0500
Newsgroups gmane.comp.mozilla.devel.svg
Message-ID <[email protected]>
On 11/23/09 9:24 PM, Steven Roussey wrote:
> Looking at Issue 1953 for Firebug, I can see that Firebug does not do
> anything useful for SVG elements in the layout panel. The layout panel
> displays basic information about an element (height/width, padding,
> margin, offset).

None of that makes much sense for SVG.  It's not clear what "size" or 
"position" would mean for these, so much, especially when <use> is involved.

> What basic information could be there, and how to get it?

Fill and stroke information seems like something I might want, but I 
don't do much svg inspecting....

-Boris