Skip to content

Commit

Permalink
Update icons.md: fix error, 100 -> 120
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotmoon authored Nov 25, 2024
1 parent a93ff07 commit c39be28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/dev/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ icon is drawn.
| `flip-y` | Flip the icon vertically. |
| `move-x=<percent>` | Move the icon horizontally by the specified distance, expressed as percentage of the icon's width. For example `move-x=10` to move 10% right or `move-x=-5` to move 5% left. |
| `move-y=<percent>` | Move the icon vertically by the specified distance, expressed as percentage of the icon's height. |
| `scale=<percent>` | Adjust the scale at which the icon is drawn. For example `scale=120` to enlarge to 100%, or `scale=90` to shrink to 90%. |
| `scale=<percent>` | Adjust the scale at which the icon is drawn. For example `scale=120` to enlarge to 120%, or `scale=90` to shrink to 90%. |
| `rotate=<degrees>` | Rotate the icon by the specified number of degrees. For example `rotate=90` to rotate 90 degrees anticlockwise. |

Examples:
Expand Down

0 comments on commit c39be28

Please sign in to comment.