summaryrefslogtreecommitdiff
path: root/dmagick/c/draw.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/draw.d')
-rw-r--r--dmagick/c/draw.d22
1 files changed, 22 insertions, 0 deletions
diff --git a/dmagick/c/draw.d b/dmagick/c/draw.d
index 671a131..9f217fc 100644
--- a/dmagick/c/draw.d
+++ b/dmagick/c/draw.d
@@ -1,5 +1,6 @@
module dmagick.c.draw;
+import dmagick.c.color;
import dmagick.c.composite;
import dmagick.c.geometry;
import dmagick.c.image;
@@ -444,6 +445,21 @@ extern(C)
fill_opacity,
stroke_opacity;
}
+
+ static if (MagickLibVersion >= 0x699)
+ {
+ MagickBooleanType
+ clip_path;
+
+ Image*
+ clipping_mask;
+
+ ComplianceType
+ compliance;
+
+ Image*
+ composite_mask;
+ }
}
struct PrimitiveInfo
@@ -462,6 +478,12 @@ extern(C)
char*
text;
+
+ static if (MagickLibVersion >= 0x699)
+ {
+ MagickBooleanType
+ closed_subpath;
+ }
}
/**