Closed
Bug 632013
Opened 14 years ago
Closed 14 years ago
Firefox not drawing SVG rect
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: shropshire, Unassigned)
Details
Attachments
(1 file)
705 bytes,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729)
This is a very simple page that displays a pink rectangle, then draws on top of this a blue rectangle then a cyan circle. Only the blue rect and circle show. Works in IE8+Adobe SVG and Opera 11.
Reproducible: Always
Steps to Reproduce:
1.Open attached page.
2.
3.
Actual Results:
No pink rectangle.
Expected Results:
Pink rectangle background.
Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
The outer SVG element has no namespace defined. Move the xmlns attribute from the inner svg element to the outer svg element and it should work.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•