Bug 65795 - [CG] SVG path drawn incorrectly when some endpoints are offscreen
Summary: [CG] SVG path drawn incorrectly when some endpoints are offscreen
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-08-05 16:00 PDT by Tim Horton
Modified: 2014-05-12 06:37 PDT (History)
3 users (show)

See Also:


Attachments
repro (989 bytes, image/svg+xml)
2011-08-05 16:00 PDT, Tim Horton
no flags Details
correct screenshot (30.80 KB, image/png)
2011-08-05 16:01 PDT, Tim Horton
no flags Details
incorrect screenshot (28.33 KB, image/png)
2011-08-05 16:01 PDT, Tim Horton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2011-08-05 16:00:10 PDT
Steps to Reproduce:

1. Open attached file.
2. Slowly reduce the size of the browser window (slowly!)
3. Note that when the browser window becomes slightly smaller than the image, the path is drawn incorrectly (the curved regions are filled in!).

<rdar://problem/8185406>
Comment 1 Tim Horton 2011-08-05 16:00:34 PDT
Created attachment 103125 [details]
repro
Comment 2 Tim Horton 2011-08-05 16:01:26 PDT
Created attachment 103126 [details]
correct screenshot
Comment 3 Tim Horton 2011-08-05 16:01:38 PDT
Created attachment 103127 [details]
incorrect screenshot
Comment 4 Dirk Schulze 2011-08-05 23:25:11 PDT
Can you reduce the test case more? Is this CG specific or are other graphic libs affected as well?
Comment 5 Rob Buis 2012-04-30 14:41:48 PDT
This does not seem to happen on QtWebKit or chromium. CG only? Or already fixed?
Comment 6 Tim Horton 2012-04-30 14:44:47 PDT
Probably CG only. Also probably much harder to reproduce with the SVGImageCache.
Comment 7 Rob Buis 2012-04-30 14:45:30 PDT
This seems either gone, hard to reproduce or CG specific, going for CG specific for now.
Comment 8 Dirk Schulze 2014-05-12 06:37:51 PDT
I was VERY slow and could not reproduce it. Probably gone.