Results 130 comments of Patrick Martin

SVG fonts are not the same as color fonts. The SVG table is mac specific, we should support it and the other methods of rendering emoji.

Microsoft is not adopting the SVG table btw, only apple.

A lot of foreign scripts require special font features that aren't supported yet. We're working on it though.

> @ILOVEPIE I only resolved merge conflicts in .js.map files that will be re-generated anyway, but therefore my review does not count towards allowing the merge because I'm technically the...

@Connum quick question, when we merge this, will it affect #542 at all? Just curious.

@Connum could you look over the review I did. I'll probably do a separate PR to fix [this](https://github.com/opentypejs/opentype.js/pull/452#discussion_r1096584350). Any other issues, or is it just the forEach loops?

@Connum seeing as this needs a code update anyways to merge, can we change those ``forEach`` calls to for-in loops? I'll do the Parser optimization in a separate PR after...

that sounds good but I don't think those numeric indexes are supposed to be showing up in the names object.

> woff2 decompression would be great (to be on the list). Woff2 decompression is out of scope for the library, you can use other libraries to do the decompression and...