Y
Hacker News
new
|
ask
|
show
|
jobs
by
mldbk
2021 days ago
SVG is vector. So basically XML is suitable for that task.
1 comments
porphyra
2021 days ago
One could conceivably make a binary format based on Messagepack or Flatbuffers for vector data, which would be much more efficient and eliminate rounding problems of converting between floats and decimal numbers in text representations.
link