Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
919 stars 176 forks source link

Fix link hover stroke opacity #280

Closed pixix4 closed 10 months ago

pixix4 commented 1 year ago

The hover stroke opacity for links is not set correctly if the system language uses a , instead of a . for decimal points. In this case the opacity will be set to stroke-opacity="0,05" which is interpetet as 1 by the browser. This results in an extremly width path.

ThFnsc commented 10 months ago

Can confirm, happening here also!

zHaytam commented 10 months ago

Oh my! I didn't see this PR at all... I will make sure it's fixed in the next version.