harfbuzz / harfbuzzjs

Providing HarfBuzz shaping library for client/server side JavaScript projects
https://harfbuzz.github.io/harfbuzzjs/
Other
197 stars 34 forks source link

Fix writing glyph SVG #62

Closed khaledhosny closed 2 years ago

khaledhosny commented 2 years ago

The coordinates are floats not ints and the code was truncating them. Use printf-like function for simpler code.

khaledhosny commented 2 years ago

I hope I didn’t break the tracing code, I don’t have a test for it.

khaledhosny commented 2 years ago

Merging, if it brook anything we can fix before release.