Bug 8041

Summary: SVG path with class attribute doesn't work correctly
Product: WebKit Reporter: Chris Suter <chris>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Test case from Comment #0 none

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 ***