NVGPathOutline.flatten

Returns "flattened" path. Flattened path consists of only two commands kinds: MoveTo and LineTo.

  1. NVGPathOutline flatten()
    struct NVGPathOutline
    nothrow @trusted @nogc const
    flatten
    ()
  2. NVGPathOutline flatten(NVGMatrix mt)
Suggestion Box / Bug Report