Adding Cursor for rotation
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@720 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
7649b6ffb2
commit
dd9f351ae3
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -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;"
|
||||
}
|
||||
}) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue