v0.9.0
What's Changed
- Text Rendering: Reported Text Height Changes (Phase 1+2+3) by @frank-weindel in #257
- Additionally fixes:
⚠️ Breaking Change:- Constructors for WebTrFontFace and SdfTrFontFace have changed to use objects and add the ability to provide font metrics which are REQUIRED for SDF fonts and HIGHLY RECOMMENDED for Web/Canvas fonts. Use the L3 msdf-generator to get these metrics.
- Text alignment will be different because of these metrics and the now defaulting of
verticalAlign
to 'middle'. Please try to adjust to this new behavior instead of trying to change them back to how they were.
- Fix
textAlign
property of Canvas text by @Drulokia and @frank-weindel in #265
Performance
- Optimize Matrix3d storage and operations by @frank-weindel in #267
Non-User Facing
- Add filtering to Visual Regression Tests by @frank-weindel in #264
- Add ability to name VRT snapshots by @frank-weindel in #273
Full Changelog: v0.8.4...v0.9.0