Rename the cache file to reduce space usage
This commit is contained in:
parent
2a19d923a7
commit
318984d4ad
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ const DistUnhintedTTF = file.make(
|
|||
// Ab-initio build
|
||||
const cacheFileName =
|
||||
`${Math.round(1000 * fi.shape.weight)}-${Math.round(1000 * fi.shape.width)}-` +
|
||||
`${Math.round(3600 * fi.shape.slopeAngle)}-${fi.shape.slope}`;
|
||||
`${Math.round(3600 * fi.shape.slopeAngle)}`;
|
||||
const cachePath = `${SHARED_CACHE}/${cacheFileName}.mpz`;
|
||||
const cacheDiffPath = `${charMapPath.dir}/${fn}.cache.mpz`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue