Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.58 KB

svg.md

File metadata and controls

34 lines (25 loc) · 1.58 KB

SVG

constuct svg by hand

https://yqnn.github.io/svg-path-editor/

  • Understanding SVG Paths

    • Graphical examples
    • If you've ever looked at the SVG code for an icon before, you might have noticed that they're usually made up of a bunch of path elements, each with a cryptic d attribute.

    • Cursors, Lines, Bezier Curves, Cubic Curves, Arcs
  • JavaScript Canvas - SVG Paths

    • Brilliant description of SVG paths arcs and why you can draw 4 circles between 2 points
  • SVG: The Good, the Bad and the Ugly

    • XML is not really human readable - the spec is 800 pages and incredibly bloated.
  • Playable game of Tetris in an SVG

    • Why is a vector graphics format capable of executing code! What a bloted format!
  • svgrepo.com

    • Browse 300.000+ SVG Vectors and Icons
    • Explore, search and find the best fitting icons or vectors for your projects using wide variety vector library.
    • Download free SVG Vectors for commercial use.

edit color

Use inkscape

link to inline svg in a markdown document