Dataviz

https://github.com/nntrn/save/issues/41

Created on Last updated on


SVG

  • Paths
    • M (for "move to") precedes initial numeric x and y coordinates, and
    • L (for "line to") precedes a point to which a line should be drawn.
    • C, S, Q, T, and A precede data that is used to draw various Bézier and elliptical curves.
    • Z is used to close a path.

SVG Filters