spook / ink2pdf

Inkscape to Multi-Page PDF Document
MIT License
17 stars 4 forks source link

Use of uninitialized value in substitution (s///) at ./ink2pdf #7

Open MrConorAE opened 2 years ago

MrConorAE commented 2 years ago

While running ink2pdf on an inkscape file, I got loads of errors (>100) that all said:

Use of uninitialized value in substitution (s///) at ./ink2pdf line [XXX].

where XXX is either 343 or 338. Also, (and I think this is a result of these errors) the generated PDF is just the same page (the first one) over and over again.