nanosvg: move to C file

no need to keep this in a header.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
Caleb Connolly 2023-11-21 04:16:13 +00:00
parent 3a71d0437b
commit 26b0fe1b22
No known key found for this signature in database
GPG key ID: 7930459FB9303217
4 changed files with 4938 additions and 4828 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -11,9 +11,7 @@
#include <math.h> #include <math.h>
#include <string.h> #include <string.h>
#define NANOSVG_ALL_COLOR_KEYWORDS // Include full list of color keywords.
#include "nanosvg.h" #include "nanosvg.h"
#include "nanosvgrast.h"
#include "pbsplash.h" #include "pbsplash.h"
#include "tfblib.h" #include "tfblib.h"
#include "timespec.h" #include "timespec.h"