[]
Gets or sets the value that indicates css priority. By default, it's true and the specified css class has a priority over current engine's properties like fill or stroke.
Gets the rendered element.
Gets or sets the color used to fill the element.
Gets or sets the font family for the text output.
Gets or sets the font size for the text output.
Gets or sets the color used to outline the element.
Gets or sets the thickness of the outline.
Gets or sets the text color.
Adds a clipping rectangle to the context.
The clipping rectangle.
The ID of the clipping rectangle.
Clears the viewport and starts the rendering cycle.
Draws a doughnut segment.
X coordinate of the segment center.
Y coordinate of the segment center.
Outer radius of the segment.
Inner radius of the segment.
Start angle of the segment, in degrees.
Sweep angle of the segment, in degrees clockwise.
Class name to be applied to the element.
Style object to be applied to the element.
Id of the path to use as a clipping path.
Draws an ellipse.
X coordinate of the ellipse's center.
Y coordinate of the ellipse's center.
X radius (half of the ellipse's width).
Y radius (half of the ellipse's height).
Class name to be applied to the element.
Style object to be applied to the element.
Draws an image.
Url of the image to draw.
Left coordinate of the image's bounding rectangle.
Bottom coordinate of the image's bounding rectangle.
Image width.
Image height.
Draws a line.
X coordinate of the first point.
Y coordinate of the first point.
X coordinate of the second point.
Y coordinate of the second point.
Class name to be applied to the element.
Style object to be applied to the element.
Draws a series of lines.
Array of X coordinates.
Array of Y coordinates.
Class name to be applied to the element.
Style object to be applied to the element.
Id of the path to use as a clipping path.
Draws a pie segment.
X coordinate of the segment center.
Y coordinate of the segment center.
Radius of the segment.
Start angle of the segment, in degrees.
Sweep angle of the segment, in degrees clockwise.
Class name to be applied to the element.
Style object to be applied to the element.
Id of the path to use as a clipping path.
Draws a polygon.
Array of X coordinates.
Array of Y coordinates.
Class name to be applied to the element.
Style object to be applied to the element.
Id of the path to use as a clipping path.
Draws a rectangle.
Left of the rectangle.
Bottom of the rectangle.
Width of the rectangle.
Height of the rectangle.
Class name to be applied to the element.
Style object to be applied to the element.
Id of the path to use as a clipping path.
Draws a series of splines (smooth path).
Array of X coordinates.
Array of Y coordinates.
Class name to be applied to the element.
Style object to be applied to the element.
Id of the path to use as a clipping path.
Draws a string.
String to be drawn.
Reference point for the string.
Class name to be applied to the element.
Style object to be applied to the element.
Draws a rotated string.
String to be drawn.
Reference point for rendering the string.
Reference point for rotating the string.
Rotation angle, in degrees, clockwise.
Class name to be applied to the element.
Style object to be applied to the element.
Ends a group.
Finishes the rendering cycle.
Measures a string.
String to be measured.
Class name to use when measuring the string.
Name of the group to use when measuring the string.
Style object to use when measuring the string.
Sets the size of the viewport.
Viewport width.
Viewport height.
Starts a group.
Class name to apply to the new group.
Id of the path to use as a clipping path.
Whether to create a new transform for the group.
Represents a rendering engine that performs the basic drawing routines.