Bug 61126 - Interpret gradient angles as clockwise
Summary: Interpret gradient angles as clockwise
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-19 08:24 PDT by Simon Fraser (smfr)
Modified: 2013-09-05 21:23 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-05-19 08:24:59 PDT
http://dev.w3.org/csswg/css3-images/ has been changed to use clockwise gradient angles:
"0deg points upwards, 90deg points toward the right, and positive angles go clockwise"

We should fix the code to do the same.
Comment 1 Simon Fraser (smfr) 2011-05-19 08:26:27 PDT
Might want to hold off until there's a CSS-WG resolution on this.
Comment 2 Simon Fraser (smfr) 2013-09-05 21:23:14 PDT
Tab did this.