projects
/
pyrisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a14da3e
)
Remove the upper-left and lower right bounding box marks
author
W. Trevor King
<wking@drexel.edu>
Sun, 28 Mar 2010 00:59:41 +0000
(20:59 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 28 Mar 2010 00:59:41 +0000
(20:59 -0400)
pyrisk/graphics.py
patch
|
blob
|
history
diff --git
a/pyrisk/graphics.py
b/pyrisk/graphics.py
index 646183440a308ba1d25896064f4e4b20dd1001b5..df632320860930405dc3297436e1eb9a7c3a6535 100644
(file)
--- 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([
- '<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):