HTML5 - Creating a canvas on top of an SVG(or other image)
Posted
by
cawd
on Stack Overflow
See other posts from Stack Overflow
or by cawd
Published on 2011-01-10T02:48:55Z
Indexed on
2011/01/10
2:53 UTC
Read the original article
Hit count: 152
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 canvas to create the arrows, so firstly I generate the svgs then place a canvas on top of them to be able to draw the arrows.
I've tried using style=... but haven't had any luck as everytime I add the canvas element it just pushes my svg images to another pl
If there's no easy way to do this I'll just create arrows using SVG, I figured it would be more efficient to use canvas if I had to do lots of arrows in a short amount of time.
© Stack Overflow or respective owner