From 51de02c51f06bda67c40474d148e21d4717ba086 Mon Sep 17 00:00:00 2001 From: Leonardo Hernández Hernández Date: Mon, 24 Jul 2023 00:09:16 -0600 Subject: svg: initial support for SVG images, using nanosvg --- svg.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 svg.h (limited to 'svg.h') diff --git a/svg.h b/svg.h new file mode 100644 index 0000000..d8fb6eb --- /dev/null +++ b/svg.h @@ -0,0 +1,6 @@ +#pragma once + +#include +#include + +pixman_image_t *svg_load(FILE *fp, const char *path); -- cgit v1.2.3