Thank you oosyrag! That is just perfect and fits my needs exactly. Is this a standard technique for drawing curves from multiple straight lines?
Develop games in your browser. Powerful, performant & highly capable.
In fact that is a very complete solution. It leaves with me the diameter line which I don't want but I can create a separate function to overwrite that. Thanks again!
Wow! Thank you. That's quite a solution!
I hope this is possible!
Thanks
Thank you. I think I've understood what you're saying.
Can anyone please tell me what I'm doing wrong. I've tried everything (except the right way obviously!).
const c = runtime.objects.myCanvas.getFirstInstance();
//const ctx = c.getContext("2d");
c.moveTo(50,50);
c.lineTo(100,200);
c.stroke();