]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - include/svgtiny.h
src/svgtiny.c: update the docstring for svgtiny_parse_svg()
[libsvgtiny.git] / include / svgtiny.h
index d44e8119372ffd2c4cd2e5e10422a8fc11df18e6..094d58f3ed403e03a62936cb543760804492d7ec 100644 (file)
@@ -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;
 };