Document Solutions Image Viewer
    Preparing search index...

    Type Alias EllipseObjectToolOptions

    Default style options for Ellipse objects.

    type EllipseObjectToolOptions = {
        lineWidth?: number;
        lineColor?: string;
        opacity?: number;
        rotation?: number;
        fillColor?: string;
    }

    Properties

    lineWidth?: number

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

    lineColor?: string

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

    opacity?: number

    Object opacity as a percentage (0–100).

    rotation?: number

    Object rotation in degrees.

    fillColor?: string

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