Bug 93422 - Implement image-orientation for Skia
Summary: Implement image-orientation for Skia
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Barr
URL: http://www.w3.org/TR/2012/CR-css3-ima...
Keywords: WebExposed
Depends on: 91566
Blocks: 89052
  Show dependency treegraph
 
Reported: 2012-08-07 18:23 PDT by David Barr
Modified: 2013-04-09 13:20 PDT (History)
5 users (show)

See Also:


Attachments
Draft patch (11.06 KB, patch)
2012-08-07 18:29 PDT, David Barr
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Barr 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.
Comment 1 David Barr 2012-08-07 18:29:06 PDT
Created attachment 157076 [details]
Draft patch

Initial draft implementation for Skia.