Click here to Skip to main content
15,913,587 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: HTML5 Canvas or SVG? Pin
Brady Kelly6-Feb-17 8:01
Brady Kelly6-Feb-17 8:01 
GeneralRe: HTML5 Canvas or SVG? Pin
  Forogar  6-Feb-17 8:02
professional  Forogar  6-Feb-17 8:02 
GeneralRe: HTML5 Canvas or SVG? Pin
User 110609795-Feb-17 8:52
User 110609795-Feb-17 8:52 
JokeRe: HTML5 Canvas or SVG? Pin
Sander Rossel5-Feb-17 10:26
professionalSander Rossel5-Feb-17 10:26 
GeneralRe: HTML5 Canvas or SVG? Pin
Marc Clifton5-Feb-17 11:18
mvaMarc Clifton5-Feb-17 11:18 
GeneralRe: HTML5 Canvas or SVG? Pin
Sanjay K. Gupta5-Feb-17 18:12
professionalSanjay K. Gupta5-Feb-17 18:12 
GeneralRe: HTML5 Canvas or SVG? Pin
Marc Clifton6-Feb-17 2:59
mvaMarc Clifton6-Feb-17 2:59 
GeneralRe: HTML5 Canvas or SVG? Pin
maze36-Feb-17 0:48
professionalmaze36-Feb-17 0:48 
depends what you want to accompliah

if want graphics that basic shapes could make, and marked up, and interactive the same as "normal" html markup is (like hover and click events), then SVG

check out d3.js[^] all that is SVG and document driven interaction.

If have specific graphics stuff that you need to do, and do not care so much about user interaction (unless you look at libraries and want to deal with Pixel<> object mapping relations), then Canvas your thing.
GeneralRe: HTML5 Canvas or SVG? Pin
Nathan Minier6-Feb-17 1:54
professionalNathan Minier6-Feb-17 1:54 
GeneralRe: HTML5 Canvas or SVG? Pin
Marc Clifton6-Feb-17 2:56
mvaMarc Clifton6-Feb-17 2:56 
GeneralRe: HTML5 Canvas or SVG? Pin
BillWoodruff6-Feb-17 3:59
professionalBillWoodruff6-Feb-17 3:59 
GeneralRe: HTML5 Canvas or SVG? Pin
Kirk 103898216-Feb-17 7:35
Kirk 103898216-Feb-17 7:35 
GeneralRe: HTML5 Canvas or SVG? Pin
Marc Clifton6-Feb-17 15:12
mvaMarc Clifton6-Feb-17 15:12 
GeneralRe: HTML5 Canvas or SVG? Pin
Kirk 103898216-Feb-17 15:19
Kirk 103898216-Feb-17 15:19 
GeneralRe: HTML5 Canvas or SVG? Pin
Marc Clifton7-Feb-17 1:54
mvaMarc Clifton7-Feb-17 1:54 
GeneralBLOWAAAAH! Pin
#realJSOP5-Feb-17 3:03
professional#realJSOP5-Feb-17 3:03 
GeneralRe: BLOWAAAAH! Pin
TheGreatAndPowerfulOz5-Feb-17 3:24
TheGreatAndPowerfulOz5-Feb-17 3:24 
GeneralRe: BLOWAAAAH! Pin
OriginalGriff5-Feb-17 3:37
mveOriginalGriff5-Feb-17 3:37 
GeneralRe: BLOWAAAAH! Pin
Kornfeld Eliyahu Peter5-Feb-17 3:40
professionalKornfeld Eliyahu Peter5-Feb-17 3:40 
GeneralRe: BLOWAAAAH! Pin
#realJSOP5-Feb-17 4:01
professional#realJSOP5-Feb-17 4:01 
PraiseRe: BLOWAAAAH! Pin
Kornfeld Eliyahu Peter5-Feb-17 4:06
professionalKornfeld Eliyahu Peter5-Feb-17 4:06 
GeneralRe: BLOWAAAAH! Pin
Munchies_Matt5-Feb-17 4:02
Munchies_Matt5-Feb-17 4:02 
GeneralRe: BLOWAAAAH! Pin
#realJSOP5-Feb-17 5:46
professional#realJSOP5-Feb-17 5:46 
GeneralRe: BLOWAAAAH! Pin
Munchies_Matt5-Feb-17 5:54
Munchies_Matt5-Feb-17 5:54 
GeneralRe: BLOWAAAAH! Pin
Mark_Wallace5-Feb-17 5:51
Mark_Wallace5-Feb-17 5:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.