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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 27 21:21:22 PDT 2008


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





------- Comment #4 from eric at webkit.org  2008-08-27 21:21 PDT -------
Our rendering may be wrong.  I'm not sure yet.  There is also some craziness in
the path your using:

<svg viewBox="0.0 0.0 304800.0 228600.0" xmlns="http://www.w3.org/2000/svg">
<path d="
M107061 74105
L107061 74105
C107061 69370 110899 65532 115634 65532
L145510 65532
L145510 65532
L161989 65532
L164401 65532
C166675 65532 168855 66435 170463 68043
C172071 69651 172974 71831 172974 74105
L172974 95536
L172974 95536
L172974 108395
L172974 108394
C172974 113129 169136 116967 164401 116967
L161989 116967
L155829 159258
L145510 116967
L115634 116967
L115634 116967
C110899 116967 107061 113129 107061 108394
L107061 108395
L107061 95536
L107061 95536
Z" fill="none" stroke="#073763" stroke-width="13716.0" stroke-linejoin="round">
</path>
</svg>

That's a reduction of what you provided.  Notice that a bunch of the line
segments are repeated.  Removing some of the repetitions makes the "holes" go
away.

Still investigating.


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