How to draw a perfect circle - STEP BY STEP GUIDE

Jas Singh
Jas Singh
153.8 هزار بار بازدید - 12 ماه پیش - How to draw a perfect
How to draw a perfect circle on neil fun
This is the complete tutorial where I show 2 methods to draw a perfect circle.

1 Method: Bookmarklet code:
Here is the code:
javascript:(function()%7Blet%20s%3Ddocument.querySelector(%22main%20svg%22).getBoundingClientRect()%2Ccx%3Ds.width%2F2%2Bs.x%2Ccy%3Ds.height%2F2%2Bs.y%2Cr%3Ds.width%2F3%2Cd%3Ddocument.querySelector(%22main%20div%22)%2Ca%3D0%3Bfor(let%20e%3D0%3Be%3C50%3Be%2B%2B)%7Ba%2B%3DMath.acos(1-Math.pow(60%2Fr%2C2)%2F2)%3Blet%20t%3DMath.round(cx%2Br*Math.cos(a))%2Cn%3DMath.round(cy%2Br*Math.sin(a))%3B0%3D%3De%26%26d.dispatchEvent(new%20MouseEvent(%22mousedown%22%2C%7BclientX%3At%2CclientY%3An%7D))%2Cd.dispatchEvent(new%20MouseEvent(%22mousemove%22%2C%7BclientX%3At%2CclientY%3An%7D))%7Dd.dispatchEvent(new%20MouseEvent(%22mouseup%22))%7D)()

Make a bookmarklet with this code and hop on to neil fun website.

2 code customizable:
https://github.com/neek8044/Perfect-C...


Try it yourself. Link below.

https://neal.fun/perfect-circle/
12 ماه پیش در تاریخ 1402/05/03 منتشر شده است.
153,871 بـار بازدید شده
... بیشتر