Layout Information for SVG Elements
Steven Roussey <[email protected]> Mon, 23 Nov 2009 18:24:28 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <d5f1b56e-043a-40a0-b087-5d741571b353@g10g2000pri.googlegroups.com> |
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). I'd like to get at least some basic information for SVG, and perhaps setup the panel to be extensible for a Firebug-SVG- extension. I already have the Edit button for a SVG element have a hook for a extension developer to swap their editor. But back to the issue at hand: http://code.google.com/p/fbug/issues/detail?id=1953 What basic information could be there, and how to get it? -steve--