Laurence Penney
Laurence Penney
The avar view sometimes shows mappings with vertical arrows, when they should be diagonal, representing an actual change. It seems to be ok when selecting instances using the axis sliders...
Using `Buffer` in Node.js is inefficient compared with `DataView` and `ArrayBuffer` (which are available everywhere). Much better to subclass `DataView` and at the same time handle pointer increments within the...
I built a version of hb.wasm to try on COLRv1 fonts. (I used the supplied build.sh script, but commented out `#define HB_NO_COLOR` in hb-config.hh) The new hb.wasm works, but emits...
It would be convenient, especially when hacking XML .designspace documents, to be able to refer to an axis by its 4-character tag (e.g. "wdth") rather than its human-readable name (e.g....
There’s a problem in the .notdef glyph (both Roman and Italic) such that it flips direction twice as the `wght` axis is adjusted from 100 to 900. The flipping has...
Glyph 6 (name = uni1EAE, tied to LATIN CAPITAL LETTER A WITH BREVE AND ACUTE' (U+1EAE)) stays always in the default axis location. In the attached image we observe the...
I would like to kick off a discussion of pros and cons of adding stroke effects to COLRv1. When COLRv1 fonts become a reality, inevitable comparisons will be drawn between...
In the context of COLRv1 being a superset of the features of composite glyphs, I wonder if it is too late to consider adding the possibility of rotation by a...
Seems incorrect that a battlefield is represented by a tree shape.
Also significant changes to: * the axisIndexMap partof the Format section * the recommendations on how to build ItemVariationStore efficiently Other minor changes.