mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Swap clockwise/counterclockwise rotation buttons, change glyphs
This commit is contained in:
@@ -315,13 +315,13 @@ export default {
|
||||
|
||||
controlsEnter
|
||||
.append('button')
|
||||
.on('click.rotate-cw', rotate(90))
|
||||
.text('↻');
|
||||
.on('click.rotate-ccw', rotate(-90))
|
||||
.text('⤿');
|
||||
|
||||
controlsEnter
|
||||
.append('button')
|
||||
.on('click.rotate-ccw', rotate(-90))
|
||||
.text('↺');
|
||||
.on('click.rotate-cw', rotate(90))
|
||||
.text('⤾');
|
||||
|
||||
controlsEnter
|
||||
.append('button')
|
||||
|
||||
Reference in New Issue
Block a user