X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fsvgtiny_internal.h;h=0fd5af9a69f94196e29d54dcd56fc4d0e79555dc;hb=7ec0aa7b69d32f2a545636f7dfbe31641d97d1fa;hp=5ff1370ab4d146d65428ac5578216a46cc1ac854;hpb=60ce406e8b18627c6aab42c434830cc3dfbd67f3;p=libsvgtiny.git diff --git a/src/svgtiny_internal.h b/src/svgtiny_internal.h index 5ff1370..0fd5af9 100644 --- a/src/svgtiny_internal.h +++ b/src/svgtiny_internal.h @@ -45,7 +45,7 @@ struct svgtiny_parse_state { /* gradients */ unsigned int linear_gradient_stop_count; - const char *gradient_x1, *gradient_y1, *gradient_x2, *gradient_y2; + dom_string *gradient_x1, *gradient_y1, *gradient_x2, *gradient_y2; struct svgtiny_gradient_stop gradient_stop[svgtiny_MAX_STOPS]; bool gradient_user_space_on_use; struct {