# HG changeset patch # User John "Elwin" Edwards # Date 1389373237 18000 # Node ID 1ddd2d950e319af7224846bbc948dbdad458614f # Parent a97a20571526fd5429242e42c814208379ab574c SVG charts: reduce frame stroke width. If the frame stroke is too wide, bars of height 1 aren't visible. diff -r a97a20571526 -r 1ddd2d950e31 py/stats2.py --- a/py/stats2.py Fri Jan 10 09:03:16 2014 -0500 +++ b/py/stats2.py Fri Jan 10 12:00:37 2014 -0500 @@ -16,7 +16,7 @@ fill:#ffffff; fill-opacity:1; stroke:#000000; - stroke-width:4; + stroke-width:2; stroke-opacity:1; }} rect.bar {{