Circle
Create a circle.
Allowed attributes: backgroundcolor, class, framecolor, id, radiusx, rulewidth
Child elements: (none)
Parent elements: Frame, Overlay, PlaceObject, Position, Transformation
Color of the circle.
CSS class for the circle.
Color of the circle line.
CSS id for this circle.
Radius of the circle in grid cells (horizontal) or as an absolute length. In the future, a radiusy will allow to create an ellipse.
The thickness of the border that is drawn around the object.
<DefineColor name="mygreen" model="cmyk" c="22" m="0" y="55" k="0"/> <PlaceObject row="5" column="5" > <Circle radiusx="10mm" backgroundcolor="blue" framecolor="mygreen" rulewidth="1mm"/> </PlaceObject>
looks like