\Draw
\Scale(0.5,0.5)
{ \Line(6,26) \Line(35,38)
\Line(0,14) }
{ \Move(52, 0) \Line(-6,26)
\Line(-35,38) \Line( 0,14) }
{ \Move( 0,26) \Line( 6,14)
\Line( 40,9) \Line( 6,20) }
{ \Move(52,26) \Line(-6,14)
\Line(-40,9) \Line(-6,20) }
\Move(26,29) \PaintOval(12,23)
\Move(0,26) \PaintOval(6,9)
\Move(0,12) \PaintOval(3,3)
\EndDraw
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg xmlns="http://www.w3.org/2000/svg" stroke="black">
<polyline points="10,88 16,62 51,24 51,10" fill="none"/>
<polyline points="62,88 56,62 21,24 21,10" fill="none"/>
<polyline points="10,62 16,48 56,39 62,19" fill="none"/>
<polyline points="62,62 56,48 16,39 10,19" fill="none"/>
<ellipse cx="36" cy="59" rx="12" ry="23"/>
<ellipse cx="36" cy="33" rx="6" ry="9"/>
<ellipse cx="36" cy="21" rx="3" ry="3"/>
</svg>
|
|