Actions
Bug #15803
closedGifbuilder does not honor fontColor values since 4.0rc3
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-03-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions