[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.20.11.2 FVG Circle

Draws a perfect circle around the center, and with the specified radius.

Defining the Shape

Example: This creates a perfect circle filled with white and bordered by red.

 
<circle cx="100"
        cy="100"
        r="50"
        stroke="#ff0000"
        fill="#ffffff" />

Allowed Parameters

Name

Required

Example

Description

cx

yes

cx="50"

Sets the center x coordinate of the circle.

cy

yes

cy="50"

Sets the center y coordinate of the circle.

r

yes

r="10"

Sets the radius of the circle.

stroke

no

stroke="#ff0000"

Turns on stroking of the shape, and sets the color. If this is not present, the shape will not be stroked. Either this value or `fill' must be present or the shape will be invisible.

fill

no

fill="#ff0000"

Turns on filling of the shape, and sets the color. If this is not present, the shape will not be filled. Either this value or `stroke' must be present or the shape will be invisible.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated using texi2html 1.76.