Jonas Jenwald 775763a091 Ensure that CompiledFont.compileGlyph always returns an Array (PR 6141 follow-up)
PR 6141 changed `CompiledFont.compileGlyph` to, in the general case, return an Array. However, that PR apparenly forgot to update the no-glyph, empty-glyph, and endchar-glyph code-path and a String was still being (incorrectly) returned.

Given the way that `FontFaceObject.getPathGenerator` (on the API side) is implemented, this shouldn't have caused any bugs despite the Worker possible returning unexpected data.
2018-07-09 21:12:01 +02:00
..
2018-04-01 23:20:41 +02:00
2018-04-01 23:20:41 +02:00
2018-04-01 23:20:41 +02:00
2018-04-01 23:20:41 +02:00
2017-07-07 09:40:24 -05:00