Skip to main content
Version: 1.4.3

Area painter

The area painter allows you to create, edit and remove areas.

Actions

MouseTouchAction
Left click and dragTap and dragCreate a new area
Middle clickTwo fingersMove canvas
Right clickLong tapEdit area

Configuration

PropertyDefaultDescription
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.

There are three aspect ratio presets:

  • Square (1:1)
  • Page portrait (sqrt(2)) - This is the default aspect ratio of an A4 page in portrait mode.
  • Page landscape (1/sqrt(2)) - This is the default aspect ratio of an A4 page in landscape mode.