[Webkit-unassigned] [Bug 8041] New: SVG path with class attribute doesn't work correctly

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Mar 28 15:58:30 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8041

           Summary: SVG path with class attribute doesn't work correctly
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: chris at coriolis-systems.com


<?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.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list