diff options
author | Sertonix <sertonix@posteo.net> | 2024-08-02 15:42:11 +0200 |
---|---|---|
committer | Sertonix <sertonix@posteo.net> | 2024-08-02 15:56:58 +0200 |
commit | 685705f8259b7e2b21522d5b4d01e7e75e20b8e7 (patch) | |
tree | 5c6684919f5797ddc5c8dd4f9f21d3aea6479cfa /svg.h | |
parent | ffc6ef237e25c71a181f6ec2d4045f4f5100ab1b (diff) | |
download | wbg-685705f8259b7e2b21522d5b4d01e7e75e20b8e7.tar.gz |
svg: honor --stretch option
Diffstat (limited to 'svg.h')
-rw-r--r-- | svg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ #include <pixman.h> 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(); |