gerber-to-svg
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -328,2 +328,3 @@ (function() { | ||
case 'SR': | ||
this.finishTrace(); | ||
this.finishStepRepeat(); | ||
@@ -355,2 +356,3 @@ this.stepRepeat.x = Number((_ref1 = (_ref2 = block.match(/X\d+/)) != null ? _ref2[0].slice(1) : void 0) != null ? _ref1 : 1); | ||
case 'LP': | ||
this.finishTrace(); | ||
p = block[2]; | ||
@@ -357,0 +359,0 @@ if (!(p === 'D' || p === 'C')) { |
{ | ||
"name": "gerber-to-svg", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Gerber file to SVG converter", | ||
@@ -5,0 +5,0 @@ "main": "lib/gerber-to-svg.js", |
Sorry, the diff of this file is not supported yet
167555
1859