Closed jrmuizel closed 4 years ago
canvas has its origin at the top left. typographic_bounds() use an origin at the bottom left. In the default implementation of raster_bounds() these two things are combined for a nonsensical result.
canvas
typographic_bounds()
raster_bounds()
canvas
has its origin at the top left.typographic_bounds()
use an origin at the bottom left. In the default implementation ofraster_bounds()
these two things are combined for a nonsensical result.