Skip to content

Fix possible out of bounds errors in AddToImage()

Andre Offringa requested to merge fix-out-of-bounds-bug into master

When a facet gets aligned, its width and height may extend beyond the edge of the full image. AddToImage() should in that case not write to those values.

Merge request reports