]> git.donarmstrong.com Git - lilypond.git/commitdiff
SVG backend: use a fill of currentColor for glyphs
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 26 Jul 2009 07:45:58 +0000 (00:45 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 26 Jul 2009 07:45:58 +0000 (00:45 -0700)
scm/output-svg.scm

index 987dc0752890cf9f82ed9dede3a2b2275b0069a3..20ce40b230e628dd3b80fdb024ebc4ec77239c0e 100644 (file)
                                  "scale(" scale ", -" scale ")")))
 
   (set-attribute 'd path)
+  (set-attribute 'fill "currentColor")
   (apply entity 'path "" (reverse alist)))