mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Started handling pivot buttons
This commit is contained in:
@ -256,15 +256,15 @@
|
||||
|
||||
<!--PIVOTS-->
|
||||
<span id = "pivot-menu">
|
||||
<button>{{svg "arrows/topleft.svg" width="20" height="20"}}</button>
|
||||
<button>{{svg "arrows/top.svg" width="20" height="20"}}</button>
|
||||
<button>{{svg "arrows/topright.svg" width="20" height="20"}}</button>
|
||||
<button>{{svg "arrows/left.svg" width="20" height="20"}}</button>
|
||||
<button>{{svg "arrows/middle.svg" width="20" height="20"}}</button>
|
||||
<button>{{svg "arrows/right.svg" width="20" height="20"}}</button>
|
||||
<button>{{svg "arrows/bottomleft.svg" width="20" height="20"}}</button>
|
||||
<button>{{svg "arrows/bottom.svg" width="20" height="20"}}</button>
|
||||
<button>{{svg "arrows/bottomright.svg" width="20" height="20"}}</button>
|
||||
<button class="pivot-button" value="topleft">{{svg "arrows/topleft.svg" width="20" height="20"}}</button>
|
||||
<button class="pivot-button" value="top">{{svg "arrows/top.svg" width="20" height="20"}}</button>
|
||||
<button class="pivot-button" value="topright">{{svg "arrows/topright.svg" width="20" height="20"}}</button>
|
||||
<button class="pivot-button" value="left">{{svg "arrows/left.svg" width="20" height="20"}}</button>
|
||||
<button class="pivot-button" value="middle">{{svg "arrows/middle.svg" width="20" height="20"}}</button>
|
||||
<button class="pivot-button" value="right">{{svg "arrows/right.svg" width="20" height="20"}}</button>
|
||||
<button class="pivot-button" value="bottomleft">{{svg "arrows/bottomleft.svg" width="20" height="20"}}</button>
|
||||
<button class="pivot-button" value="bottom">{{svg "arrows/bottom.svg" width="20" height="20"}}</button>
|
||||
<button class="pivot-button" value="bottomright">{{svg "arrows/bottomright.svg" width="20" height="20"}}</button>
|
||||
</span>
|
||||
<!--BORDERS-->
|
||||
<span id = "borders-menu">
|
||||
|
Reference in New Issue
Block a user