SVG制作简单的图形

圆形 circle



矩形 rect




椭圆 ellipse




线 line




折线 polyline




多边形 polygon




路径 path

可用于路径数据的命令

M = moveto
L = lineto
H = horizontal lineto
V = vertical lineto
C = curveto
S = smooth curveto
Q = quadratic Belzier curve
T = smooth quadratic Belzier curveto
A = elliptical Arc
Z = closepath



posted @ 2017-06-27 19:36  师妹儿  阅读(1255)  评论(0)    收藏  举报