Re: Get the list of path coordinates from objects (mplib)

Taco Hoekwater <[email protected]> Mon, 8 Jul 2019 15:09:32 +0200
Newsgroups gmane.comp.tex.metapost
Message-ID <[email protected]>

> On 8 Jul 2019, at 13:51, Maxime Chupin <[email protected]> wrote:
> 
>       print(#segment.path[1])

      for a,v in  pairs(segment.path[1]) do
          print(a,v)
      end

Taco Hoekwater
Elvenkind BV




--
http://tug.org/metapost/