Closed
Bug 536648
Opened 16 years ago
Closed 16 years ago
SVG image renders incorrectly
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jhiswin, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6
Build Identifier: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-3.7a1pre.en-US.win32.installer.exe
http://openclipart.org/people/Anonymous/Anonymous_Keyboard_1_icon.svg does not render correctly. The keys are supposed to be drawn as squares, but are rendered as horizontal lines.
Reproducible: Always
Steps to Reproduce:
1.http://openclipart.org/people/Anonymous/Anonymous_Keyboard_1_icon.svg
2.Load in alternative SVG viewer or browser with SVG support.
3.Compare to http://openclipart.org/people/Anonymous/Anonymous_Keyboard_1_icon.png
Actual Results:
The squares that represent keys are drawn as horizontal lines.
Expected Results:
The keys should be individual squares.
Comment 1•16 years ago
|
||
Confirmed with Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.3a1pre) Gecko/20091223 Minefield/3.7a1pre
Comment 2•16 years ago
|
||
http://www.w3.org/TR/SVG11/painting.html#StrokeProperties says: A list of comma-separated <length>'s (with optional white space)
The example has no commas separating in the values.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Comment 3•16 years ago
|
||
I'm talking about the stroke-dasharray property/style.
You need to log in
before you can comment on or make changes to this bug.
Description
•