X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=include%2Fsvgtiny.h;h=094d58f3ed403e03a62936cb543760804492d7ec;hb=e3762b6517cf4d68c4a48aaae962db3d09f7da40;hp=d44e8119372ffd2c4cd2e5e10422a8fc11df18e6;hpb=45190aecb35b460b423d7dfd6f06bbd629163ca7;p=libsvgtiny.git diff --git a/include/svgtiny.h b/include/svgtiny.h index d44e811..094d58f 100644 --- a/include/svgtiny.h +++ b/include/svgtiny.h @@ -28,7 +28,9 @@ struct svgtiny_shape { char *text; float text_x, text_y; svgtiny_colour fill; + float fill_opacity; /* Between 0.0 and 1.0 */ svgtiny_colour stroke; + float stroke_opacity; /* Between 0.0 and 1.0 */ int stroke_width; };