Bug 74845

Summary: chrome.dll!WebCore..Pattern..platformPattern ReadAV@NULL
Product: WebKit Reporter: Berend-Jan Wever <skylined>
Component: CanvasAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: eric, krit, mdelaney7, robin.webkit
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   
Attachments:
Description Flags
Repro none

Berend-Jan Wever
Reported 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>
Attachments
Repro (279 bytes, text/html)
2011-12-19 00:41 PST, Berend-Jan Wever
no flags
Berend-Jan Wever
Comment 1 2011-12-19 00:41:44 PST
Note You need to log in before you can comment on or make changes to this bug.