[Webkit-unassigned] [Bug 42387] New: SVG - stroke-width:0 bug with stroke other than "none"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 10:17:56 PDT 2010


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

           Summary: SVG - stroke-width:0 bug with stroke other than "none"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fsamuel at chromium.org
                CC: zimmermann at kde.org, senorblanco at chromium.org,
                    rjkroege at chromium.org


The renderer is apparently getting confused by the combination of
"stroke-width:0" with a "stroke" other than "none". Removing the stroke
cures the problem. 

The issue is skia attempts to generate strokes even when stroke-width is zero. The patch attached fixes the issue by detecting this case and avoiding stroking.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list