From 6369fb4656408feb362f045dae81236cafd8ee89 Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 16 Sep 2012 15:47:39 +0200 Subject: [PATCH] adding comments --- js/Constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/Constants.js b/js/Constants.js index c9440a27..1290e5e9 100644 --- a/js/Constants.js +++ b/js/Constants.js @@ -9,6 +9,10 @@ var Constants = { */ SELECTION_TRANSPARENT_COLOR: 'rgba(255, 255, 255, 0.6)', + /* + * When a tool is hovering the drawing canvas, we highlight the eventual + * pixel target with this color: + */ TOOL_TARGET_HIGHLIGHT_COLOR: 'rgba(255, 255, 255, 0.2)', /*