Skip to content
Commit 8dd5a6c1 authored by Aleksander Demko's avatar Aleksander Demko
Browse files

BUG:330185 Text Brush: Letters are upside down when

Rotation is set to Drawing Angle

This bug was fixed by adding a new feature/parameter "angleOffset"
to the drawing angle option. Settings this new parameter to
180 degrees will give the expected output in this user's case.

The core issue is that when the drawing angle option is enabled,
an angle of 180 it sent when moving the cursor RIGHT.
KisTextBrush could some how test for this case and manually
subtract 180 to get "no rotation" when travelling right, but this
would be an ugly hack.
parent 5247e9a6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment