X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxpoly%2Fstroke.h;fp=lib%2Fgfxpoly%2Fstroke.h;h=5f54a6eacc12084fc6b3b22303a8a56a2c30217c;hb=2cdbdbb4012575119c1a92e9c4662df9f4e81737;hp=0000000000000000000000000000000000000000;hpb=e0a27e1bd83ff2d60745dd6030e0f5ef7ef97b82;p=swftools.git diff --git a/lib/gfxpoly/stroke.h b/lib/gfxpoly/stroke.h new file mode 100644 index 0000000..5f54a6e --- /dev/null +++ b/lib/gfxpoly/stroke.h @@ -0,0 +1,6 @@ +#ifndef __stroke_h__ +#define __stroke_h__ +#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); +#endif