Hello,
I am having a couple issues related to SVG <image> tags. Is this the correct place to post bugs?
These two bugs may be related or even the same.
Note that there is a fix pending for the scaling of SVG image tags in FF: (
https://bugzilla.mozilla.org/show_bug.cgi?id=933057).
----------------------
Bug #1:
1) Open attached file test.html.
2) Inspect red square in firebug.
3) Right-click in the CSS "Style" pane.
Expected:
Menu appears with options such as "Add rule", "Edit element style", etc.
Actual:
A small square appears which looks like an empty menu popup with no options.
-------------------------
Bug #2:
1) Open attached file test.html
3) Select the image tag for the red square in the HTML pane and click "Edit"
4) Add an attribute id="foo" to the image tag.
Expected:
<image> remains unchanged except for new id of "foo"
Actual:
<image> tag is changed to <img>, and image is no longer rendered on the page.
--------------------------