2009-10-02 14:37:25 -07:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<style>
|
|
|
|
rect { stroke: blue; stroke-width: 5px; }
|
|
|
|
</style>
|
2009-10-03 13:16:19 -07:00
|
|
|
<rect x="20px" y="20px" width="15px" height="15px"
|
2009-10-02 14:37:25 -07:00
|
|
|
style="stroke-dasharray: 20px, 5px">
|
|
|
|
</rect>
|
2009-10-03 13:16:19 -07:00
|
|
|
<rect x="70px" y="20px" width="15px" height="15px"
|
2009-10-02 14:37:25 -07:00
|
|
|
style="stroke-dasharray: 20px, 5px">
|
|
|
|
</rect>
|
2009-10-03 13:16:19 -07:00
|
|
|
<rect x="120px" y="20px" width="15px" height="15px"
|
2009-10-02 14:37:25 -07:00
|
|
|
style="stroke-dasharray: 18.5px, 6.5px">
|
|
|
|
</rect>
|
2009-10-03 13:16:19 -07:00
|
|
|
<rect x="20px" y="70px" width="15px" height="15px"
|
2009-10-02 14:37:25 -07:00
|
|
|
style="stroke-dasharray: 16.25px, 8.75px">
|
|
|
|
</rect>
|
2009-10-03 13:16:19 -07:00
|
|
|
<rect x="70px" y="70px" width="15px" height="15px"
|
2009-10-02 14:37:25 -07:00
|
|
|
style="stroke-dasharray: 15.05px, 9.95px">
|
|
|
|
</rect>
|
2009-10-03 13:16:19 -07:00
|
|
|
<rect x="120px" y="70px" width="15px" height="15px"
|
2009-10-02 14:37:25 -07:00
|
|
|
style="stroke-dasharray: 12.5px, 12.5px">
|
|
|
|
</rect>
|
2009-10-03 13:16:19 -07:00
|
|
|
<rect x="20px" y="120px" width="15px" height="15px"
|
2009-10-02 14:37:25 -07:00
|
|
|
style="stroke-dasharray: 12px, 13px">
|
|
|
|
</rect>
|
2009-10-03 13:16:19 -07:00
|
|
|
<rect x="70px" y="120px" width="15px" height="15px"
|
2009-10-02 14:37:25 -07:00
|
|
|
style="stroke-dasharray: 10px, 15px">
|
|
|
|
</rect>
|
2009-10-03 13:16:19 -07:00
|
|
|
<rect x="120px" y="120px" width="15px" height="15px"
|
2009-10-02 14:37:25 -07:00
|
|
|
style="stroke-dasharray: 10px, 15px">
|
|
|
|
</rect>
|
|
|
|
</svg>
|