about summary refs log tree commit diff
path: root/converter/other/pamtosvg/output-svg.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtosvg/output-svg.c')
-rw-r--r--converter/other/pamtosvg/output-svg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtosvg/output-svg.c b/converter/other/pamtosvg/output-svg.c
index 53a8d4fd..13ac5201 100644
--- a/converter/other/pamtosvg/output-svg.c
+++ b/converter/other/pamtosvg/output-svg.c
@@ -82,7 +82,7 @@ out_splines(FILE *                 const fileP,
                     (shape.centerline || splineList.open) ? "fill" : "stroke");
         }
         fprintf(fileP, "M%g %g",
-                START_POINT(first).x, height - START_POINT(first).y);
+                BEG_POINT(first).x, height - BEG_POINT(first).y);
 
         outSplineList(fileP, splineList, height);