X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=svgtiny_test.c;h=34149b9e1120df08169be255210da811811b9633;hb=307db5bbbc3b9c143aa99f61289dd39e65583c23;hp=8d485d31a1e885c47aa6d478f06e823397425faf;hpb=6cf39ca675e80d5207c635394a0edc7b33ea9642;p=libsvgtiny.git diff --git a/svgtiny_test.c b/svgtiny_test.c index 8d485d3..34149b9 100644 --- a/svgtiny_test.c +++ b/svgtiny_test.c @@ -80,6 +80,7 @@ int main(int argc, char *argv[]) printf("stroke none "); else printf("stroke #%.6x ", diagram->shape[i].stroke); + printf("stroke-width %i ", diagram->shape[i].stroke_width); if (diagram->shape[i].path) { printf("path '"); for (unsigned int j = 0;