[TYPO3-dev] Gifbuilder does not honor fontColor values since 4.0rc3
Martin Ficzel
martin.ficzel at gmx.de
Thu Mar 16 11:16:56 CET 2006
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.
can anyone confirm this problem with rc1 or is it a problem with my
configuration
regards Martin
i added a bug to the bugtracker: http://bugs.typo3.org/view.php?id=2826
More information about the TYPO3-dev
mailing list