This commit is contained in:
DD 2018-03-16 14:18:42 -04:00
parent 76eb0b9e3e
commit 69e73d45dd

View file

@ -104,7 +104,7 @@ class FillTool extends paper.Tool {
this.addedFillItem.data.origItem = hitItem;
// This usually fixes it so there isn't a teeny tiny gap in between the fill and the outline
// when filling in a hole
expandBy(this.addedFillItem, .5);
expandBy(this.addedFillItem, .25);
this.addedFillItem.insertAbove(hitItem.parent);
} else if (this.fillItem.parent instanceof paper.CompoundPath) {
this.fillItemOrigColor = hitItem.parent.fillColor;