Bug 8041 - SVG path with class attribute doesn't work correctly
Summary: SVG path with class attribute doesn't work correctly
Status: RESOLVED DUPLICATE of bug 7627
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-28 15:58 PST by Chris Suter
Modified: 2006-04-04 04:32 PDT (History)
0 users

See Also:


Attachments
Test case from Comment #0 (438 bytes, image/svg+xml)
2006-03-28 19:26 PST, David Kilzer (:ddkilzer)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Suter 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.
Comment 1 David Kilzer (:ddkilzer) 2006-03-28 19:26:55 PST
Created attachment 7368 [details]
Test case from Comment #0
Comment 2 Rob Buis 2006-04-04 04:32:17 PDT

*** This bug has been marked as a duplicate of 7627 ***