blob: 0cb05308d19c0b3c553dd0ce424f6d736a38ac33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#include <stdio.h>
#include <string.h>
#include <math.h>
#define NANOSVG_ALL_COLOR_KEYWORDS
#define NANOSVG_IMPLEMENTATION
#define NANOSVGRAST_IMPLEMENTATION
#include <nanosvg/src/nanosvg.h>
#include <nanosvg/src/nanosvgrast.h>
|