Remove the upper-left and lower right bounding box marks
[pyrisk.git] / pyrisk / graphics.py
index 646183440a308ba1d25896064f4e4b20dd1001b5..df632320860930405dc3297436e1eb9a7c3a6535 100644 (file)
@@ -409,11 +409,6 @@ class WorldRenderer (object):
                                            +(0,height)) # shift back into bbox
                                     for p in rt])
                         ])
-        lines.extend([
-                '<circle fill="black" cx="0" cy="0" r="20" />',
-                '<circle fill="green" cx="%d" cy="%d" r="20" />'
-                 % (width, height)
-                ])
         lines.extend(['</svg>', ''])
         return '\n'.join(lines)
     def _locate(self, template):