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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user