X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fsvgtiny_internal.h;h=7480f233539cdeb11b89aa7c319ec5d084c74dc3;hb=3e5238db0f40672c24530f2443f834c3f7b7ca1a;hp=158d23059c60c5ea69b01e71ad2fe58832cacbfb;hpb=1e71d0472529b96ac35e2e4425b66e29146a01c1;p=libsvgtiny.git diff --git a/src/svgtiny_internal.h b/src/svgtiny_internal.h index 158d230..7480f23 100644 --- a/src/svgtiny_internal.h +++ b/src/svgtiny_internal.h @@ -11,6 +11,7 @@ #include #include +#include #ifndef UNUSED #define UNUSED(x) ((void) (x)) @@ -46,7 +47,12 @@ struct svgtiny_parse_state { float a, b, c, d, e, f; } ctm; - /*struct css_style style;*/ + /* A libcss context to hold any stylesheets that are present + * in the SVG document. This should be pre-populated rather + * than on-the-fly, because, for example, a