[TYPO3-core] RFC #2049: Feature: Use Ellipse in Gifbuilder
Sebastian Michaelsen
sebastiangebhard at hoch2.de
Fri Jun 25 16:19:59 CEST 2010
* Your patch adds a new line at the end of both files.
* Find a better variable name for $tmpColor (What color is it? Filling
Color? Background Color?)
Beside that +1 by reading
Am 25.06.10 16:11, schrieb Kjeld Schumacher:
> This is an SVN patch request.
>
> Type: New feature
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=2049
>
> Branches:
> trunk
>
> Solution:
> Ellipse Gifbuilder Function
>
> How-To-Test:
> Apply Patch and use following Typoscript
>
> lib.test = IMAGE
> lib.test {
> file = GIFBUILDER
> file {
> XY = 200,200
> format = jpg
> quality = 100
> 10 = ELLIPSE
> 10.dimensions = 100,100,50,50
> 10.color = red
> }
> }
>
> # Default PAGE object:
> page = PAGE
> page.10 < lib.test
>
> Notes:
> This is 5 years old. I applied it to current trunk...
> Because it is Bug Day, lets get rid of these old things :-)
>
> Thanks Kjeld
>
More information about the TYPO3-team-core
mailing list