Closed (fixed)
Project:
Textimage
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2007 at 07:01 UTC
Updated:
16 Nov 2008 at 23:55 UTC
The default behavior for the imagettftext function is to rotate text counter-clockwise. Entering a rotation of '5' rotates the image properly. However, PHP needs some additional help when rotating text clockwise. Currently, entering a rotation of '-5' makes the text cutoff on top and bottom. Attached is a patch which allows for negative values to be properly rendered. Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| textimage_rotate.patch | 1.16 KB | quicksketch |
Comments
Comment #1
decipheredRotation has been completely re-worked in latest dev builds.