Skip to content

Documentation / @ripl/vue / RiplShapeProps

Interface: RiplShapeProps ​

Defined in: adapters/vue/src/types.ts:105

Painting options accepted by every path-backed shape.

Properties ​

PropertyTypeDescriptionDefined in
autoFill?booleanWhether the shape fills itself automatically when a fill is set. Defaults to true.adapters/vue/src/types.ts:107
autoStroke?booleanWhether the shape strokes itself automatically when a stroke is set. Defaults to true.adapters/vue/src/types.ts:109
cachePath?booleanWhether the shape's path is cached between frames. Defaults to true.adapters/vue/src/types.ts:113
clip?booleanWhether the shape's path clips subsequent siblings. Defaults to false.adapters/vue/src/types.ts:111