Bug 84282 - Editing large canvas elements causes transformed text elsewhere on the page to render poorly
Summary: Editing large canvas elements causes transformed text elsewhere on the page t...
Status: RESOLVED DUPLICATE of bug 23364
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-18 14:32 PDT by Jason Merrill
Modified: 2012-04-19 11:32 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Merrill 2012-04-18 14:32:45 PDT
If there is a canvas element on the page with width and height larger than 71, text anywhere on the page will lose rasterization fidelity when the canvas API is used. This problem exists in the current public version of Chrome as well, but the magic number there is 256x256.

Here are jsfiddles demonstrating the problem:

canvas size below threshold, scaled text looks good: http://jsfiddle.net/AQk5z/2/

canvas size above threshold, scaled text looks bad after using canvas API: http://jsfiddle.net/BxrXk/1/
Comment 1 Jason Merrill 2012-04-19 10:34:05 PDT
Sorry, pasted the wrong fiddles:

> canvas size below threshold, scaled text looks good: http://jsfiddle.net/AQk5z/2/
below threshold: http://jsfiddle.net/AQk5z/3/ 
> canvas size above threshold, scaled text looks bad after using canvas API: http://jsfiddle.net/BxrXk/1/
above threshold: http://jsfiddle.net/BxrXk/2/
Comment 2 Simon Fraser (smfr) 2012-04-19 11:32:15 PDT

*** This bug has been marked as a duplicate of bug 23364 ***