Skip to main content

Shapes

title: Drawing canvas shapes with Svelte layout: svelte_page


All svelte-konva components correspond to Konva components of the same name. All the parameters available for Konva objects are valid props for corresponding svelte-konva components, unless noted otherwise.

Core shapes are: Rect, Circle, Ellipse, Line, Image, Text, TextPath, Star, Label, SVG Path, RegularPolygon. You can also create custom shapes.

To get more info about Konva you can read Konva Overview.