diff src/mb_types.h @ 26:d50f33040de6

Set line width for path. - consider width of line when compute bounding box area.
author Thinker K.F. Li <thinker@branda.to>
date Sun, 03 Aug 2008 13:04:55 +0800
parents 0f3baa488a62
children 604bc90d509d
line wrap: on
line diff
--- a/src/mb_types.h	Sun Aug 03 02:19:32 2008 +0800
+++ b/src/mb_types.h	Sun Aug 03 13:04:55 2008 +0800
@@ -111,6 +111,9 @@
     coord_t *coord;
     shape_t *coord_mem_next;
     paint_t *fill, *stroke;
+    co_aix stroke_width;
+    int stroke_linecap;
+    int stroke_linejoin;
 };
 enum { SHT_UNKNOW, SHT_PATH, SHT_TEXT };