comparison svgsitemap/middleware.py @ 18:2aeac6508dc3

reset fontsize to something sane
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 02 Jan 2011 20:29:43 -0800
parents 94d9eccce1d7
children 60baa5252aa4
comparison
equal deleted inserted replaced
17:94d9eccce1d7 18:2aeac6508dc3
46 46
47 # graph attributes 47 # graph attributes
48 'bgcolor': 'black', 48 'bgcolor': 'black',
49 'fontcolor': 'white', 49 'fontcolor': 'white',
50 'fontname': 'Helvetica', 50 'fontname': 'Helvetica',
51 'fontsize': '80.0', 51 'fontsize': '10.0',
52 'nodecolor': 'aqua', 52 'nodecolor': 'aqua',
53 'edgecolor': 'lime', 53 'edgecolor': 'lime',
54 'shape': 'plaintext', 54 'shape': 'plaintext',
55 'len': '1.0', 55 'len': '1.0',
56 'arrowsize': '0.5', 56 'arrowsize': '0.5',