Unofficial Survey of the Week
-
SVG or Canvas or something else? I have used SVG but am thinking of switching to use HTML5 Canvas instead. What are your opinions?
- I would love to change the world, but they won’t give me the source code.
Forogar wrote:
I have used SVG but am thinking of switching to use HTML5 Canvas instead.
Why?
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
Forogar wrote:
I have used SVG but am thinking of switching to use HTML5 Canvas instead.
Why?
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
SVG or Canvas or something else? I have used SVG but am thinking of switching to use HTML5 Canvas instead. What are your opinions?
- I would love to change the world, but they won’t give me the source code.
Combined - Canvas for rich background and SVG for moving parts...
"The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge". Stephen Hawking, 1942- 2018
-
Sin!
Sent from my Amstrad PC 1640 Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!
-
Sin!
Sent from my Amstrad PC 1640 Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!
-
SVG or Canvas or something else? I have used SVG but am thinking of switching to use HTML5 Canvas instead. What are your opinions?
- I would love to change the world, but they won’t give me the source code.
That's a front-end problem.
-
Tan! ...just to complete the trilogy.
- I would love to change the world, but they won’t give me the source code.
Someone should cosh you for that! :-D
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Someone should cosh you for that! :-D
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
SVG or Canvas or something else? I have used SVG but am thinking of switching to use HTML5 Canvas instead. What are your opinions?
- I would love to change the world, but they won’t give me the source code.
What about WebGL?
-
SVG or Canvas or something else? I have used SVG but am thinking of switching to use HTML5 Canvas instead. What are your opinions?
- I would love to change the world, but they won’t give me the source code.
Do you need unstable (non-persistent) or partial drawing, buffers, dynamic scalar image generation (opposite as vector image generation), layers or 3D? Then use canvas. For all other simpler cases use SVG. None of those technologies is superior - SVG is simple to use for simple use cases, Canvas is simple to use for advanced use-cases (and difficult to use for simple use-cases).
-
What about WebGL?