dist marks

This commit is contained in:
muerwre 2019-03-07 17:34:52 +07:00
parent e532a43f2e
commit b037bc00d9
5 changed files with 28 additions and 8 deletions

View file

@ -364,9 +364,9 @@ function* getRenderData() {
yield put(setRenderer({ info: 'Отрисовка', progress: 0.5 }));
yield composeImages({ geometry, images, ctx });
yield composeDistMark({ ctx, points, distance });
yield composePoly({ points, ctx });
yield composeArrows({ points, ctx });
yield composeDistMark({ ctx, points, distance });
yield composeStickers({ stickers, ctx });
yield put(setRenderer({ info: 'Готово', progress: 1 }));