同步框架代码

This commit is contained in:
fan 2023-08-11 14:42:52 +08:00
parent 6674a30070
commit cc43af064b
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit defae8c01e0ec5b0cf679655bd4d761a9932593a Subproject commit 495daf7fad12f889a782663e18453a19c5585518

View File

@ -30,6 +30,7 @@ export class VectorText extends Text implements VectorGraphic {
*/ */
setVectorFontSize(fontSize: number) { setVectorFontSize(fontSize: number) {
this.vectorFontSize = fontSize; this.vectorFontSize = fontSize;
this.style.fontSize = fontSize; // this.style.fontSize = fontSize;
this.updateOnScaled();
} }
} }