SVG V/S Canvas Tags
Thread Tags
Adobe Illustrator Adobe InDesign Adobe Photoshop Android Development Android Programming Android Studio Automation Testing C / C++ Programming Career Options College Lounge css digital marketing Digital Marketing / SEO Fireworks Graphic Design Graphic designing Graphics Design Graphics Designing HTML? Illustrator Internship Training logo Design logo designing Magento Photoshop PHP Programming QA react-native Scroll Website SEO Single Page Website Stock Managment System Testing Typography UI UI/UX Development UI Design UI Designing UI development User Interface UX Design Web Designing Website Design Wordpress wpRegister for free!
Registration at Smart Mentors is completely free and takes only a few seconds. By registering you’ll gain:
- Full Posting Privileges.
- Access to Private Messaging.
- Optional Email Notification.
- Ability to Fully Participate.
Register Now, or check out the Site Tour and find out everything Smart Mentors has to offer.
Tagged: Web Designing
This thread contains 1 reply, has 2 voices, and was last updated by Darshan Rathod 1 year, 11 months ago.
- Author Replies
- February 14, 2019 at 3:50 pm #53664
SVG is XML based, which implies that each element is accessible inside the SVG DOM. In the event that traits of an SVG object are changed, the browser can naturally re-render the shape. Canvas draws 2D designs, on the fly (with a JavaScript). Canvas is rendered pixel by pixel.
SVG
1) Vector-based (made out of shapes)
2) Multiple graphical elements, which turn out to be a piece of the DOM.
3) Modified through content and CSS.
4) Give better execution with fewer items or bigger surface, or both.
5) Better versatility — can be printed with high caliber at any resolution.Canvas
1) Raster-based (made out of a pixel)
2) Single HTML element like img tag in conduct.
3) Modified through content as it were.
4) Give better execution with the littler surface or bigger number of items, or both.
5) Poor versatility — not appropriate for imprinting on higher resolution. - AuthorPosts
You must be logged in to reply to this thread.Please login or register. Registration is 100% free.