Skip to main content
Version: 1.4.3

Shape painter

Use this painter to draw shapes on the paper. You can draw rectangles, circles, and other shapes.

Configuration

PropertyDefaultDescription
ColorBlackThe color that will be drawn
Stroke width5The width of the stroke
Zoom dependentfalseThis will change the stroke width based on the zoom level.
ShaperectangleThe shape that will be drawn
Width0The fixed width of the area. If set to 0, the width will be calculated automatically.
Height0The fixed height of the area. If set to 0, the height will be calculated automatically.
Aspect ratio0The fixed aspect ratio of the area. If set to 0, the aspect ratio will be calculated automatically. A aspect ratio is defined as width / height.

Shape types

Rectangle

PropertyDefaultDescription
FillTransparentThe color that will be drawn inside the rectangle
Corner radius0, 0, 0, 0The radius of the corners of the rectangle

Circle

PropertyDefaultDescription
FillTransparentThe color that will be drawn inside the rectangle

Line

No configuration available.