Skip to content

Commit 1fc7d18

Browse files
committed
readme fixes
1 parent 4e2c104 commit 1fc7d18

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Supported hotkeys
9595
| `Shift` when drawing **rect**/**ellipse** | Draw **square**/**circle** |
9696
| `Shift` when drawing **line** | draw at angles of `0`, `45`, `90`, `135` etc degrees |
9797
| `Alt` when using pipette | Open zoom helper |
98-
| `Ctrl` + `Wheel mouse up/down` | Zoom image to 100% and back. Works only if image doesn't fit in the draw area (e.g. area `600x600` and you draw image `1920x1080`) |
98+
| `Ctrl` + `Wheel mouse up/down` | Zoom image to 100% and back. Works only if image doesn't fit in the draw area (e.g. area `800x600` and you draw `1920x1080` image) |
9999

100100
Configuration
101101
=============
@@ -111,8 +111,7 @@ Configuration
111111
|`backgroundFillColor` | Default background color when image created/erased | "#ffffff" |
112112
|`defaultFontSize` | Default font size in pixels | 24 |
113113
|`defaultSize` | default image size, should be string in format `<width>x<height>` in pixel, e.g. `'200x100'`. If value is `'fill'`(default) than all container size will be used | `'fill'` |
114-
|`hiddenTools` | List of tools that you wish to exclude from toolbar
115-
e.g. something from this list `['crop', 'line', 'rect', 'ellipse', 'brush', 'text', 'rotate', 'resize', 'save', 'open', 'close']` | [] |
114+
|`hiddenTools` | List of tools that you wish to exclude from toolbar e.g. something from this list `['crop', 'line', 'rect', 'ellipse', 'brush', 'text', 'rotate', 'resize', 'save', 'open', 'close']` | [] |
116115

117116
UI color scheme
118117
---------------

0 commit comments

Comments
 (0)