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
}
Copied!

Properties

color

color
Type
GraphicColor / stdWrap
Default
black

Fill color of the ellipse.

dimensions

dimensions
Type
x,y,w,h +calc / stdWrap

Dimensions of a filled ellipse.

x,y is the offset.

w,h are the dimensions. Dimensions of 1 will result in 1-pixel wide lines!