On Fri, Jun 12, 2020 at 5:05 AM Moazin Khatri <moazinkha...@gmail.com> wrote: >> >> > Unfortunately, development seems to be stalled; we probably have to go >> > for something else. Moazin right now is doing another GSoC project; >> > according to an e-mail exchange with him he plans to work again on the >> > SVG stuff after GSoC will have finished. >> >> for what it worth, in our project, we use freetype engine to render svg > > > If it's okay, could you describe how you do this? SVGs are complex and I'd be > interested in knowing how you render them with FreeType.
Almost certainly, they use FT_Outline_Render with the callback params.gray_spans doing all kinds of crazy color gradients.