flutter_html
flutter_html copied to clipboard
fix: aspect ratio should never be NaN.
In attributes
Map, when width & height both are "0", the _aspectRatio
function was returning NaN
instead some valid ratio.