Skip to content

Commit

Permalink
Version 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
stebanos committed Apr 11, 2019
1 parent 2d14c36 commit 4ef0c57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/g.js
Original file line number Diff line number Diff line change
Expand Up @@ -22627,6 +22627,7 @@ function constructPath(points, closed) {
}

vg.roundedSegments = function (shape, d) {
if (!d || d.length === 0) { return shape; }
const points = vg.toPoints(shape);
const newPoints = [];
for (let i = 0; i < points.length; i +=1) {
Expand Down
Loading

0 comments on commit 4ef0c57

Please sign in to comment.