We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0607812 + 66109bf commit e8984e9Copy full SHA for e8984e9
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