hachure-fill
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -141,3 +141,3 @@ function rotatePoints(points, center, degrees) { | ||
activeEdges.forEach((ae) => { | ||
ae.edge.x = ae.edge.x + ae.edge.islope; | ||
ae.edge.x = ae.edge.x + (hachureStepOffset * ae.edge.islope); | ||
}); | ||
@@ -144,0 +144,0 @@ iteration++; |
{ | ||
"name": "hachure-fill", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Fill a polygon with lines ", | ||
@@ -5,0 +5,0 @@ "main": "bin/hachure.js", |
8644