Bug 20568

Summary: [Qt] Pattern support
Product: WebKit Reporter: Dirk Schulze <krit>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
URL: http://developer.mozilla.org/samples/canvas-tutorial/4_11_canvas_createpattern.html
Attachments:
Description Flags
Qt pattern hausmann: review+

Description Dirk Schulze 2008-08-29 11:26:41 PDT
QtWebKit doesn't support patterns.
Comment 1 Dirk Schulze 2008-08-29 11:32:32 PDT
Created attachment 23071 [details]
Qt pattern

Adds support for patterns. But crashes on a reload of the page.

gdb:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb5e90940 (LWP 32123)]
0xb765d344 in WebCore::Pattern::~Pattern ()
   from /media/disk/Downloads/WebKitQt/WebKitBuild/Release/lib/libQtWebKit.so.4
Current language:  auto; currently asm
Comment 2 Dirk Schulze 2008-09-08 03:12:23 PDT
(In reply to comment #1)
> Adds support for patterns. But crashes on a reload of the page.

Was a problem with my build. Works now.

Comment 3 Simon Hausmann 2008-09-09 08:09:40 PDT
Comment on attachment 23071 [details]
Qt pattern

Looks good. Thanks!
Comment 4 Simon Hausmann 2008-09-11 00:34:56 PDT
Landed in r36329