Taco de Wolff
Taco de Wolff
Flattening has been implemented which is slightly better than Nigel Tao's version. Otherwise, improving rasterization performance is a high-priority but re-implementing a rasterizer is not.
Hi @devshgraphicsprogramming , thanks for the advice. Is this general advice or did you stumble upon a problem of accuracy / performance? So to sum up: you advice to convert...
Maybe related to https://github.com/nodejs/node/issues/21783#issuecomment-429637117, see https://github.com/nodejs/node/blob/main/doc/api/addons.md#context-aware-addons and https://napi.inspiredware.com/special-topics/context-awareness.html
Moved to roadmap.
Yes, only the first comment is preserved for now, and a big change to the CSS parser is pending to allow for all the new syntax added in recent versions....
This is preventing me from using ClamAV. What is a workaround? Can I disable signature checking in freshclam?
Hey Adrian, thanks for the quick and in-depth response. I agree this would be better to take up with TinyGo!
Could you please send me the font to check what's wrong? The lookupOrderOffset in the GSUB script table should be NULL according to the specification. I've attached a commit that...
Thank you, I can confirm. The offsets to the respective script list table was zero in GSUB, this is bad according to the specification but led the script table to...
I figured out that on Windows you can only compile a node-gyp module using MSVC, while Go only supports compiling with GCC. I don't think you can load a non-MSVC...