Hi Marco,
In Metapost, fill is:
def fill expr c =
addto currentpicture contour c _op_
enddef ;
(whereas draw adds a "doublepath".)
Alan
On Thu, 6 Sep 2018 12:49:04 +0200
Marco Patzer
Hi!
I created a non-rectangular shaped document. The printer requires a cut contour in a particular colour, no problem so far. However, he complained about a missing “single continuous closed vectorised contour path”. The one I provided is an area, not a contour path.
I created the path as follows:
\starttext \startMPcode draw origin -- (50mm, 0mm) -- (60mm, 20mm) -- (10mm, 20mm) -- origin; \stopMPcode \stoptext
Any clue how to create such a vectorised contour path?
Marco ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________