about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-02-22 19:28:53 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-02-22 19:28:53 +0000
commitba9dbcb30c0caeb86f6c8d523bd40d9bd60f16a7 (patch)
tree5dd36a1711ddeedf35260a1d4d24b2d705309cf6 /converter/other
parenta3e310fee27a93dbe114fe24bd0c2b7e7b60f5c1 (diff)
downloadnetpbm-mirror-ba9dbcb30c0caeb86f6c8d523bd40d9bd60f16a7.tar.gz
netpbm-mirror-ba9dbcb30c0caeb86f6c8d523bd40d9bd60f16a7.tar.xz
netpbm-mirror-ba9dbcb30c0caeb86f6c8d523bd40d9bd60f16a7.zip
Release 10.35.39
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@587 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/pamtosvg/pxl-outline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtosvg/pxl-outline.c b/converter/other/pamtosvg/pxl-outline.c
index 68cd0565..ecfeb229 100644
--- a/converter/other/pamtosvg/pxl-outline.c
+++ b/converter/other/pamtosvg/pxl-outline.c
@@ -260,7 +260,7 @@ find_one_centerline(bitmap_type    const bitmap,
 
     outline = new_pixel_outline();
     outline.open  = false;
-    outline.color = getBitmapColor(bitmap, row, col);
+    outline.color = getBitmapColor(bitmap, original_row, original_col);
 
     /* Add the starting pixel to the output list, changing from bitmap
        to Cartesian coordinates and specifying the left edge so that