-
Notifications
You must be signed in to change notification settings - Fork 94
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
text rotate #80
Labels
feature
New feature or request
Comments
some test output of both SVG and PNG here |
the solution does not need to be perfect (no perfect solution was found in three years), we could start with simple text (as was in my PR ). other things (rectangles, ...) can follow later. |
daanggc
pushed a commit
to daanggc/php-svg
that referenced
this issue
Feb 19, 2025
daanggc
pushed a commit
to daanggc/php-svg
that referenced
this issue
Feb 19, 2025
daanggc
pushed a commit
to daanggc/php-svg
that referenced
this issue
Feb 19, 2025
daanggc
pushed a commit
to daanggc/php-svg
that referenced
this issue
Feb 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
would it be possible to add rotation of text?
SVG output was fairly easy with something like
setAttribute('transform', 'rotate(-45)')
, but PNG output is fairly more complicated.it would need:
SVGText
imagettftext
angle inTextRenderer.php
any other glitches I've missed?
The text was updated successfully, but these errors were encountered: