1 / 9

SVG – The Basics

SVG – The Basics. ADUG Melbourne, 18 MARCH 2019 Tony Bryer, Greentram Software. What is SVG?. Scalable Vector Graphics (SVG) is an open, industry-standard XML-based format for vector graphics developed by the W3C. Scaleable – images maintain their quality when resized

cue
Download Presentation

SVG – The Basics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SVG – The Basics ADUG Melbourne, 18 MARCH 2019 Tony Bryer, Greentram Software

  2. What is SVG? Scalable Vector Graphics (SVG) is an open, industry-standard XML-based format for vector graphics developed by the W3C. • Scaleable – images maintain their quality when resized • Vector– images are defined by a sequence of instructions • XML so can be searched and indexed

  3. Basic shapes • rect[angle] • circle • ellipse • line • polyline • polygon • path • + text

  4. W3C SVG tutorial • https://www.w3schools.com/graphics/svg_intro.asp

  5. SVG can be embedded in HTML • https://www.w3schools.com/graphics/tryit.asp?filename=trysvg_polygon

  6. Creating SVGs • Simple SVGs are easy to code • Many graphics programs can produce SVGs – Inkscape, inkscape.org is open source • In some applications producing SVGs with placeholders may be a good answer

  7. Delphi and SVG • Various SVG libraries exist (not tried by me): • Delphi SVG : A$80 • Riversoft SVG: www.riversoftavg.com A$93 • SVG Magic: svgmagic.io A$140 • .. and others

  8. SVGs from scratch • Subset of SVG delivers what I need

  9. The end

More Related