Edited wiki page SVGImport through web user interface.
authorkyberneticist@gmail.com
Tue, 17 Dec 2013 15:27:27 +0000
changeset 363 c6e60247e9d4
parent 362 10fb0298948b
child 364 22870076a7bd
Edited wiki page SVGImport through web user interface.
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