context.moveTo(100, canvas.height - 50); context.quadraticCurveTo(canvas.width / 2, -50,canvas.width - 100, canvas.height-50; | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

context.moveTo(100, canvas.height - 50); context.quadraticCurveTo(canvas.width / 2, -50,canvas.width - 100, canvas.height-50;

someone explain me this canvas attributes in javascript

16th Feb 2017, 3:54 PM
yash
yash - avatar
1 ответ
+ 1
Could you share your entire code?
20th Oct 2017, 5:45 AM
Daniel
Daniel - avatar