diff -r a6f2064e67a5 -r 39ebd4eac1dd 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