]> git.donarmstrong.com Git - lilypond.git/commit
SVG backend: Fix font matching
authorPatrick McCarty <pnorcks@gmail.com>
Mon, 11 May 2009 04:13:26 +0000 (21:13 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sat, 11 Jul 2009 21:18:46 +0000 (14:18 -0700)
commite74659fd134dda1dcc859791a21d7aa328b53893
tree379b6d3a5fe51ba9a78e960bd831b61fbb5e4c15
parent7459c02eccd6a77c1d3c5fb2b7edda12c887601d
SVG backend: Fix font matching

* Only match the elements of a PangoFontDescription
  that LilyPond is capable of matching.

* Store the attributes for a PangoFontDescription
  in an alist in order to filter unwanted attributes.

* Ignore the "style" of a font smob; it cannot be used
  to match the correct embedded SVG font.

* The fill of "round-filled-box" should be "currentColor"

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
scm/output-svg.scm