This commit is contained in:
ct
2025-06-17 21:59:36 +08:00
parent 7dc9c558e5
commit b478c95a31
2 changed files with 2 additions and 2 deletions

View File

@@ -478,7 +478,7 @@ const VideoPreview = ({
fontFamily={element.fontFamily || 'Arial'}
fill={element.fill || '#ffffff'}
stroke={element.strokeWidth > 0 ? element.stroke || '#000000' : undefined}
strokeWidth={element.strokeWidth || 0}
strokeWidth={element.strokeWidth * 3 || 0}
fillAfterStrokeEnabled={true}
strokeScaleEnabled={false}
rotation={element.rotation || 0}