Closed
Description
Vue version
3.4.26
Link to minimal reproduction
Steps to reproduce
- any version including or above 3.4.26 breaks the
fill: red
- on 3.4.25: removing
stroke: var(--color);
from the style tag breaks thefill: red
(unless you also remove some<circle>
s) - on 3.4.26: switching from
:style="``"
tostyle=""
fixesfill: red
- on 3.4.26: removing some of the blue circles +- the
<g>
layer fixesfill: red
What is expected?
big red circle with some blue circles on top

What is actually happening?
big black circle with some blue circles on top

System Info
No response
Any additional comments?
No response