Bug 93422

Summary: Implement image-orientation for Skia
Product: WebKit Reporter: David Barr <davidbarr>
Component: CSSAssignee: David Barr <davidbarr>
Status: RESOLVED WONTFIX    
Severity: Normal CC: jamesr, mikelawther, schenney, senorblanco, tony
Priority: P2 Keywords: WebExposed
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation
Bug Depends on: 91566    
Bug Blocks: 89052    
Attachments:
Description Flags
Draft patch none

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.