ELLIPSE¶
Prints a filled ellipse.
Example¶
EXT:site_package/Configuration/TypoScript/setup.typoscript¶
file = GIFBUILDER
file {
XY = 200,200
format = png
10 = ELLIPSE
10.dimensions = 100,100,50,50
10.color = red
}
Display settings
Prints a filled ellipse.
file = GIFBUILDER
file {
XY = 200,200
format = png
10 = ELLIPSE
10.dimensions = 100,100,50,50
10.color = red
}