Comment 7 for bug 999571

Revision history for this message
Robert Nordan (rpvn) wrote :

More exciting debugger action! The place where it seems to go wrong is in ImageSurface.Clone ()[1]. After stepping through there with a small image, I noticed that the cloned surface being returned is completely empty. Why this is doing that I don't know, since this method hasn't been changed.

[1] https://github.com/PintaProject/Pinta/blob/master/Pinta.Core/Extensions/CairoExtensions.cs#L800