aboutsummaryrefslogtreecommitdiff
path: root/svg.h
blob: 89a6253deb53e7b3eaab9a0d6f7ad3f31271350e (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <stdio.h>
#include <stdbool.h>
#include <pixman.h>

bool svg_load(FILE *fp, const char *path);
pixman_image_t *svg_render(const int width, const int height);
void svg_free();