Поправки мелких багов

This commit is contained in:
Book Pauk
2019-01-17 01:46:41 +07:00
parent 439296bf04
commit 6aee902e34
2 changed files with 10 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ class TextPage extends Vue {
this.canvas = this.$refs.canvas;
this.context = this.canvas.getContext('2d');
this.context.textAlign = 'left';
this.context.textBaseline = 'bottom';
}
calcDrawProps() {