mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
drawing arrows
This commit is contained in:
parent
f8d16d150a
commit
3f2e2ba856
7 changed files with 65 additions and 14 deletions
|
@ -41,6 +41,7 @@ import { MODES } from '$constants/modes';
|
|||
import { DEFAULT_USER } from '$constants/auth';
|
||||
import { TIPS } from '$constants/tips';
|
||||
import {
|
||||
composeArrows,
|
||||
composeImages,
|
||||
composePoly, composeStickers, downloadCanvas,
|
||||
fetchImages,
|
||||
|
@ -362,6 +363,7 @@ function* getRenderData() {
|
|||
|
||||
yield composeImages({ geometry, images, ctx });
|
||||
yield composePoly({ points, ctx });
|
||||
yield composeArrows({ points, ctx });
|
||||
yield composeStickers({ stickers, ctx });
|
||||
|
||||
yield put(setRenderer({ info: 'Готово', progress: 1 }));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue