+ 1

My first canvas help - ::Canvas J.S.:: bezierCurveTo()

I'm trying to experiment with besierCutveTo(). But it makes no sense how the lines move. I was trying to make number to with the besierCurveTo(). Can u guys help me make the number "2" with bezierCurveTo()? (#2) Here's the code I started. https://code.sololearn.com/WNLY3cs8jvIE/?ref=app

8th Jul 2019, 5:23 PM
Ginfio
Ginfio - avatar
3 odpowiedzi
+ 4
Hi there. Here's a really small demo for the number 2 https://code.sololearn.com/Wzicd1i4LRN9/?ref=app Here you can read more about bezier curves: https://javascript.info/bezier-curve
8th Jul 2019, 5:36 PM
Airree
Airree - avatar
+ 2
No, I just made the finishing line, because you probably want that to be a straight line; then INDICATED THE CONTROL POINTS LIKE IT SAID IN THE COMMENT
8th Jul 2019, 8:05 PM
Airree
Airree - avatar
0
Airree does it mean we can't make #"2" with only one bezierCurveTo()? Is that why u had more lines of code and a little mix of other things?
8th Jul 2019, 8:00 PM
Ginfio
Ginfio - avatar