We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a466fca commit 66109bfCopy full SHA for 66109bf
packages/effects-core/src/plugins/text/text-item.ts
@@ -453,7 +453,7 @@ export class TextComponent extends MaskableGraphic implements ITextComponent {
453
});
454
455
// 先描边
456
- if (style.isOutlined) {
+ if (style.isOutlined && style.outlineWidth > 0) {
457
charsInfo.forEach(charInfo => {
458
const ox = layout.getOffsetX(style, charInfo.width);
459
0 commit comments