Summary: | Text Brush: Letters are upside down when Rotation is set to Drawing Angle | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Chris Jones <chrjs> |
Component: | Brush engines | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | halla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | http://commits.kde.org/calligra/8dd5a6c104ab91d2816227c07d34df8f9ee84840 | Version Fixed In: | |
Sentry Crash Report: |
Description
Chris Jones
2014-01-20 04:11:59 UTC
Git commit 8dd5a6c104ab91d2816227c07d34df8f9ee84840 by Aleksander Demko. Committed on 03/02/2015 at 12:04. Pushed by ademko into branch 'calligra/2.9'. 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. M +40 -5 krita/plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_drawing_angle.cpp M +3 -0 krita/plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_drawing_angle.h http://commits.kde.org/calligra/8dd5a6c104ab91d2816227c07d34df8f9ee84840 |