Get rid of canvas colouring in graphical explain.

This commit is contained in:
Dave Page 2016-06-17 16:34:03 +01:00
parent be100b82e6
commit a53811ef27

View File

@ -550,8 +550,7 @@ var MainPlanModel = Backbone.Model.extend({
g.rect( g.rect(
0, 0, this.get('width') - 10, this.get('height') - 10, 5 0, 0, this.get('width') - 10, this.get('height') - 10, 5
).attr({ ).attr({
stroke: '#FFEBCD', 'strokeWidth': 1.2, fill: '#FFF'
fill: '#FFF8DC', fillOpacity: 0.5
}); });
//Fetch total width, height //Fetch total width, height