X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Fstroke.h;h=4b52d5270f3cb7f921b4bcd7eecc69c315187ed5;hp=5f54a6eacc12084fc6b3b22303a8a56a2c30217c;hb=a9634f803811f39e67114955c3e9c30ae247a669;hpb=2cdbdbb4012575119c1a92e9c4662df9f4e81737 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