fixed text rendering

This commit is contained in:
Fedor Katurov 2020-02-14 10:58:09 +07:00
parent 3ca211b9bb
commit 97fe205e5f
2 changed files with 5 additions and 8 deletions

View file

@ -118,7 +118,6 @@ function* getRenderData() {
yield put(editorSetRenderer({ info: 'Загрузка тайлов', progress: 0.1 }));
const { route, stickers, provider }: ReturnType<typeof selectMap> = yield select(selectMap);
const gpx: ReturnType<typeof selectEditorGpx> = yield select(selectEditorGpx);
const { distance }: ReturnType<typeof selectEditor> = yield select(selectEditor);
const canvas = <HTMLCanvasElement>document.getElementById('renderer');