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 more basic transform tools such as rotate and reflect #36

Open
justingolden21 opened this issue Jun 2, 2021 · 5 comments
Open

Add more basic transform tools such as rotate and reflect #36

justingolden21 opened this issue Jun 2, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@justingolden21
Copy link

Hi, absolutely love your tool.

Adding reflect horizontal / vertical, as well as maybe rotate would probably be helpful for a number of users.

You could add it under "path operations" with scale and translate, and then you'd have just about all of the basics.

@Yqnn
Copy link
Owner

Yqnn commented Jun 20, 2021

Hello,

Horizontal/Vertical reflect is already possible via scaleX:-1 or scaleY:-1 (and rotate 180 via scaleX:-1 and scaleY:-1).
Other types of rotation could be added in a future improvement.

@Yqnn Yqnn added the enhancement New feature or request label Jun 20, 2021
@justingolden21
Copy link
Author

Got it, I forgot about that, thank you. I was thinking a note somewhere for users about this could be useful, but idk where is put it. Maybe if you had a few things like this you could add them to a FAQs modal or something

@justingolden21
Copy link
Author

justingolden21 commented Jun 25, 2021

Hi, would you be interested in adding a mode that automatically reflects (horizontally/vertically) like a kaleidoscope mode?

In other words, when you change a path on the left, it reflects and changes on the right.

@danielwerg
Copy link

In other words, when you change a path on the left, it reflects and changes on the right.

Was about to open an issue and suggest that :O
Would love to see that feature in the editor!

@abvgdeyoj
Copy link

Mirroring would be very useful.

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

No branches or pull requests

4 participants