mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-22 05:04:03 +02:00
We used a SVG string which can be pass to the Path2D ctor but it's a bit slower than building the path step by step. Having numerical data instead of a string will help the font data serialization.