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

x-axis being inverted #1086

Open
rclabs opened this issue Sep 3, 2017 · 0 comments
Open

x-axis being inverted #1086

rclabs opened this issue Sep 3, 2017 · 0 comments
Assignees

Comments

@rclabs
Copy link

rclabs commented Sep 3, 2017

This statement leaves x-axis pointing towards right right:
Raphael.matrix(1, 0, 0, 1, xOffset, yOffset);

where as this:
Raphael.matrix(1, 0, 0, -1, xOffset, yOffset);

Seems to invert the x-axis.

From my understanding [a b c d] are rotation parameters where as e and f are offset.

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

No branches or pull requests

2 participants