Actions
Bug #15187
closed256 color patch doesn't work with outline property
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2005-11-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When we add outline property to text generated with GIFBUILDER, the patch doesn't work
<typoscript>
page.30 = IMG_RESOURCE
page.30.stdWrap.wrap = <img src="|" />
page.30.file = GIFBUILDER
page.30.file {
XY = 760,[10.h]
format = jpg
quality = 100
10 = IMAGE
10.file = backgroundfullcolor*.jpg
20 = TEXT
20.text.field = title
20.offset = 20,100
20.niceText = 1
20.align = center
20.fontSize= 40
20.fontColor = yellow
20.outline.thickness = 1,1 # DON'T work as expected
20.outline.thickness = 0,0 # works as expected
20.outline.color = black
20.shadow.offset = 2,2
20.shadow.color = #ff00ff
20.shadow.blur = 50
20.shadow.opacity = 50
20.shadow.intensity = 50
}
</typoscript>
(issue imported from #M1806)
No data to display
Actions