From: Patrick McCarty <pnorcks@gmail.com> Date: Sun, 26 Jul 2009 07:45:58 +0000 (-0700) Subject: SVG backend: use a fill of currentColor for glyphs X-Git-Tag: release/2.13.4-1~290 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab856bc96e2e26046b5fe0139eb0ee89abc70343;p=lilypond.git SVG backend: use a fill of currentColor for glyphs --- diff --git a/scm/output-svg.scm b/scm/output-svg.scm index 987dc07528..20ce40b230 100644 --- a/scm/output-svg.scm +++ b/scm/output-svg.scm @@ -177,6 +177,7 @@ "scale(" scale ", -" scale ")"))) (set-attribute 'd path) + (set-attribute 'fill "currentColor") (apply entity 'path "" (reverse alist)))