n-t-roff / heirloom-doctools

The Heirloom Documentation Tools: troff, nroff, and related utilities
http://n-t-roff.github.io/heirloom/doctools.html
Other
127 stars 23 forks source link

Fix drawspline() to handle more than 97 points properly. #115

Closed yasuoka closed 1 year ago

yasuoka commented 1 year ago

I hit a problem dpost exits with an error like the followings:

dpost: unknown input character 55 - (line 172)

The given data has many arguments for D~ (draw spline). drawspline() seems to limited to 97 of (x, y) pairs at maximum. The diff is to remove the limit.