element ref
shapes
circle
circle defines in fact an oval
circle | x | y | sizex | sizey
  • x / x position on screen
  • y / y position on screen
  • sizex / size in the x-axis direction
  • sizey / size in the y-axis direction
fill orange
# circle
circle 10 10 100 100

fill red
# ellipse
circle 20 20 100 50

all rights reserved 2018 © - cssscript.org