~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-updates

« back to all changes in this revision

Viewing changes to texmf-dist/metapost/support/charlib/Sl

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2006-05-11 00:12:10 UTC
  • Revision ID: james.westby@ubuntu.com-20060511001210-gykenja59vrecpk2
Tags: upstream-2005
ImportĀ upstreamĀ versionĀ 2005

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
vardef C.Sl(expr n) =
 
2
 save p;
 
3
 picture p; p=nullpicture;
 
4
 addto p contour
 
5
 (14,93)--(14,96)--(29,110)--(44,121)--(54,127)--
 
6
 (97,152)--(112,162)--(127,175)--(142,190)--(155,204)--(165,218)--
 
7
 (174,233)--(181,246)--(186,260)--(187,264)--(187,279)--(186,283)--
 
8
 (181,291)--(171,298)--(157,298)--(144,290)--(132,275)--(124,261)--
 
9
 (118,246)--(113,232)--(109,218)--(106,205)--(103,190)--(101,178)--
 
10
 (99,166)--(97,153)--(97,152)--
 
11
 (94,131)--(93,123)--(92,112)--(91,103)--(90,93)--
 
12
 (89,81)--(89,40)--(92,28)--(97,18)--(108,10)--(122,10)--(134,18)--
 
13
 (145,33)--(152,48)--(158,62)--(168,58)--(168,59)--(163,45)--(157,31)--
 
14
 (148,16)--(133,3)--(118,-1)--(103,0)--(88,5)--(73,18)--(64,31)--
 
15
 (58,46)--(55,59)--(53,73)--(52,111)--(54,127)--(55,132)--(57,146)--
 
16
 (59,157)--(62,171)--(66,186)--(70,199)--(75,213)--(81,228)--(88,243)--
 
17
 (96,257)--(106,272)--(118,287)--(133,300)--(148,307)--(163,308)--
 
18
 (178,304)--(191,293)--(197,281)--(198,277)--(198,260)--(194,246)--
 
19
 (187,231)--(179,217)--(168,202)--(155,187)--(141,172)--(126,158)--
 
20
 (111,146)--(96,136)--(94,131)--(52,111)--(37,101)--(22,86)--(14,93)--
 
21
 cycle;
 
22
 p scaled (.0022*fontsize n) enddef;