Update SVG.md

master
Matt Huntington 8 years ago committed by GitHub
parent c44a2ac8a2
commit 590bc01ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -356,7 +356,7 @@ These tags take a `d` attribute which stands for a set of drawing commands. The
- M = moveto: move the drawing point to the given coordinates
- M x y
- L = lineto: draw a line from the previous point in the `d` command to the point given
- D x y
- L x y
- C = curveto: draw a curve from the previous point in the `d` command to the point given with the given control points
- C x1 y1, x2 y2, x y
- first pair is first control point

Loading…
Cancel
Save