Bug 74845 - chrome.dll!WebCore..Pattern..platformPattern ReadAV@NULL
Summary: chrome.dll!WebCore..Pattern..platformPattern ReadAV@NULL
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-19 00:41 PST by Berend-Jan Wever
Modified: 2014-04-03 04:47 PDT (History)
4 users (show)

See Also:


Attachments
Repro (279 bytes, text/html)
2011-12-19 00:41 PST, Berend-Jan Wever
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Berend-Jan Wever 2011-12-19 00:41:18 PST
Created attachment 119832 [details]
Repro

<script>
var oContext2d = document.getCSSCanvasContext("2d","webkitcanvas",1,65536);
var oPattern = oContext2d.createPattern(oContext2d.canvas,"repeat");
document.getCSSCanvasContext("","webkitcanvas",1,1);
oContext2d.fillStyle = oPattern;
oContext2d.fillRect(0,5,0,8);
</script>
Comment 1 Berend-Jan Wever 2011-12-19 00:41:44 PST
Chromium: http://code.google.com/p/chromium/issues/detail?id=108030