X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Ftest.c;fp=lib%2Fgfxpoly%2Ftest.c;h=6530340faa14b0e5b68bb1f374176cb7234caa70;hp=ccf2a3ff94e93d6817fd37b777a87ea07553c6e5;hb=2cdbdbb4012575119c1a92e9c4662df9f4e81737;hpb=e0a27e1bd83ff2d60745dd6030e0f5ef7ef97b82 diff --git a/lib/gfxpoly/test.c b/lib/gfxpoly/test.c index ccf2a3f..6530340 100644 --- a/lib/gfxpoly/test.c +++ b/lib/gfxpoly/test.c @@ -190,6 +190,10 @@ int test0(int argn, char*argv[]) gfxline_free(box1); gfxline_free(box2); gfxpoly_t*poly3 = gfxpoly_process(poly1, poly2, &windrule_intersect, &twopolygons); + gfxpoly_dump(poly3); + gfxline_t*line = gfxline_from_gfxpoly(poly3); + gfxline_dump(line, stdout, ""); + gfxline_free(line); gfxpoly_destroy(poly1); gfxpoly_destroy(poly2); gfxpoly_destroy(poly3);