diff --git a/src/editor/images/rotate.svg b/src/editor/images/rotate.svg new file mode 100644 index 00000000..315524d2 --- /dev/null +++ b/src/editor/images/rotate.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/svgcanvas/select.js b/src/svgcanvas/select.js index e1bff38f..01cb26fb 100644 --- a/src/svgcanvas/select.js +++ b/src/svgcanvas/select.js @@ -366,7 +366,7 @@ export class SelectorManager { r: gripRadius, stroke: '#22C', 'stroke-width': 2, - style: 'cursor:url(' + config_.imgPath + 'rotate.png) 12 12, auto;' + style: 'cursor:url(' + config_.imgPath + 'rotate.svg) 12 12, auto;' } }) );