added farbtastic color wheel

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@16 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Pavol Rusnak
2009-06-02 12:52:44 +00:00
parent 4b45e56dda
commit 3f7f4165bf
10 changed files with 480 additions and 6 deletions

View File

@@ -86,7 +86,7 @@ function SvgCanvas(doc)
return out;
}
// private events
// public events
this.mouseDown = function(evt)
{
@@ -106,10 +106,10 @@ function SvgCanvas(doc)
"width": "1px",
"height": "1px",
"id": "rect_" + obj_num,
"fill": 'none',
"stroke": 'black',
"fill": '#DBEBF9',
"stroke": '#CEE2F7',
"stroke-width": '1px',
"stroke-dasharray": "2,2"
"fill-opacity": 0.5
}
});
break;