mirror of
https://github.com/adobe-fonts/source-code-pro.git
synced 2026-04-26 03:00:26 -04:00
Gzip SVG table
This commit is contained in:
@@ -100,6 +100,7 @@ def processFontFile(fontFilePath, svgFilePathsList):
|
||||
svgDocsList = [svgDocsDict[index] for index in sorted(svgDocsDict.keys())]
|
||||
|
||||
svgTable = ttLib.newTable(TABLE_TAG)
|
||||
svgTable.compressed = True # GZIP the SVG docs
|
||||
svgTable.docList = svgDocsList
|
||||
font[TABLE_TAG] = svgTable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user