Bug 12578 - WebKit incorrectly strokes zero-width/height rectangles
Summary: WebKit incorrectly strokes zero-width/height rectangles
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.w3.org/Graphics/SVG/Test/2...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-04 03:54 PST by Eric Seidel (no email)
Modified: 2007-02-13 03:14 PST (History)
0 users

See Also:


Attachments
First attempt (58.74 KB, patch)
2007-02-13 02:44 PST, Rob Buis
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-02-04 03:54:44 PST
WebKit incorrectly strokes zero-width/height rectangles

I'm not sure why this is incorrect, but the W3C test seems to suggest we're wrong here.

Firefox and Opera both agree with the W3C results on the two sub-tests we fail here.
Comment 1 Eric Seidel (no email) 2007-02-04 03:55:46 PST
Same trouble here:
http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-shapes-rect-02-t.html
Comment 2 Rob Buis 2007-02-13 02:44:29 PST
Created attachment 13148 [details]
First attempt

This should be a simple but worthwhile fix.
Cheers,

Rob.
Comment 3 Maciej Stachowiak 2007-02-13 02:53:43 PST
Seems low risk and improves correctness. r=me
Comment 4 Rob Buis 2007-02-13 03:13:20 PST
Landed in r19600.