You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
by creating a rule with decimal value, for example
.somerule {
BorderWidth: 1.3;
}
the resulting value is dependent on system locale, i.e. for an English device, you will have 1.3, on an Italian device, you will get 13.
I suspect that the value is parsed according system locale, but it should be cultureinvariant.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
by creating a rule with decimal value, for example
the resulting value is dependent on system locale, i.e. for an English device, you will have 1.3, on an Italian device, you will get 13.
I suspect that the value is parsed according system locale, but it should be cultureinvariant.
Thanks
The text was updated successfully, but these errors were encountered: