Samuel Ugochukwu

Results 57 comments of Samuel Ugochukwu

SVG FILTERS IS NOW MY NUMBER ONE PRIORITY.

Wonderful work... I'll take a closer look.

`short` overflow in plutovg 🤯🤯🤯

@erentknn Did you have access to cairo library?

@erentknn Are you using Linux or Windows?

OK.. I will try to replace plutovg with [Blend2D](https://github.com/blend2d/blend2d). It is very fast compare to other renderer.

The problem is from freetype code inside PlutoVG... This makes it more difficult for me to fix.

Let me explain the problem to you. [FT_Outline](https://www.freetype.org/freetype2/docs/reference/ft2-outline_processing.html) can only handle maximum of 32,767 points. But the svg file you provided has only just one path element that contains 175,537...

Is the SVG file manually generated? > Is there anything I can do for help? Try decrease the number of points by increasing the number of path elements with less...

> Yes, I am creating SVG from the contours found earlier. If you need my help, please let me know.