mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Use Paperjs.org blue instead of that other blue.
This commit is contained in:
parent
66602c9cec
commit
218c7ce2fc
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ var Document = this.Document = Base.extend({
|
|||
ctx.save();
|
||||
ctx.strokeWidth = 1;
|
||||
// TODO: use Layer#color
|
||||
ctx.strokeStyle = ctx.fillStyle = '#4f7aff';
|
||||
ctx.strokeStyle = ctx.fillStyle = '009dec';
|
||||
param = { selection: true };
|
||||
Base.each(this._selectedItems, function(item) {
|
||||
item.draw(ctx, param);
|
||||
|
|
Loading…
Reference in a new issue