nx10 / httpgd

Asynchronous http server graphics device for R.
https://nx10.github.io/httpgd
GNU General Public License v2.0
389 stars 19 forks source link

Cleanup SVG rendering code #54

Closed nx10 closed 3 years ago

nx10 commented 3 years ago

The SVG rendering code is bloated and unoptimized. It should be cleaned up and make use of modern c++ features and fmt library features, to decrease file sizes and increase rendering speed and maintainability.