[]
type EllipseObjectToolOptions = object;
Default style options for Ellipse objects.
optional fillColor?: string;
Fill color.
Use 'transparent' or a color with zero alpha for outline-only ellipses.
When omitted, falls back to ToolsOptions.fillColor.
optional lineColor?: string;
Stroke color. When omitted, falls back to ToolsOptions.lineColor.
optional lineWidth?: number;
Stroke width in pixels. When omitted, falls back to ToolsOptions.lineWidth.
optional opacity?: number;
Object opacity as a percentage (0–100).
optional rotation?: number;
Object rotation in degrees.