Aspect ratio does not respect min/max dimensions #677
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.