Bug 23817
Summary: | [Qt] Canvas clipping issues with X11 paintengine | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Schulze <krit> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | chinmaya, cshu, gwright, jesus, kent.hansen, kling, laszlo.gombos, qi.2.zhang |
Priority: | P4 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | https://developer.mozilla.org/samples/canvas-tutorial/6_2_canvas_clipping.html |
Dirk Schulze
Clipping itself works. But the area around the clippath is not rendered and looks strange.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
George Wright
This appears to be a bug in Qt's X11 rendering backend. The problem shows up when using the X11 rendering backend, but not when using Qt's internal raster rendering backend.
Tor Arne Vestbø
You're right George, it's a problem with the X11 engine. Both raster and the mac one works fine.
Dirk Schulze
But this means, that this is not a bug in WebKit. Will this issue be fixed in qt4.6? Is it possible to make a hack for older qt versions?
Otherwise, there are no problems with clipping in SVG and we use clipping in the same way there. Where else can be the problem?
Jesus Sanchez-Palencia
Is this still valid?
Andreas Kling
*** Bug 36604 has been marked as a duplicate of this bug. ***
Andreas Kling
X11 paintengine bugs are no longer relevant since Qt is switching to raster by default in 4.8.