nanosvg.cc 204 B

123456789
  1. #include "stdio.h"
  2. #include "string.h"
  3. #include "math.h"
  4. #define NANOSVG_ALL_COLOR_KEYWORDS
  5. #define NANOSVG_IMPLEMENTATION
  6. #include "nanosvg.h"
  7. #define NANOSVGRAST_IMPLEMENTATION
  8. #include "nanosvgrast.h"