mgieseki / dvisvgm

A fast DVI, EPS, and PDF to SVG converter
https://dvisvgm.de
GNU General Public License v3.0
306 stars 33 forks source link

rawdef special does not evaluate {?(...)} expressions #175

Closed agrahn closed 2 years ago

agrahn commented 2 years ago

The subject says it all. Thank you for consideration. Here is a minimal example:

test

\special{dvisvgm:rawdef <!-- {?(x-x)} {?(y-y)} -->}
\special{dvisvgm:raw <!-- {?(x-x)} {?(y-y)} -->}

\bye
mgieseki commented 2 years ago

That's easy to add. Just a moment...

agrahn commented 2 years ago

Thanks a lot for fixing both issues so fast! I successfully ran the new version on some of my inputs. Everything works as expected! :smile:

mgieseki commented 2 years ago

You're welcome. Great to hear that everything seems to work now. Let me know if you find any further problems with the latest version.