Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(LWW): follow extents_to_pixels for allocation
Previously, the rectangle would go through PANGO_PIXELS to get the new allocation which doesn't match extents_to_pixels' behavior. extents_to_pixels uses PANGO_PIXELS_FLOOR for them. Additionally, extents_to_pixels doesn't seem to pass the rectangle as a reference while also manipulating its width and height which we don't use. So instead use the manipulation we need only
- Loading branch information