[Webkit-unassigned] [Bug 20554] New: Incorrect rendering of SVG path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 27 18:34:47 PDT 2008


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

           Summary: Incorrect rendering of SVG path
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aglenning at yahoo.com


The svg document below is rendered with holes in the path. It seems to be
related to the line-join style ("round"), as other values ("square", "miter")
do not exhibit this behavior. To reproduce open this SVG document and observe
the holes.

If you open this file on another SVG browser (e.g. Firefox) there are no holes
in the path.

-------- bug.svg -------

 <?xml version="1.0" standalone="yes"?>

<svg version="1.1" viewBox="0.0 0.0 304800.0 228600.0" fill="none"
stroke="none" stroke-linecap="square" stroke-miterlimit="10"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

<path d="M107061 74105L107061 74105C107061 69370 110899 65532 115634
65532L145510 65532L145510 65532L161989 65532L164401 65532C166675 65532 168855
66435 170463 68043C172071 69651 172974 71831 172974 74105L172974 95536L172974
95536L172974 108395L172974 108394C172974 113129 169136 116967 164401
116967L161989 116967L155829 159258L145510 116967L115634 116967L115634
116967C110899 116967 107061 113129 107061 108394L107061 108395L107061
95536L107061 95536Z" fill-rule="nonzero" fill="#cfe2f3" stroke="#073763"
stroke-width="13716.0" stroke-linejoin="round" stroke-linecap="butt">
</path>

</svg>


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