- 1
can i use curves in jQuery??
4 ответов
+ 4
What kind of 'curves' would you use?
JQuery is not designed specifically to handle graphics, but it can be helpful for DOM handling requiring to add content to the web page (whatever the curves kind you want to use: in <svg> or <canvas> elements)...
+ 1
thanks 😍
0
canvas can i ?