From b1410b759eb0b8f880c7d791c8498fe570905e8d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 27 Mar 2010 20:59:41 -0400 Subject: [PATCH] Remove the upper-left and lower right bounding box marks --- pyrisk/graphics.py | 5 ----- 1 file changed, 5 deletions(-) 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): -- 2.26.2