Y
Hacker News
new
|
ask
|
show
|
jobs
by
euyyn
3581 days ago
That kind of goes back to having one file per size, in terms of space. Although it's more flexible and might be easier to maintain.
1 comments
astrieanna
3581 days ago
Having one vector file per size would involve each file being close to constant size. Adding one resized shape only adds twenty-some bytes (a few headers/indexes, plus the transformation matrix); this is a lot less than a whole new file.
link