oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

Nanosvg initial integration

Open JakubHanzalik opened this issue 1 year ago • 2 comments

NanoSVG is a simple stupid single-header-file SVG parse. The output of the parser is a list of cubic bezier shapes.

The library suits well for anything from rendering scalable icons in your editor application to prototyping a game.

Integration request

JakubHanzalik avatar May 14 '24 17:05 JakubHanzalik

JakubHanzalik is integrating a new project:
- Main repo: https://github.com/memononen/nanosvg.git
- Criticality score: 0.51915

github-actions[bot] avatar May 14 '24 17:05 github-actions[bot]

This one is already up: https://github.com/google/oss-fuzz/pull/11944 (actually a trophy of https://github.com/google/oss-fuzz-gen/tree/main/experimental/c-cpp)

DavidKorczynski avatar May 14 '24 18:05 DavidKorczynski