Bug report #7933
label item rotation in qgis composer should be improved
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Nyall Dawson | ||
Category: | - | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16803 |
Description
The current background drawing on rotated label items in the composer should be improved. Right now, the rotation applies to the text, but the background simply grows to cover a rectangular area, instead of having the background rotating along the text. I've attached a screenshot showing the issue, as well as a dummy project. There are three labels shown:
1. Simple label with no rotation showing correct background fill
2. Simple label with 45 degrees rotation showing wrong background fill
3. Label rendering HTML code relying on CSS transform to showcase what IMO should happen when labels are rotated
This ain't a blocker.
Associated revisions
History
#1 Updated by Richard Duivenvoorde over 11 years ago
This seems to be caused by the same bug as: #8466
#2 Updated by Nyall Dawson almost 11 years ago
- Status changed from Open to Closed
Fixed in changeset 5262a4d6830103a1dae1fbe8f66c017e75319a7f.