Skip to content

Commit

Permalink
Fixes issue #3 - looks much better, right?
Browse files Browse the repository at this point in the history
  • Loading branch information
toblotron committed Jan 21, 2023
1 parent f06b818 commit 8e1a779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Shapes/GroupShape.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var GroupShape = fabric.util.createClass(fabric.Group, {
height: shapeData.height,
stroke : 'black',
strokeWidth : 1,
fill: '#000000',
fill: '#00a8f0',
opacity: 0.2,
rx: 5,
ry: 5
Expand Down

0 comments on commit 8e1a779

Please sign in to comment.