From: W. Trevor King Date: Sun, 28 Mar 2010 00:59:41 +0000 (-0400) Subject: Remove the upper-left and lower right bounding box marks X-Git-Tag: 0.1~9 X-Git-Url: http://git.tremily.us/?p=pyrisk.git;a=commitdiff_plain;h=b1410b759eb0b8f880c7d791c8498fe570905e8d Remove the upper-left and lower right bounding box marks --- diff --git a/pyrisk/graphics.py b/pyrisk/graphics.py index 6461834..df63232 100644 --- a/pyrisk/graphics.py +++ b/pyrisk/graphics.py @@ -409,11 +409,6 @@ class WorldRenderer (object): +(0,height)) # shift back into bbox for p in rt]) ]) - lines.extend([ - '', - '' - % (width, height) - ]) lines.extend(['', '']) return '\n'.join(lines) def _locate(self, template):