Bug #15803
closedGifbuilder does not honor fontColor values since 4.0rc3
0%
Description
im using this typoscript
lib.fu.menu.header = IMAGE
lib.fu.menu.header.file = GIFBUILDER
lib.fu.menu.header.file {
XY = 780,81
backColor= white
format = gif
quality = 100
1 = IMAGE
1.file.import = uploads/media/
1.file.import.data = levelmedia: -1, slide
1.file.import.listNum = 0
1.offset = 195,0
2 = BOX
2.dimensions=0,0,195,79
2.color = #F4F4F4
3 = TEXT
3.text.field= nav_title // title
3.fontSize=18
3.fontColor = #FF0000
3.fontFile = fileadmin/resource/fonts/verdana.ttf
3.offset=23,57
}
up to version 4.0beta2 everything worked fine
since version 4.0beta3 this the text disapperas in the moment a value for font-color is set. if i comment out this value the text appers in yellow color ( default color should be black following the docs )
in the install tool (image processing) everything looks fine. but i had to disable the gdlib2 flag ( before that the text was invisible ) phpinfo says that v2+ is installed.
(issue imported from #M2826)
Updated by old_martinficzel over 18 years ago
the problem is solved since the last release candidates... it was a problem of beta3 not rc3
sorry for the wrong topic
Updated by Bernhard Kraft over 18 years ago
It is solved since rc3. Before there were problems with transparency but I didn't knew or notice any problem with not honored fontColors ....
There was also nothing changed regarding the fontColor code ... maybe you had a typo in your TS and this was the case ...
i close this issue now.