The reason for asking this question is because I want to be able to draw an arrow between two svg images. I want to use the canvas to create arrows, so first I create svgs and then lay the canvas on top of them to draw the arrows.
I tried using style = ... but I had no luck, since every time I add a canvas element, it just pushes my svg images to another pl
If there is no easy way to do this, I just create arrows using SVG, I thought it would be more efficient to use the canvas if I had to make a lot of arrows in a short amount of time.
source share