К предыдущему

This commit is contained in:
Book Pauk
2019-04-27 19:13:56 +07:00
parent da3c7a02f0
commit eb5411cd20

View File

@@ -214,6 +214,8 @@ class TextPage extends Vue {
fontsLoadingStyle.fontSize = this.fontSize + 'px'; fontsLoadingStyle.fontSize = this.fontSize + 'px';
fontsLoadingStyle.top = (this.realHeight/2 - 2*this.fontSize) + 'px'; fontsLoadingStyle.top = (this.realHeight/2 - 2*this.fontSize) + 'px';
fontsLoadingStyle.left = (this.realWidth - this.drawHelper.measureText(flText, {}))/2 + 'px'; fontsLoadingStyle.left = (this.realWidth - this.drawHelper.measureText(flText, {}))/2 + 'px';
await sleep(10500);
this.$refs.fontsLoading.innerHTML = '';
})(); })();
//parsed //parsed