summaryrefslogtreecommitdiffstats
path: root/generic/nanosvgrast.h
Commit message (Expand)AuthorAgeFilesLines
* nanosvg #148 "Remove unnecessary parentheses" https://github.com/memononen/na...oehhar2024-01-081-2/+2
* nanosvg #252 "Fixed invalid memory read on single stop gradient" https://gith...oehhar2024-01-081-1/+2
* NANOSVG pull request #249: Bug "else" missingoehhar2023-11-231-1/+1
* replace roundf by nsvg_roundf to stay compatible to nanosvg (https://github.c...oehhar2023-10-251-9/+4
* nanosvg: Fix drawing artefacts due to rounding errors: https://github.com/mem...oehhar2023-10-231-3/+9
* Uncomment definition of nsvgRasterize(), thanks Csaba !oehhar2023-07-051-1/+1
* nanosvg #236: explicitly use "signed char", as enum now has value -1 included...oehhar2022-12-041-1/+1
* nanosvg #209 "Add CMake build script to the project". https://github.com/memo...oehhar2022-06-031-0/+4
* import nanosvg #215 upstream change "Fix build when both nanosvg.h and nanosv...oehhar2022-06-031-2/+2
* nanosvg: Avoid calling qsort() when r->nedges == 0. Thanks to magic chrstphrc...oehhar2022-05-071-2/+4
* Avoid signed integer overflow in nsvg__RGBA(). See https://github.com/memonon...oehhar2022-05-021-1/+1
* Merge 8.6. Eliminate more C++ commentsjan.nijtmans2020-10-281-99/+101
* Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-2/+2
|\
| * Merge trunkjan.nijtmans2020-02-261-1/+1
|/
* Add missing files, as provided by René Zaumseil.fvogel2018-05-151-0/+1467