colinmeinke / wilderness

An SVG animation API
https://wilderness.now.sh
MIT License
154 stars 8 forks source link

Add rotate shape manipulation #60

Closed dalisoft closed 7 years ago

dalisoft commented 7 years ago

Hi. I am using wilderness js and its very amazing.

As i know scale, translate as offset are supported. I am will be happy if someday you add rotate, skew.

Transform origin will be very amazing

colinmeinke commented 7 years ago

You're right, a rotate shape manipulation would be great! It already exists in points, so should be easy to add. As for transform origin, I think this is the same as the existing scale manipulation.

dalisoft commented 7 years ago

Thanks. Very nice

colinmeinke commented 7 years ago

Keeping this open until I have implemented.