jonschz / tikz-nfold

Triple, quadruple, and n-fold paths and arrows with TikZ
LaTeX Project Public License v1.3c
11 stars 1 forks source link

Implement `\pgfpathclose`, rewrite parser, performance impovements #11

Closed jonschz closed 1 year ago

jonschz commented 1 year ago

The main new visible feature is the support for \pgfpathclose.

Under the hood, large parts of the structure and parser were rewritten to avoid redundant computations, yielding a significant increase in performance.

Closes #9