Skip to content

Commit

Permalink
Changed boundsMethod of massNode to 'unstroked' #312
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Aug 15, 2018
1 parent 92321d7 commit 6c3904f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/common/view/MassNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ define( function( require ) {

this.rect = new Rectangle( {
stroke: 'black',
boundsMethod: 'unstroked',
lineWidth: 0.5
} );
this.addChild( this.rect );
Expand Down Expand Up @@ -118,6 +119,7 @@ define( function( require ) {
lineWidth: 1.5,
lineCap: 'round',
centerX: this.rect.centerX,
boundsMethod:'unstroked',
bottom: this.rect.top
} );
this.addChild( this.hookNode );
Expand Down

0 comments on commit 6c3904f

Please sign in to comment.