How to create an arrow from one circle to another with KinectJS?
I have 2 circles with radius=r and stroke=1. How do I do a smooth rounding arrow, or just path from one to another?
thanks
|
How to create an arrow from one circle to another with KinectJS? I have 2 circles with radius=r and stroke=1. How do I do a smooth rounding arrow, or just path from one to another? thanks |
|||||||||||
|
|
If you want just a simple line, you could use
Curved Lines can be created with a Kinetic.Spline()
|
|||
|
|