mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #7605 - nox:skew, r=mbrubeck
Implement "transform: skew()" Thanks to @Jinwoo-Song for the original commit, which I just rebased and cleaned up. Fixes #6237. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7605) <!-- Reviewable:end -->
This commit is contained in:
commit
6a12f00d6d
29 changed files with 259 additions and 118 deletions
|
@ -86,7 +86,7 @@ smallvec = "0.1"
|
|||
html5ever = { version = "0.2.1", features = ["unstable"] }
|
||||
string_cache = { version = "0.1.9", features = ["unstable"] }
|
||||
string_cache_plugin = "0.1"
|
||||
euclid = "0.1"
|
||||
euclid = "0.2"
|
||||
tendril = "0.1.1"
|
||||
rand = "0.3"
|
||||
serde = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue