Samuel Ugochukwu

Results 10 issues of Samuel Ugochukwu

# Example : ```c plutovg_font_book_t* book = plutovg_font_book_create(); plutovg_font_book_add_from_file(book, "fonts/Helvetica.ttf", "Helvetica", plutovg_font_style_normal); plutovg_font_book_add_from_file(book, "fonts/Helvetica-Bold.ttf", "Helvetica", plutovg_font_style_bold); ``` ### Setting Font : ```c plutovg_surface_t* surface = plutovg_surface_create(128, 128); plutovg_t* pluto =...

enhancement

duplicate
enhancement
help wanted

Do you have any plans to support `fillRule` https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fill

We are thrilled to share our roadmap for lunasvg v3.0.0, focusing on significant enhancements and optimizations: - Support for `text` and `image` Tags #13 #37 #42 #113 - Implement C...

Currently, LunaSVG does not support the SVG [``](https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/textPath ) element, which is used to render text along the shape of a path.

enhancement

Currently, LunaSVG does not support custom XML entity references defined in the SVG’s `DOCTYPE` declaration (e.g., ``). This limitation can cause parsing errors or incorrect rendering for SVG files that...

enhancement

Currently, lunasvg does not support the SVG `` element, which limits rendering of SVG files that use effects like blur, drop shadow, and other filter primitives. Adding support for the...

enhancement

PlutoSVG should support rendering color vector fonts using the [COLRv1](https://github.com/googlefonts/colr-gradients-spec) table format to enable accurate display of modern emoji and multi-color OpenType glyphs such as *Noto Color Emoji*. COLRv1 defines...

enhancement