X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Fstroke.h;h=4b52d5270f3cb7f921b4bcd7eecc69c315187ed5;hp=5f54a6eacc12084fc6b3b22303a8a56a2c30217c;hb=be6d3cbb485c5f7e9dd6fe22bf54245c79b10b71;hpb=3c6c2c2a98a273483285119b9cc0b782aa8a79c8 diff --git a/lib/gfxpoly/stroke.h b/lib/gfxpoly/stroke.h index 5f54a6e..4b52d52 100644 --- a/lib/gfxpoly/stroke.h +++ b/lib/gfxpoly/stroke.h @@ -3,4 +3,5 @@ #include "../gfxdevice.h" #include "poly.h" gfxpoly_t* gfxpoly_from_stroke(gfxline_t*line, gfxcoord_t width, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit, double gridsize); +void draw_stroke(gfxline_t*start, gfxdrawer_t*draw, double width, gfx_capType cap, gfx_joinType join, double miterLimit); #endif