RESOLVED WONTFIX Bug 93422
Implement image-orientation for Skia
https://bugs.webkit.org/show_bug.cgi?id=93422
Summary Implement image-orientation for Skia
David Barr
Reported 2012-08-07 18:23:52 PDT
Add image-orientation support to WebKit. http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation The css3-images module is at candidate recommendation. I propose to introduce the property initially behind a compile flag. There is existing code that allows a setting to determine whether embedded image orientations are respected. This code only implements layout and painting of image-orientation for CoreGraphics. Add an implementation for Skia.
Attachments
Draft patch (11.06 KB, patch)
2012-08-07 18:29 PDT, David Barr
no flags
David Barr
Comment 1 2012-08-07 18:29:06 PDT
Created attachment 157076 [details] Draft patch Initial draft implementation for Skia.
Note You need to log in before you can comment on or make changes to this bug.