基本图形:
<rect>、<circle>、<ellipse>、<line>、<polyline>、<polygon>
基本属性:
fill、stroke、stroke-width、transform
<rect> x y width height rx ry
<circle> cx cy r
<ellipse> cx cy rx ry
<line> x1 y1 x2 y2
<polyline> points 格式(xi,yi)+ points = "x1 y1 x2 y2 x3 y3 x4 y4"
<polygon> points 格式(xi,yi)+ points = "x1 y1 x2 y2 x3 y3 x4 y4"