From 6c3904fd5c4d2a6c532873fa424a960c165fdfce Mon Sep 17 00:00:00 2001 From: denz1994 Date: Wed, 15 Aug 2018 11:12:44 -0400 Subject: [PATCH] Changed boundsMethod of massNode to 'unstroked' #312 --- js/common/view/MassNode.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/common/view/MassNode.js b/js/common/view/MassNode.js index 7f392aee..279cc87f 100644 --- a/js/common/view/MassNode.js +++ b/js/common/view/MassNode.js @@ -65,6 +65,7 @@ define( function( require ) { this.rect = new Rectangle( { stroke: 'black', + boundsMethod: 'unstroked', lineWidth: 0.5 } ); this.addChild( this.rect ); @@ -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 );