Summary: | Text in rotated Shape is rotated twice as much as the shape | ||
---|---|---|---|
Product: | [Applications] calligracommon | Reporter: | T Zachmann <t.zachmann> |
Component: | flake | Assignee: | Calligra Bugs <calligra-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Document showing the problem |
Git commit 8a40c4bb65c2035899c1a21fffaa930689f832bf by Thorsten Zachmann. Committed on 17/01/2012 at 10:37. Pushed by zachmann into branch 'master'. Don't transform the TextShape of a TOS This fixes bug 291751 - Text in rotated Shape is rotated twice as much as the shape The text is rotated with it's parent so it does not need to be rotated too. M +0 -1 libs/flake/KoTosContainer.cpp http://commits.kde.org/calligra/8a40c4bb65c2035899c1a21fffaa930689f832bf |
Created attachment 67920 [details] Document showing the problem Version: unspecified OS: Linux Text in a rotated shape is rotated twice as much as the shape. So if the shape is rotated by 45° the text is rotated by 90° Reproducible: Always Steps to Reproduce: Load the attached document Actual Results: The text is rotated by 90° Expected Results: The text should be rotated by 45°