You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right, this is a much needed feature. But we need to make sure to not limit ourselves to text elements. E.g. #45 tracks rotation of rectangles and #30 tracks (among others) transforms in general.
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.
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: