lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Experimental support for woff fonts in svg. (issue1428042)


From: pnorcks
Subject: Re: Experimental support for woff fonts in svg. (issue1428042)
Date: Thu, 17 Jun 2010 19:49:26 +0000


http://codereview.appspot.com/1428042/diff/34001/35011
File scm/framework-svg.scm (right):

http://codereview.appspot.com/1428042/diff/34001/35011#newcode138
scm/framework-svg.scm:138: (dump (svg-end))
Adding the following code fixes the memory leak Neil refers to, though
there might be a better way.

(if (ly:get-option 'svg-woff)
    (module-define! (ly:outputter-module outputter) 'paper #f))

http://codereview.appspot.com/1428042/diff/34001/35011#newcode160
scm/framework-svg.scm:160: (if (ly:get-option svg-woff)
svg-woff needs to be quoted: 'svg-woff

http://codereview.appspot.com/1428042/diff/34001/35011#newcode166
scm/framework-svg.scm:166: (dump (svg-end))
The same memory leak happens here.  See the first comment above.

http://codereview.appspot.com/1428042/show



reply via email to

[Prev in Thread] Current Thread [Next in Thread]