Drawing function need code by Html5 and javascript
I have one project for drawing, this one developed by flash before.
It can upload image and draw some area ( like circle, rectangle ,,,, )on it . Also it can give the url link to this area and save to database. Later you can load this image which have areas and link on it.
Yes it has more function like enlarge, move...
Now the client want get rid of the flash.
Anyone know how to code this using HTML5 and JavaScript. I know html5 can drawing , but I cannot find any function to save.
I can write the PHP server side code for save the areas and link information to database.