What is the difference between SVG and <Canvas>?
#2
(09-13-2017, 05:02 AM)sinelogixtech Wrote: What is the difference between SVG and <Canvas>?
SVG:
  1. Vector based (composed of shapes)
  2. Multiple graphical elements, which become the part of the DOM
  3. Modified through script and CSS
  4. Give better performance with smaller number of objects or larger surface, or both
  5. Better scalability — can be printed with high quality at any resolution
CANVAS :

  1. Raster based (composed of pixel)
  2. Single HTML element similar to <img> in behavior
  3. Modified through script only
  4. Give better performance with smaller surface or larger number of objects, or both
  5. Poor scalability — not suitable for printing on higher resolution
Reply


Messages In This Thread
RE: What is the difference between SVG and <Canvas>? - by sinelogixtech - 10-13-2017, 09:48 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  WordPress 4.9 And Difference between Other Versions? Williamhawk 1 2,036 02-23-2018, 02:41 PM
Last Post: baldwinjackson

Forum Jump:


Users browsing this thread: 1 Guest(s)