Skip to content

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.

1 participant