Small edits (#389)

This commit is contained in:
pollfly
2022-11-29 10:09:09 +02:00
committed by GitHub
parent 5a27ce84f7
commit f498ad6b77
5 changed files with 14 additions and 15 deletions

View File

@@ -81,8 +81,8 @@ To draw a new annotation
Each click sets polygon vertices on the frame. Click again on the initial vertex to close the polygon.
* <img src="/docs/latest/icons/ico-keypoint-icon-purple.svg" alt="Key points mode icon" className="icon size-md space-sm" /> - Key points mode:
Each click adds a keypoint to the frame. After clicking the last keypoint, click <img src="/docs/latest/icons/ico-save.svg" alt="Check mark" className="icon size-md space-sm" /> or
`Enter` to save the annotation. Click `Esc` to cancel the annotation.
Each click adds a keypoint to the frame. After clicking the last keypoint, click <img src="/docs/latest/icons/ico-save.svg" alt="Check mark" className="icon size-md space-sm" />
or <code>Enter</code> to save the annotation. Click <code>Esc</code> to cancel the annotation.
A new annotation is created.

View File

@@ -294,8 +294,8 @@ To draw a new annotation:
Each click sets polygon vertices on the frame. Click again on the initial vertex to close the polygon.
* <img src="/docs/latest/icons/ico-keypoint-icon-purple.svg" alt="Key points mode icon" className="icon size-md space-sm" /> - Key points mode:
Each click adds a keypoint to the frame. After clicking the last keypoint, click <img src="/docs/latest/icons/ico-save.svg" alt="Check mark" className="icon size-md space-sm" /> or
`Enter` to save the annotation. Click `Esc` to cancel the annotation.
Each click adds a keypoint to the frame. After clicking the last keypoint, click <img src="/docs/latest/icons/ico-save.svg" alt="Check mark" className="icon size-md space-sm" />
or <code>Enter</code> to save the annotation. Click <code>Esc</code> to cancel the annotation.
A new annotation is created.