RESOLVED DUPLICATE of bug 76278041
SVG path with class attribute doesn't work correctly
https://bugs.webkit.org/show_bug.cgi?id=8041
Summary SVG path with class attribute doesn't work correctly
Chris Suter
Reported 2006-03-28 15:58:29 PST
<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="680px" height="360px"> <style type="text/css"><![CDATA[ .xAxis { stroke: black; stroke-width: 2 } ]]></style> <path class="xAxis" d="M 90 250 L 590 250" /> <path d="M 90 260 L 590 260" stroke="black" stroke-width="2" /> </svg> only displays one line.
Attachments
Test case from Comment #0 (438 bytes, image/svg+xml)
2006-03-28 19:26 PST, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2006-03-28 19:26:55 PST
Created attachment 7368 [details] Test case from Comment #0
Rob Buis
Comment 2 2006-04-04 04:32:17 PDT
*** This bug has been marked as a duplicate of 7627 ***
Note You need to log in before you can comment on or make changes to this bug.