wader / ansisvg

Convert ANSI to SVG
MIT License
89 stars 9 forks source link

Separate SVG DOM information to dedicated struct #31

Closed patrislav1 closed 9 months ago

patrislav1 commented 9 months ago

This is a pure cosmetic change and doesn't change the function at all.

I thought svgscreen.Screen was getting to big and messy and broke out the fields that are not used internally but passed verbatim to the SVG template to a separate struct.