WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 26256
29470
[Qt] Webkit: canvas drawimage translation offset error - displays clipped/no image.
https://bugs.webkit.org/show_bug.cgi?id=29470
Summary
[Qt] Webkit: canvas drawimage translation offset error - displays clipped/no ...
Tor Arne Vestbø
Reported
2009-09-18 08:34:38 PDT
This bug report originated from issue QTBUG-3070 <
http://bugreports.qt.nokia.com/browse/QTBUG-3070
> --- Description --- Applying canvas.context.translate will cause the image to clip/not draw. This problem also occurs in the 4.51tp1. Using a small 29x29 pixel image, webkit html javascript will fail to draw properly: canvas = document.getElementById('graphitem2'); ctx = canvas.getContext('2d'); ctx.translate(10,10); ctx.drawImage(targetboximage,0,0);
Attachments
Add attachment
proposed patch, testcase, etc.
Dirk Schulze
Comment 1
2009-09-30 04:57:15 PDT
This is a duplicate of
bug 26256
. It does not only belong to translations. All transformations of an image can fail. IIRC this does only happen on real images. No problems, if you use another canvas tag as image. *** This bug has been marked as a duplicate of
bug 26256
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug