[]
        
(Showing Draft Content)

EllipseObjectToolOptions

Type Alias: EllipseObjectToolOptions

type EllipseObjectToolOptions = object;

Default style options for Ellipse objects.

Properties

fillColor?

optional fillColor?: string;

Fill color. Use 'transparent' or a color with zero alpha for outline-only ellipses. When omitted, falls back to ToolsOptions.fillColor.


lineColor?

optional lineColor?: string;

Stroke color. When omitted, falls back to ToolsOptions.lineColor.


lineWidth?

optional lineWidth?: number;

Stroke width in pixels. When omitted, falls back to ToolsOptions.lineWidth.


opacity?

optional opacity?: number;

Object opacity as a percentage (0–100).


rotation?

optional rotation?: number;

Object rotation in degrees.