Lines Matching refs:fill

750 			c.setStrokeColor(o.fill || '');
789 ctx.fill();
851 this.originalFill = this.canvas.fill;
852 this.canvas.fill = mxUtils.bind(this, RoughCanvas.prototype.fill);
870 RoughCanvas.prototype.getStyle = function(stroke, fill) argument
901 style.filled = fill;
903 if (fill)
905 style.fill = this.canvas.state.fillColor === 'none' ? '' : this.canvas.state.fillColor;
910 style.fill = '';
938 fillStyle = (style.fill != null && (gradient != null || (bg != null &&
939 style.fill == bg))) ? 'solid' : defs['fillStyle'];
1184 RoughCanvas.prototype.fill = function() method in RoughCanvas
1217 this.canvas.fill = this.originalFill;
1272 var fill = this.fill;
1274 this.fill = null;
1295 if (!events && fill != null)
1312 this.fill = fill;
1316 if (events && fill != null)
3428 ctx.fill();
4402 …StyleFormatPanel.prototype.defaultColorSchemes = [[{fill: '', stroke: ''}, {fill: '#f5f5f5', strok…
4403 {fill: '#dae8fc', stroke: '#6c8ebf'}, {fill: '#d5e8d4', stroke: '#82b366'},
4404 {fill: '#ffe6cc', stroke: '#d79b00'}, {fill: '#fff2cc', stroke: '#d6b656'},
4405 {fill: '#f8cecc', stroke: '#b85450'}, {fill: '#e1d5e7', stroke: '#9673a6'}],
4406 [{fill: '', stroke: ''}, {fill: '#60a917', stroke: '#2D7600', font: '#ffffff'},
4407 …{fill: '#008a00', stroke: '#005700', font: '#ffffff'}, {fill: '#1ba1e2', stroke: '#006EAF', font: …
4408 …{fill: '#0050ef', stroke: '#001DBC', font: '#ffffff'}, {fill: '#6a00ff', stroke: '#3700CC', font: …
4410 …{fill: '#d80073', stroke: '#A50040', font: '#ffffff'}, {fill: '#a20025', stroke: '#6F0000', font: …
4411 …[{fill: '#e51400', stroke: '#B20000', font: '#ffffff'}, {fill: '#fa6800', stroke: '#C73500', font:…
4412 …{fill: '#f0a30a', stroke: '#BD7000', font: '#000000'}, {fill: '#e3c800', stroke: '#B09500', font: …
4413 …{fill: '#6d8764', stroke: '#3A5431', font: '#ffffff'}, {fill: '#647687', stroke: '#314354', font: …
4414 …{fill: '#76608a', stroke: '#432D57', font: '#ffffff'}, {fill: '#a0522d', stroke: '#6D1F00', font: …
4415 [{fill: '', stroke: ''}, {fill: mxConstants.NONE, stroke: ''},
4416 {fill: '#fad7ac', stroke: '#b46504'}, {fill: '#fad9d5', stroke: '#ae4132'},
4417 {fill: '#b0e3e6', stroke: '#0e8088'}, {fill: '#b1ddf0', stroke: '#10739e'},
4418 {fill: '#d0cee2', stroke: '#56517e'}, {fill: '#bac8d3', stroke: '#23445d'}],
4419 [{fill: '', stroke: ''},
4420 {fill: '#f5f5f5', stroke: '#666666', gradient: '#b3b3b3'},
4421 {fill: '#dae8fc', stroke: '#6c8ebf', gradient: '#7ea6e0'},
4422 {fill: '#d5e8d4', stroke: '#82b366', gradient: '#97d077'},
4423 {fill: '#ffcd28', stroke: '#d79b00', gradient: '#ffa500'},
4424 {fill: '#fff2cc', stroke: '#d6b656', gradient: '#ffd966'},
4425 {fill: '#f8cecc', stroke: '#b85450', gradient: '#ea6b66'},
4426 {fill: '#e6d0de', stroke: '#996185', gradient: '#d5739d'}],
4427 [{fill: '', stroke: ''}, {fill: '#eeeeee', stroke: '#36393d'},
4428 {fill: '#f9f7ed', stroke: '#36393d'}, {fill: '#ffcc99', stroke: '#36393d'},
4429 {fill: '#cce5ff', stroke: '#36393d'}, {fill: '#ffff88', stroke: '#36393d'},
4430 {fill: '#cdeb8b', stroke: '#36393d'}, {fill: '#ffcccc', stroke: '#36393d'}]];
5899 rackLayout.fill = true;