From 685705f8259b7e2b21522d5b4d01e7e75e20b8e7 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Fri, 2 Aug 2024 15:42:11 +0200 Subject: svg: honor --stretch option --- svg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svg.h') diff --git a/svg.h b/svg.h index 89a6253..ffc766f 100644 --- a/svg.h +++ b/svg.h @@ -5,5 +5,5 @@ #include bool svg_load(FILE *fp, const char *path); -pixman_image_t *svg_render(const int width, const int height); +pixman_image_t *svg_render(const int width, const int height, bool stretch); void svg_free(); -- cgit v1.2.3