X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Ftest.c;fp=lib%2Fgfxpoly%2Ftest.c;h=b5c192aac6f76f43cda7c4a7d6b81883e9da4c0a;hp=6530340faa14b0e5b68bb1f374176cb7234caa70;hb=3c6c2c2a98a273483285119b9cc0b782aa8a79c8;hpb=2cdbdbb4012575119c1a92e9c4662df9f4e81737 diff --git a/lib/gfxpoly/test.c b/lib/gfxpoly/test.c index 6530340..b5c192a 100644 --- a/lib/gfxpoly/test.c +++ b/lib/gfxpoly/test.c @@ -6,6 +6,7 @@ #include "poly.h" #include "convert.h" #include "renderpoly.h" +#include "stroke.h" gfxline_t*mkstar(int x1, int y1, int x2, int y2) { @@ -172,6 +173,8 @@ int test0(int argn, char*argv[]) gfxline_t*box3 = gfxline_makerectangle(-100,-100,100,100); //gfxline_append(box2, box3); + gfxpoly_check(gfxpoly_from_stroke(box1, 2.0, gfx_capRound, gfx_joinRound, 0, 0.05)); + gfxmatrix_t matrix; memset(&matrix, 0, sizeof(gfxmatrix_t)); double ua=M_PI/4;