同步框架代码
This commit is contained in:
parent
6674a30070
commit
cc43af064b
@ -1 +1 @@
|
||||
Subproject commit defae8c01e0ec5b0cf679655bd4d761a9932593a
|
||||
Subproject commit 495daf7fad12f889a782663e18453a19c5585518
|
@ -30,6 +30,7 @@ export class VectorText extends Text implements VectorGraphic {
|
||||
*/
|
||||
setVectorFontSize(fontSize: number) {
|
||||
this.vectorFontSize = fontSize;
|
||||
this.style.fontSize = fontSize;
|
||||
// this.style.fontSize = fontSize;
|
||||
this.updateOnScaled();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user