WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
26256
[Qt] Canvas has wrong image-transformation
https://bugs.webkit.org/show_bug.cgi?id=26256
Summary
[Qt] Canvas has wrong image-transformation
Dirk Schulze
Reported
2009-06-08 09:57:46 PDT
Transformations of images in HTML Canvas are wrong. As you can see in following examples: *
http://www.nihilogic.dk/labs/canvas3dtexture_0.2/
*
http://www.netzgesta.de/reflex/
(shares another bug with Qt and clipping, delete complete clipping code to see the problem) *
http://www.nihilogic.dk/labs/mariokart/
This bug is maybe located at BitmapImage::draw() in WebCore/platform/graphics/qt/ImageQt.cpp
Attachments
Add attachment
proposed patch, testcase, etc.
Dirk Schulze
Comment 1
2009-09-30 04:57:15 PDT
***
Bug 29470
has been marked as a duplicate of this bug. ***
Chang Shu
Comment 2
2010-02-02 07:31:07 PST
additional test cases for transformation:
http://waplabdc.nokia-boston.com/browser/users/ligman/canvas%20tests/transformations/rotate_rotate_clockwise.html
http://waplabdc.nokia-boston.com/browser/users/ligman/canvas%20tests/transformations/rotate_rotate_counterclockwise.html
http://waplabdc.nokia-boston.com/browser/users/ligman/canvas%20tests/transformations/scale_scale_2_units.html
http://waplabdc.nokia-boston.com/browser/users/ligman/canvas%20tests/transformations/set_transformation-50_units.html
http://waplabdc.nokia-boston.com/browser/users/ligman/canvas%20tests/transformations/transformation_50_units_x.html
http://waplabdc.nokia-boston.com/browser/users/ligman/canvas%20tests/transformations/transformation_50_units_y.html
http://waplabdc.nokia-boston.com/browser/users/ligman/canvas%20tests/transformations/transformation_reflect_x.html
http://waplabdc.nokia-boston.com/browser/users/ligman/canvas%20tests/transformations/transformation_reflect_y.html
qi
Comment 3
2010-03-24 07:56:12 PDT
All the test case from Chang works fine now. I think because the "translate" issue was fixed couple weeks ago.
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