about summary refs log tree commit diff
path: root/converter/other/pamtosvg/spline.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtosvg/spline.h')
-rw-r--r--converter/other/pamtosvg/spline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/converter/other/pamtosvg/spline.h b/converter/other/pamtosvg/spline.h
index 05a56e23..96ceab4e 100644
--- a/converter/other/pamtosvg/spline.h
+++ b/converter/other/pamtosvg/spline.h
@@ -21,6 +21,7 @@ typedef at_spline_type spline_type;
 #define START_POINT(spl)        ((spl).v[0])
 #define CONTROL1(spl)           ((spl).v[1])
 #define CONTROL2(spl)           ((spl).v[2])
+#define BEG_POINT(spl)          ((spl).v[0])
 #define END_POINT(spl)          ((spl).v[3])
 #define SPLINE_DEGREE(spl)      ((spl).degree)
 #define SPLINE_LINEARITY(spl)   ((spl).linearity)