blob: 3e8e86c79221a32acfb7554d31a3620a30ff8346 (
plain)
1
2
3
4
5
6
7
8
|
#include "stdio.h"
#include "string.h"
#include "math.h"
#define NANOSVG_ALL_COLOR_KEYWORDS
#define NANOSVG_IMPLEMENTATION
#include "nanosvg.h"
#define NANOSVGRAST_IMPLEMENTATION
#include "nanosvgrast.h"
|