<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg version="1.1" width="600px" height="200"  xmlns="http://www.w3.org/2000/svg">

<g style="font-family:tahoma;font-size:12pt">

<g transform="translate(10,10)">
 <text x="50" y="15" style="font-weight:bold">Week 1</text> 
 <rect x="0" y="30" width="170" height="65" rx="5" stroke="black" stroke-width="1" fill="lightyellow" />
 <text x="10" y="50">Submitted to member</text>
 <text x="10" y="65">of curriculum</text>
 <text x="10" y="80">committee</text>
</g>

<g transform="translate(10,95)">
 <rect x="0" y="15" width="170" height="65" rx="5" stroke="black" stroke-width="1" fill="aliceblue" />
 <text x="10" y="35">Reviewed by</text>
 <text x="10" y="50">content</text>
 <text x="10" y="65">expert</text>
</g>

<g transform="translate(200,90)">
 <polygon stroke="black" stroke-width="1" fill="lavender" points="0,10 30,10 30,0 50,20 30,40 30,30 0,30" />
</g>

<g transform="translate(260,10)">
 <text x="30" y="15" style="font-weight:bold">Week 2</text> 
 <rect x="0" y="65" width="110" height="65" rx="5" stroke="black" stroke-width="1" fill="palegreen" />
 <text x="10" y="85">First reading</text>
</g>

<g transform="translate(380,90)">
 <polygon stroke="black" stroke-width="1" fill="lavender" points="0,10 30,10 30,0 50,20 30,40 30,30 0,30" />
</g>

<g transform="translate(435,10)">
 <text x="30" y="15" style="font-weight:bold">Week 3</text> 
 <rect x="0" y="65" width="110" height="65" rx="5" stroke="black" stroke-width="2" fill="mistyrose" />
 <text x="10" y="85">Vote</text>
</g>

</g>
</svg>
