flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

fix: aspect ratio should never be NaN.

Open SmitSonani opened this issue 3 years ago • 0 comments

In attributes Map, when width & height both are "0", the _aspectRatio function was returning NaN instead some valid ratio.

SmitSonani avatar Jul 22 '21 13:07 SmitSonani