We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following doesn't rotate a rectangle, just shifts it a bit:
compose( context(rotation=Rotation(π/3)), rectangle(0.2w, 0.2h, 0.6w, 0.6h), fill(colorant"orange"))
For ellipse the same code produces an expected result.
Julia version 1.6.0, Compose v0.9.2.
The text was updated successfully, but these errors were encountered:
Yes there was PR #338, but it ran into issues (to be resolved!)
Sorry, something went wrong.
Thank you, sorry for duplicate.
I followed the #338, and now just use polygon with 4 points instead.
polygon
No branches or pull requests
The following doesn't rotate a rectangle, just shifts it a bit:
For ellipse the same code produces an expected result.
Julia version 1.6.0, Compose v0.9.2.
The text was updated successfully, but these errors were encountered: