| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 months |
| seen | Feb 1 at 7:24 | |
| stats | profile views | 0 |
|
Jan 25 |
comment |
canvas.getContext('2d'); is not a function hmm.. thanks guys. I'll need to reconsider on my options May request for your opinions on this. The project basically allows users to select areas on an image that'd like to put a marker. For example, a map will be loaded on to the screen and wherever any user touches or click on the map, there will be a marker automatically created on the spot. Something like "X marks the spot". The system will then save the marked map as an image and upload into the server for storing Any opinion on what should i use or try for this project? |
|
Jan 25 |
awarded | Student |
|
Jan 25 |
revised |
canvas.getContext('2d'); is not a function added 394 characters in body |
|
Jan 25 |
comment |
canvas.getContext('2d'); is not a function Sorry am extremely new with this. In this case, it returns something like this: <svg xmlns="w3.org/2000/svg" version="1.1" width="400" height="300"><circle cx="75" cy="75" r="50" fill="none" stroke="red" stroke-width="3"/><g stroke="black" stroke-width="2"><line x1="15" y1="75" x2="135" y2="75"/><line x1="75" y1="15" x2="75" y2="135"/></g></svg> |
|
Jan 25 |
awarded | Editor |
|
Jan 25 |
revised |
canvas.getContext('2d'); is not a function added 174 characters in body |
|
Jan 25 |
asked | canvas.getContext('2d'); is not a function |