diff options
author | Mike Solomon <mike@apollinemike.com> | 2012-02-06 15:03:20 +0100 |
---|---|---|
committer | Mike Solomon <mike@apollinemike.com> | 2012-02-06 15:03:20 +0100 |
commit | 35725a573e47be7c02c51964641ea534fb88be6b (patch) | |
tree | 3c636c55f3a41a2fa27c5b17175b492de22a509f /ps | |
parent | b231459a563c15e11b426c72192d15c49be156b4 (diff) |
Gets rid of bezier-sandwich stencil
Diffstat (limited to 'ps')
-rw-r--r-- | ps/music-drawing-routines.ps | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps index 9d2e4070b0..2d17d57ab9 100644 --- a/ps/music-drawing-routines.ps +++ b/ps/music-drawing-routines.ps @@ -150,27 +150,6 @@ bind def closepath fill } bind def -% this is for drawing slurs and barre-indicators. -/draw_bezier_sandwich % x5 y5 x6 y6 x7 y7 - % x4 y4 - % x1 y1 x2 y2 x3 y3 - % x0 y0 - % linewidth draw_bezier_sandwich -{ - gsave - currentpoint translate - % round ending and round beginning - 1 setlinejoin 1 setlinecap - setlinewidth - moveto - curveto - lineto - curveto - closepath - stroke_and_fill - grestore -} bind def - /draw_circle % filled? radius thickness draw_circle { setlinewidth % f? r |