optimized gfxpoly to gfxline conversion
[swftools.git] / lib / gfxpoly / stroke.h
diff --git a/lib/gfxpoly/stroke.h b/lib/gfxpoly/stroke.h
new file mode 100644 (file)
index 0000000..5f54a6e
--- /dev/null
@@ -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