> I've just submitted a draft MR that brings OT-SVG functionality to
> FreeType. The code added allows client applications to grab the SVG
> document given a glyph ID as well as allows rendering it to a bitmap
> if renderer hooks are plugged-in externally.
Thanks a lot, it looks good to me.
> Also, does anyone have the time to update the internal zlib,
> pleeeeeease?
Hmm, you started that; see branch `origin/internal-zlib-update`.
What's the state of this code?
> Werner, do you think we should have two configuration flags, first one to
> enable the OT-SVG document loading and a second one for the rendering part?
> Or do you think one flag for everything suffices?
A single flag is enough, I believe.
Werner