aboutsummaryrefslogtreecommitdiff
path: root/svg.c
Commit message (Collapse)AuthorAgeFilesLines
* svg: honor --stretch optionSertonix2024-08-021-3/+3
|
* svg: rasterize with output resolutionSertonix2024-07-281-33/+47
|
* meson/nanosvg: add support for linking against system's nanosvgDaniel Eklöf2024-07-181-1/+1
| | | | | | | | | | | | | | | | | Nanosvg upstream is header only, and does not support/provide a library, neither shared nor static. However, most distributions still provide a nanosvg package with either a static library, or shared. Arch does the latter. So, let's support building against a system provided nanosvg library. The default is still to use bundled version, but this can be changed with -Dsystem-nanosvg=enabled when configuring the build tree.
* use LOG_DBG if the verification of the format failedLeonardo Hernández Hernández2024-06-111-1/+1
|
* svg: initial support for SVG images, using nanosvgLeonardo Hernández Hernández2023-12-151-0/+82