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

Enhancement-Feature Request: text rotate #10

Open
APerricone opened this issue Oct 8, 2020 · 4 comments
Open

Enhancement-Feature Request: text rotate #10

APerricone opened this issue Oct 8, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@APerricone
Copy link

I would like rotate the path in 2 ways:

  1. change the order from clockwise to anticlockwise (so 1.2.3 become 3.2.1)
  2. change the first element (so 1.2.3 become 2.3.1)

I hope I have explained it well, perhaps it would be worth adding some images

@Yqnn
Copy link
Owner

Yqnn commented Oct 23, 2020

If I understand correctly, you are talking about reordering the commands of the path.

Is there really a use case for this feature ?
In most of the cases, that will produce an invalid path (a path has to start with a M command, S commands can come only after S or C, etc. )

@Yqnn Yqnn added the question Further information is requested label Oct 23, 2020
@APerricone
Copy link
Author

You are right, "reordering" is a more correct word,
About the request 2, I opened a path downloaded from internet and I would like that the first point is the upper left one, to allow me to follow the path more naturally

@APerricone
Copy link
Author

another user case, I didi some test with svg path animation and those tool can help a lot on it.
On android it is useful too

@APerricone
Copy link
Author

is still unclear? the request 1 is for make hole in existing path with the nonzero fill rule (see https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule#nonzero), the request 2 is for path morphing as explained on android page.
no "enhancement" label? 😄

@Yqnn Yqnn added enhancement New feature or request and removed question Further information is requested labels Oct 3, 2021
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

2 participants