[Webkit-unassigned] [Bug 20554] Incorrect rendering of SVG path
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 27 22:02:49 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20554
------- Comment #8 from eric at webkit.org 2008-08-27 22:02 PDT -------
I think the CG bug (if there is one) is that kCGLineJoinRound doesn't work as
expected when the line backs up over itself:
<svg viewBox="0 0 300 200" xmlns="http://www.w3.org/2000/svg">
<path d="
M 173 80
L 173 108.01
L 173 108
" fill="none" stroke="blue" stroke-width="13" stroke-linejoin="round">
</path>
--
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