Results 1 to 2 of 2

Thread: What is the difference between SVG and <Canvas>?

  1. #1
    Junior Member
    Join Date
    Oct 2016
    Location
    Delhi
    Posts
    4

    What is the difference between SVG and <Canvas>?

    Hello Friends... i want to know What is the difference between SVG and <Canvas>?

  2. #2
    Friend of Site Staff
    Join Date
    May 2012
    Posts
    389
    SVG is like a "draw" program. The drawing is specified as drawing instructions for each shape and any part of any shape can be changed. Drawings are shape-oriented.

    Canvas is like a "paint" program. Once the pixels hit the screen, that is your drawing. You cannot change shapes except by overwriting them with other pixels. Paintings are pixel-oriented.

    http://stackoverflow.com/questions/4...d-html5-canvas

Similar Threads

  1. what's the difference between VPN and RDC
    By Digoy in forum Newbie Security Questions
    Replies: 3
    Last Post: February 17th, 2006, 10:48 AM
  2. THE DIFference
    By @ng3lu$ in forum Network Security Discussions
    Replies: 9
    Last Post: September 7th, 2004, 05:39 AM
  3. difference between c++ and vc++!
    By mosad2 in forum AntiOnline's General Chit Chat
    Replies: 3
    Last Post: March 7th, 2003, 01:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •