changeset 9:e9760224e992

Fill should be none.
author Daniel O'Connor <darius@dons.net.au>
date Sat, 02 Apr 2016 23:27:56 +1030
parents f07a997e9f79
children b9727813e029
files musiccutter.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/musiccutter.py	Sat Apr 02 23:26:38 2016 +1030
+++ b/musiccutter.py	Sat Apr 02 23:27:56 2016 +1030
@@ -131,7 +131,7 @@
     def _emitnote(svg, x, y, w, h):
         svg.add(svgwrite.shapes.Rect(insert = ('%.3fcm' % (x), '%.3fcm' % (y)),
                                      size = ('%.3fcm' % (w), '%.3fcm' % (h)),
-                                     stroke = 'red', stroke_width = '1px', fill = 'red'))
+                                     stroke = 'red', stroke_width = '1px', fill = 'none'))
 
 if __name__ == '__main__':
     main()