Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCSS 'transformation: skew()' should take <angle> type as parameters #6237
Labels
Comments
Jinwoo-Song
added a commit
to Jinwoo-Song/servo
that referenced
this issue
Jun 1, 2015
Current implementation is taking <number> type as parameter so skew() does not work properly. Let the skew() to get <angle> as specification described. Fixes servo#6237.
Jinwoo-Song
added a commit
to Jinwoo-Song/servo
that referenced
this issue
Jun 2, 2015
Current implementation is taking <number> type as parameter so skew() does not work properly. Let the skew() to get <angle> as specification described. Fixes servo#6237.
bors-servo
pushed a commit
that referenced
this issue
Jun 2, 2015
Current implementation is taking <number> type as parameter so skew() does not work properly. Let the skew() to get <angle> as specification described. Fixes #6237. r? @pcwalton cc @yichoi <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6238) <!-- Reviewable:end -->
Merged
nox
added a commit
to nox/servo
that referenced
this issue
Sep 11, 2015
Current implementation is taking <number> type as parameter so skew() does not work properly. Let the skew() to get <angle> as specification described. Fixes servo#6237.
nox
added a commit
to nox/servo
that referenced
this issue
Sep 11, 2015
Current implementation is taking <number> type as parameter so skew() does not work properly. Let the skew() to get <angle> as specification described. Fixes servo#6237.
nox
added a commit
to nox/servo
that referenced
this issue
Sep 11, 2015
Current implementation is taking <number> type as parameter so skew() does not work properly. Let the skew() to get <angle> as specification described. Fixes servo#6237.
nox
added a commit
to nox/servo
that referenced
this issue
Sep 11, 2015
Current implementation is taking <number> type as parameter so skew() does not work properly. Let the skew() to get <angle> as specification described. Fixes servo#6237.
bors-servo
pushed a commit
that referenced
this issue
Sep 15, 2015
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 -->
bors-servo
pushed a commit
that referenced
this issue
Sep 16, 2015
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 -->
jdramani
added a commit
to jdramani/servo
that referenced
this issue
Sep 18, 2015
Current implementation is taking <number> type as parameter so skew() does not work properly. Let the skew() to get <angle> as specification described. Fixes servo#6237.
josiahdaniels
added a commit
to josiahdaniels/servo
that referenced
this issue
Sep 28, 2015
Current implementation is taking <number> type as parameter so skew() does not work properly. Let the skew() to get <angle> as specification described. Fixes servo#6237.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current implementation is taking type as parameter so skew() does not work properly now.