Skip to content

Commit 0270e37

Browse files
author
REDFLAG-bugs
committed
Fix: added DCO sign-off to commits
Signed-off-by: REDFLAG-bugs <[email protected]>
1 parent 8a036f1 commit 0270e37

File tree

1 file changed

+11
-11
lines changed
  • content/en/kanvas/designer/understanding-tool-modes

1 file changed

+11
-11
lines changed

content/en/kanvas/designer/understanding-tool-modes/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ You can switch between mouse modes using hotkeys or tool selection. Here are hot
3030
|--------------------------------|---------------------|------------------------------------------------------------------------------|------------------------------------------|
3131
| **Hover** | `default (arrow)` | Nothing | |
3232
| **Click-and-drag** | `move` | Moves component in the direction of the mouse | |
33-
| **Click** | `default (arrow)` | Displays component toolbar, resize box, and connection handles | <img src="./click.png" style="width:1000px;" alt="Click" /> |
34-
| **Double-click (component)** | `pointer` | Opens the component configurator | <img src="./double_click.png" style="width:1000px;" alt="Double-click component" /> |
35-
| **Double-click (textbox)** | `text` | Enables text editing inside the component | <img src="./text-box-double-click.gif" style="width:1000px;" alt="Double-click textbox" /> |
36-
| **Right-click** | `default (arrow)` | Opens the circular component context menu | <img src="./right_click.png" style="width:1000px;" alt="Right-click" /> |
37-
| **Click-and-hold** | `crosshair` | Initiates box selection for selecting multiple components | <img src="./select.gif" style="width:1000px;" alt="Box selection" /> |
33+
| **Click** | `default (arrow)` | Displays component toolbar, resize box, and connection handles | <img src="./click.png" style="max-width=100%; height:Auto;" alt="Click" /> |
34+
| **Double-click (component)** | `pointer` | Opens the component configurator | <img src="./double_click.png" style="max-width=100%; height:Auto;" alt="Double-click component" /> |
35+
| **Double-click (textbox)** | `text` | Enables text editing inside the component | <img src="./text-box-double-click.gif" style="max-width=100%; height:Auto;" alt="Double-click textbox" /> |
36+
| **Right-click** | `default (arrow)` | Opens the circular component context menu | <img src="./right_click.png" style="max-width=100%; height:Auto;" alt="Right-click" /> |
37+
| **Click-and-hold** | `crosshair` | Initiates box selection for selecting multiple components | <img src="./select.gif" style="max-width=100%; height:Auto;" alt="Box selection" /> |
3838
| **Scroll wheel** | `default (arrow)` | Pan up or down | |
3939
| **Scroll wheel + CMD/CTL** | `default (arrow)` | Zoom in/out | |
4040
| **Horizontal scroll wheel** | `default (arrow)` | Pan left or right | |
@@ -48,7 +48,7 @@ Pencil lines do not connect individual components, but offer annotating capabili
4848
| Action | Cursor Style | Behavior | |
4949
|-----------------------------|---------------------|-----------------------------------------------------|-------------------------------------------------|
5050
| **Hover** | `custom(pencil)` | Nothing | |
51-
| **Mouse down + drag** | `custom(pencil)` | Start drawing a freeform line | <img src="./pencil.gif" style="width:1000px;" alt="Pencil mode" /> |
51+
| **Mouse down + drag** | `custom(pencil)` | Start drawing a freeform line | <img src="./pencil.gif" style="max-width=100%; height:Auto;" alt="Pencil mode" /> |
5252
| **Mouse down + SHIFT** | `custom(pencil)` | Start drawing a straight vertical or horizontal line | |
5353
| **Mouse up** | `custom(pencil)` | Complete the line and render into a styled component | |
5454
| **Click** | `custom(pencil)` | Draws ink from the pencil | |
@@ -72,16 +72,16 @@ The Pen tool operates as a creator of annotation edges. It has two behaviors dep
7272

7373
| Phase | Cursor Style | Behavior | |
7474
|----------------------------------|--------------|---------------------------------------------------------------|-------------------------------------------------------------|
75-
| **1. Click & release** | `pen` | Initiate connection | <img src="./tool-mode-placeholder.svg" style="width:1000px;" alt="Phase 1" /> |
76-
| **2. Click-and-move** | `pen` | Move the ghost edge around if a connection was initiated | <img src="./tool-mode-placeholder.svg" style="width:1000px;" alt="Phase 2" /> |
77-
| **3. Click while connecting** | `pen` | Establish and render the connection | <img src="./tool-mode-placeholder.svg" style="width:1000px;" alt="Phase 3" /> |
75+
| **1. Click & release** | `pen` | Initiate connection | <img src="./tool-mode-placeholder.svg" style="max-width=100%; height:Auto;" alt="Phase 1" /> |
76+
| **2. Click-and-move** | `pen` | Move the ghost edge around if a connection was initiated | <img src="./tool-mode-placeholder.svg" style="max-width=100%; height:Auto;" alt="Phase 2" /> |
77+
| **3. Click while connecting** | `pen` | Establish and render the connection | <img src="./tool-mode-placeholder.svg" style="max-width=100%; height:Auto;" alt="Phase 3" /> |
7878

7979
#### Additional Examples
8080

8181
| Example | |
8282
|------------------------------------------|-----------------------------------------------------|
83-
| How to Draw and Connect Lines | <img src="./draw_line.gif" style="width:1000px;" alt="Draw line" /> |
84-
| How to customize nodes at the ends of connections | <img src="./customize_end.gif" style="width:1000px;" alt="Customize nodes" /> |
83+
| How to Draw and Connect Lines | <img src="./draw_line.gif" style="max-width=100%; height:Auto;" alt="Draw line" /> |
84+
| How to customize nodes at the ends of connections | <img src="./customize_end.gif" style="max-width=100%; height:Auto;" alt="Customize nodes" /> |
8585

8686
---
8787

0 commit comments

Comments
 (0)