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
Currently, the text method has $angle hardcoded at 0, but angles are supported by the appropriate PHP functions.
text
$angle
0
The biggest challenge here is calculating the post-angle position of the text box and ensuring it gets positioned correctly based on anchor.
anchor
angle
$options
top left
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the
text
method has$angle
hardcoded at0
, but angles are supported by the appropriate PHP functions.The biggest challenge here is calculating the post-angle position of the text box and ensuring it gets positioned correctly based on
anchor
.angle
to$options
top left
should still be in the top left corner at any angle)The text was updated successfully, but these errors were encountered: