-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…e12') Only the changes to Core/ImageBuilder.cs are being brought forward. The unit tests have "off by one" issues on my machine... individual pixels will have a red, green, or blue value that's one off (96 vs. 97, 0 vs. 1, and 13 vs. 14). You'd never see these differences, but they are enough to make the tests fail. The recently-added layout regression tests in Samples/_PluginTestingApp (from Issue #67, 965a854) now show the "BAD (current)" tests failing, and the "GOOD (desired)" tests passing; we're getting the sizing/cropping behavior we want. (I'll clean up the tests to remove the now-out-of-date "BAD" tests as a separate commit.)
- Loading branch information
Showing
1 changed file
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters