Closed
Bug 831395
Opened 13 years ago
Closed 10 years ago
Inspector changes <animateTransform> to (invalid) <animatetransform> in XML view of an SVG document
Categories
(DevTools :: Inspector, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1248381
People
(Reporter: dholbert, Unassigned)
References
()
Details
STR:
1. Load https://hg.mozilla.org/mozilla-central/raw-file/8d8912467c41/browser/devtools/profiler/cleopatra/images/throbber.svg
(or any SVG file that has an <animateTransform> element)
2. Right-click the SVG, and choose "Inspect Element"
3. In the Inspector XML view (on the left), toggle the arrows to fully expand all elements.
4. Look for <animateTransform>
ACTUAL RESULTS: Inspector represents the <animateTransform> tag with <animatetransform>
(lower-case "T"), which is invalid SVG.
SIMPLER STR:
1. Enter data:image/svg+xml,<someTag/> into your URL bar.
2. Right-click "<someTag/>" in the resulting XML view and pick "Inspect Element"
ACTUAL RESULTS: Inspector converts the tag to "sometag" (lowercase T)
| Reporter | ||
Updated•13 years ago
|
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•