]> git.donarmstrong.com Git - lilypond.git/commit
stencil.scm: add make-path-stencil function
authorPaul Morris <paul@paulwmorris.com>
Sat, 18 Jan 2014 03:53:26 +0000 (22:53 -0500)
committerJames Lowe <pkx166h@gmail.com>
Thu, 30 Jan 2014 20:00:59 +0000 (20:00 +0000)
commit2348fa9c19d9884469911f17dac9ad1f93b13363
treea0f09efce13457241d75895042f0a3ce47538340
parent73346163907e09dd0c1e7d6956770379f8bc3971
stencil.scm: add make-path-stencil function

supports all path commands both relative and absolute:
lineto, rlineto, curveto, rcurveto, moveto, rmoveto, closepath
also supports single letter syntax used in standard SVG path commands:
L, l, C, c, M, m, Z, z.
refactored make-connected-path-stencil for backwards compatibility and
continued use
scm/stencil.scm