Inzwischen habe ich folgendes herausgefunden:
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/10691117/
Dort hatte Shashank H. folgendes gepostet:
Workarounds
Some solutions I found online were that I set svg elements to do svg {position: absolute}
I’ve also figured out that setting the wrapper element as inline-block also prevents the crash .svg-wrapper {display: inline-block}
Bitte hilf mir wie das nun in meinem Fall aussähe, wo müsste im Fall a) position absolute gesetzt werden , aber dann müsste doch auch irgendwo vorher position relative gesetzt werden. Wie sähe soetwas aus.
im Fall b) Wie bringe ich nun einen wrapper mit {display: inline-block} ins Spiel. Wie sähe das aus.
bitte unterstütze mich.
MFG der misanthrop