Mercurial > hg > svgsitemap
changeset 11:1ff7b363e89e
hike up minimum edge width a bit
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 02 Jan 2011 11:44:46 -0800 |
parents | 1329127709de |
children | a2bcd6a529b9 |
files | svgsitemap/middleware.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/svgsitemap/middleware.py Sun Jan 02 11:43:27 2011 -0800 +++ b/svgsitemap/middleware.py Sun Jan 02 11:44:46 2011 -0800 @@ -36,7 +36,7 @@ 'hosts': '', 'external_referers': True, 'maxwidth': 5, - 'minwidth': '0.01', + 'minwidth': '0.1', 'maxlength': 80, 'excluded': '*.css *.js */static/* /css/* *.ico /backgrounds/* *.png *.jpg',