SVGImport.wiki
changeset 363 c6e60247e9d4
parent 334 612048d0890b
child 374 8473f5d4d817
--- 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