Which is better svg or html canvas for drawing 50 - 100 beizer lines? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which is better svg or html canvas for drawing 50 - 100 beizer lines?

Recently I've confused about implementing beizer lines using svg or using canvas into my webpage. Which is better?

16th Apr 2021, 6:59 PM
Vishnuxx
Vishnuxx - avatar
4 Answers
+ 1
Experiment yourself. If possible try to implement in both SVG and Canvas and share with the community so that some others can be benefited and also we can see the differences in them. But if you still want to know which is better for bezier than I think the best thing would be to know this "When to use SVG and when to use Canvas?" and with this i think you will get your best choice for implementing the bezier curve. take my opinion if you are animating then go with canvas or if you are just drawing the curves then go with svg. again pls don't limit yourself with my opinion 😉
16th Apr 2021, 7:05 PM
Rohit Kh
Rohit Kh - avatar
0
or with pure css? 🤔😁
16th Apr 2021, 7:08 PM
Rohit Kh
Rohit Kh - avatar
0
Actually I want to make the beizer lines draggable like you may have seen in some photo editors and drawing programs...I'm using pure javascript to acheive this..but I wanna know which will be faster in performance if I generate 50 to 100 beizer curves for drawing
16th Apr 2021, 7:44 PM
Vishnuxx
Vishnuxx - avatar
0
Thank you
17th Apr 2021, 4:44 AM
Vishnuxx
Vishnuxx - avatar