I noticed that the OpenType-SVG spec says that the source SVGs can be gzipped (SVG - Scalable vector graphics table (OpenType 1.9.1) - Typography | Microsoft Learn).
Can Glyphs make use of this in scripted SVG import, and if so, how?
I noticed that the OpenType-SVG spec says that the source SVGs can be gzipped (SVG - Scalable vector graphics table (OpenType 1.9.1) - Typography | Microsoft Learn).
Can Glyphs make use of this in scripted SVG import, and if so, how?
I didn’t look into this, yet. But for webfonts, it might be more efficient to use uncompressed svg and rely on the woff compression. That is very often amazingly efficient.
Thanks for the reply.