move png to svg

This commit is contained in:
JFH
2020-12-19 15:53:33 +01:00
parent 0b9c5fe88c
commit ccf891f985
2 changed files with 5 additions and 1 deletions

View File

@@ -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;'
}
})
);