SVGFonts v1.4 Release Notes

Release Date: 2013-09-10 // over 10 years ago
    • FontData can now be written back to SVG using makeSvgFont inside of the WriteFont module. It is possible to only write back a specfic set of glyphs.
    • ๐Ÿ‘ The SVG font-face element is now completely supported. This means all possible attributes are read and written back to it. Correct defaults are also set on non optional attributes. Some optional attributes are still required though, due to their use in font rendering.
    • The ReadPath module does not use unsafePerformIO anymore. ReadFont is now the only module with unsafe calls.
    • ๐Ÿ›  Minor bug fixes:
      • stemh and stemv are now optional attributes.