Use Paperjs.org blue instead of that other blue.

This commit is contained in:
Jürg Lehni 2011-05-06 12:04:18 +01:00
parent 66602c9cec
commit 218c7ce2fc

View file

@ -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);