Opened 15 years ago
Last modified 9 years ago
#855 new defect
d.text: rotate needs to rotate the background box too
Reported by: | hamish | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.6 |
Component: | Display | Version: | svn-develbranch6 |
Keywords: | d.text | Cc: | |
CPU: | All | Platform: | All |
Description (last modified by )
Hi,
as pointed out by Rich Shepard on the users mailing list, d.text fails to also rotate the background color-box along with the text.
there is already rendering code in d.labels to do this, it just needs to be incorporated into the d.text code.
Also, if you had set the background color to "none" it was still getting drawn but using the same color as the text. I've just fixed that in 6.5svn (r40214). Previously the test for drawing background was just if the bgcolor= option was used at all.
Hamish
Change History (5)
comment:1 by , 15 years ago
Milestone: | 6.4.0 → 6.5.0 |
---|---|
Version: | svn-releasebranch64 → svn-develbranch6 |
comment:3 by , 14 years ago
Replying to nikos:
Will this eventually end up in the 64th release?
before considering backporting options from the development branches to the stable branches, first it has to be working properly in the development version. so far it isn't.
Hamish
comment:4 by , 12 years ago
Description: | modified (diff) |
---|---|
Milestone: | 6.5.0 → 6.4.4 |
background box of d.text still not rotating..
comment:5 by , 9 years ago
Milestone: | 6.4.4 → 6.4.6 |
---|
bgcolor= does not exist for 6.4, it's new for 6.5+