fix: text mask opacity

pull/5775/head
Peng Xiao 2022-06-01 19:11:18 +08:00
parent ac296cb67c
commit 7878f29ed7
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ export function LabelMask({ id, bounds, labelSize, offset, scale = 1 }: WithLabe
rx={4 * scale} rx={4 * scale}
ry={4 * scale} ry={4 * scale}
fill="black" fill="black"
opacity={Math.max(scale, 0.8)}
/> />
</mask> </mask>
</defs> </defs>