Skip to content

Commit

Permalink
Increase filter region defaults, see phetsims/sun#658
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Nov 12, 2020
1 parent 4879f62 commit 7b7a2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/display/SVGGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class SVGGroup {
}

// Fill in elements into our filter
let filterRegionPercentageIncrease = 10;
let filterRegionPercentageIncrease = 50;
let inName = 'SourceGraphic';
const length = this.node._filters.length;
for ( let i = 0; i < length; i++ ) {
Expand Down

0 comments on commit 7b7a2ed

Please sign in to comment.