Open michaelmerrild opened 6 years ago
Hey @michaelmerrild I'm currently seeing the same thing on the latest master. Did this get anywhere?
Edit: probably should mention I'm using the C/C++ library directly.
Edit(2): Just rolled back from master to 1.10.0, this issue is still present.
Is facebook maintaining issues on github? Issue is 3 years old without any response
Just ran into this issue today.
Report
Issues and Steps to Reproduce
Aspect ratio does not respect min/max dimensions.
In the example below, the computed height is 200, but should be 50 because max-width is set.
Expected Behavior
The documentation states that
Actual Behavior
The height is calculated based on the explicit width.