diff -r 10fb0298948b -r c6e60247e9d4 SVGImport.wiki --- a/SVGImport.wiki Tue Dec 10 04:44:37 2013 +0000 +++ b/SVGImport.wiki Tue Dec 17 15:27:27 2013 +0000 @@ -39,7 +39,7 @@ 9) Convert the path data. Here is a crude script to do that. Note this one uses a line size of 1 (that's the 0x01 business). -If you want larger lines you can pick anything between 0x01 and 0x3F. That's 16-636. See the map format wiki page. +If you want larger lines you can pick anything between 0x00 and 0x3F. That's 6-636. See the [DrawnMapFormat] wiki page. {{{ #!/usr/bin/perl # just a one-line list of points. at least, it had better be one-line