Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for *skew*. #243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for *skew*. #243

wants to merge 1 commit into from

Conversation

0x10001
Copy link

@0x10001 0x10001 commented Feb 27, 2018

This PR adds support for skew transform, in no more than 10 lines of code.

The transforms skewX and skewY were already supported in current version. However, skew cannot be replaced with them (perhaps there is a way to make such replacement but seems hard to do so).

We may try the following snippets, which lead to different styles:

  • transform skew(45deg, 45deg)
  • transform skewX(45deg) skewY(45deg)
  • transform skewY(45deg) skewX(45deg)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant