missing brace
authornemo
Thu, 21 Jun 2018 18:46:08 -0400
changeset 1423 39ebd4eac1dd
parent 1422 a6f2064e67a5
child 1424 4a31af381463
missing brace
SVGImport.wiki
--- a/SVGImport.wiki	Thu Jun 21 11:58:10 2018 -0400
+++ b/SVGImport.wiki	Thu Jun 21 18:46:08 2018 -0400
@@ -40,7 +40,7 @@
 {{{:s/[0-9][0-9.]*/\=float2nr(floor(submatch(0)*1))/g}}}
 
 Also, it is probably a good idea to remove duplicate points.  Here's a regex for that. 
-{{ s/\(L\d\+ \d\+ \)\1/\1/g}}}  - you should run that a couple of times, then {{{s/M\(\d\+ \d\+ \)L\1/M\1/g}}}.  That just cuts down on a bit of redundancy.  If these regexes match anything, you probably should rerun them.
+{{{ s/\(L\d\+ \d\+ \)\1/\1/g}}}  - you should run that a couple of times, then {{{s/M\(\d\+ \d\+ \)L\1/M\1/g}}}.  That just cuts down on a bit of redundancy.  If these regexes match anything, you probably should rerun them.
 Since this page is a mass of hacks, here's one more redundancy reducer, in bash this time.
 {{{
 rm dupes.txt