diff options
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(); |