Bug 83619 - CanvasRenderingContext2D does not expose its backing store resolution
Summary: CanvasRenderingContext2D does not expose its backing store resolution
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-04-10 14:32 PDT by mitz
Modified: 2012-04-10 15:34 PDT (History)
5 users (show)

See Also:


Attachments
Add webkitBackingStorePixelRatio as a read-only attribute to CanvasRenderingContext2D (6.78 KB, patch)
2012-04-10 14:40 PDT, mitz
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-04-10 14:32:44 PDT
CanvasRenderingContext2D does not expose its backing store resolution
Comment 1 mitz 2012-04-10 14:35:35 PDT
<rdar://problem/10912486>

<http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-March/035112.html> proposes to expose this using a backingStorePixelRatio attribute.
Comment 2 mitz 2012-04-10 14:40:29 PDT
Created attachment 136544 [details]
Add webkitBackingStorePixelRatio as a read-only attribute to CanvasRenderingContext2D
Comment 3 mitz 2012-04-10 15:34:04 PDT
Fixed in <http://trac.webkit.org/r113780>.