Edited wiki page SVGImport through web user interface.
authorkyberneticist@gmail.com
Tue, 26 Jun 2012 17:16:36 +0000
changeset 239 91b2ea70aff4
parent 238 d7b867f80284
child 240 85ea0e6d423d
Edited wiki page SVGImport through web user interface.
SVGImport.wiki
--- a/SVGImport.wiki	Mon Jun 25 16:41:05 2012 +0000
+++ b/SVGImport.wiki	Tue Jun 26 17:16:36 2012 +0000
@@ -55,7 +55,7 @@
     ($t, $x, $y) = @_;
     $x+=0;
     $y+=0; # just in case
-    printf("%c%c%c%c%c",$x>>8,$x&0xff,$y>>8,$y&0xff,($t=~m/M/)?(0x80|0x01):0x01);
+    printf("%c%c%c%c%c",$x>>8,$x&0xff,$y>>8,$y&0xff,($t=~m/M/)?(0x80|0x01):0x00);
     return;
 }
 }}}