HTML5 canvas Spline Tutorial
To create a spline (curved line) with Konva
, we can instantiate a Konva.Line()
object with the tension
property.
For full list of properties and methods, see the Line API Reference.
- Vanilla
- React
- Vue
To create a spline (curved line) with Konva
, we can instantiate a Konva.Line()
object with the tension
property.
For full list of properties and methods, see the Line API Reference.