Bug 26206 - Odd rendering of large canvases
Summary: Odd rendering of large canvases
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 22:11 PDT by Sam Weinig
Modified: 2012-03-02 14:18 PST (History)
3 users (show)

See Also:


Attachments
test case (488 bytes, text/html)
2009-06-04 22:12 PDT, Sam Weinig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2009-06-04 22:11:49 PDT
When plotting a large graph with canvas (150,000 pixel wide), the canvas disapears after about 30,000 pixels and then reappears if you scroll further (potentially repeating itself, though I can't quite tell).
Comment 1 Sam Weinig 2009-06-04 22:12:20 PDT
Created attachment 30992 [details]
test case

Test case with random data.
Comment 2 Simon Fraser (smfr) 2009-06-04 22:18:58 PDT
32-bit overflow?
Comment 3 Matthew Delaney 2010-07-26 23:24:58 PDT
Sam, do you mean that if one scrolls slowly, after about 30k pixels the canvas won't be drawn for a chunk until you scroll enough and then it all comes in at once as if triggered by going far enough?

I've been playing around with the testcase example and can't reproduce on my 15" MBP. Perhaps this is no longer an issue. Could you check on your machine?
Comment 4 Matthew Delaney 2010-09-23 12:07:16 PDT
ping?
Comment 5 Alexey Proskuryakov 2012-03-02 14:18:01 PST
I also cannot reproduce, and given that we haven't received a response since 2010, resolving as WORKSFORME.