[metapost] Arrows in the middle of a path
Troy Henderson
thenders at gmail.com
Mon Jul 28 19:42:20 CEST 2008
Sorry. Typo.
def midarrow (expr p, t) =
drawarrow subpath(0,t*length(p)) of p;
draw subpath(t*length(p),length(p)) of p;
enddef;
Troy
More information about the metapost
mailing list