outline_mode

This enum is used to determine the outline mode for outlined shapes.

inset

Inset outlining. This means that the outline will be inside the shape (+1px from top-left, -1px from bottom-right).


outset

Outset outlining. This means that the outline will be outside of the shape (-1px from top-left, +1px from bottom-right).


center

Center outlining. This means that the outline will match the shape size.

Last updated