Bug 83619

Summary: CanvasRenderingContext2D does not expose its backing store resolution
Product: WebKit Reporter: mitz
Component: CanvasAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eoconnor, ojan, thorton, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add webkitBackingStorePixelRatio as a read-only attribute to CanvasRenderingContext2D simon.fraser: review+

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>.