Adding Cursor for rotation

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@720 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Narendra Sisodiya 2009-09-28 18:19:22 +00:00
parent 7649b6ffb2
commit dd9f351ae3
2 changed files with 3 additions and 2 deletions

BIN
editor/images/rotate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -284,7 +284,7 @@ function BatchCommand(text) {
"attr": {
"id": ("selectorGrip_rotate_connector_" + this.id),
"stroke": "blue",
"stroke-width": "1",
"stroke-width": "1"
}
}) );
this.rotateGrip = this.selectorGroup.appendChild( addSvgElementFromJson({
@ -294,7 +294,8 @@ function BatchCommand(text) {
"fill": "lime",
"r": 4,
"stroke": "blue",
"stroke-width": 2
"stroke-width": 2,
"style": "cursor:url(images/rotate.png) 12 12, auto;"
}
}) );