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

Handle multiple operations in a same transform string #15

Merged
merged 9 commits into from
Apr 15, 2024

Conversation

fangzhechang
Copy link
Contributor

I modified the parseTransform function to allow transform string to contain a list of transform definitions, and also added a unit test. Please review and merge. Thanks.

bug: x+tuples[j*3][0] mixed transformed x and untransformed tuples[j*3][0],
effecitvely making x transformed (e.g., scale by -1) twice.
This calls for similar fix in parseCurveToRel().
@fangzhechang
Copy link
Contributor Author

fangzhechang commented Mar 5, 2024 via email

@rustyoz rustyoz merged commit f965005 into rustyoz:master Apr 15, 2024
1 check passed
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.

2 participants