summaryrefslogtreecommitdiff
path: root/graphics/asymptote/pen.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/pen.h')
-rw-r--r--graphics/asymptote/pen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/asymptote/pen.h b/graphics/asymptote/pen.h
index e26f3e5843..8df33b144b 100644
--- a/graphics/asymptote/pen.h
+++ b/graphics/asymptote/pen.h
@@ -86,6 +86,9 @@ extern const size_t ColorComponents[];
extern const char* ColorDeviceSuffix[];
extern const unsigned nColorSpace;
+enum LineCap {SquareCap,RoundCap,ExtendedCap};
+enum LineJoin {MiterJoin,RoundJoin,BevelJoin};
+
inline bool operator == (const vm::array& a, const vm::array& b)
{
size_t asize=a.size();