[Webkit-unassigned] [Bug 25738] New: Skia: CSS border style not cleared for SVG object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 15:37:42 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25738

           Summary: Skia: CSS border style not cleared for SVG object
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rolandsteiner at google.com


[First reported here: http://code.google.com/p/chromium/issues/detail?id=9580]

On Chrome (Skia), the SVG triangle rendered with the following HTML has a
dotted outline.

EXPECTED: The triangle should have a solid outline.

<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body>
<div style="border: 4px dotted black; height:100px; width: 100px"></div>
<svg width="300" height="300" version="1.1" xmlns="http://www.w3.org/2000/svg">
<polyline points="100,100 100,200 200,200 100,100"
style="stroke:red;stroke-width:5;stroke-dasharray:none"/>
</svg>
</body>
</html>


-- 
Configure bugmail: https://bugs.webkit.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