Closed TSerious closed 1 year ago
Maintain the defaults to avoid breaking current codes.
I've now restored the defaults. Sorry for my mistake, I didn't wanted to push this commit.
@jogibear9988 Any remaining issue?
If I look in the last commit, still the default of the property is changed, I think we should keep the old default
old was ContentToSizeNoStretch new is ContentToSizeStretch
will you fix this?
@jogibear9988 OK! will fix the current build error and restore the default for the eSizeType. Any problem, if I remove the obsolete NetCoreApp3.0? (NetCoreApp3.1 is already supported)
i don't need 3.0 and also don't need 3.1
thx
i don't need 3.0 and also don't need 3.1
The 3.1 could be breaking for many, as it is the base for those using .NET 5-8. I will add support for for .NET 6~7, since .NET 5 is already obsolete, which means moving the projects to VS 2022. Then, next we can take down the Core 3.1.
The current SizeTypes do not support to take the viewbox into account. With this change not the content but the viewbox (if there is one) could be used to calculate the scale.