Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly support tiling clip mask images. #3220

Merged
merged 11 commits into from Oct 23, 2018
Merged

Properly support tiling clip mask images. #3220

merged 11 commits into from Oct 23, 2018

Commits on Oct 23, 2018

  1. image: use iterators instead of callbacks for repetitions.

    They're nicer, IMO.
    emilio committed Oct 23, 2018
  2. image: simplify for_each_tile_in_range.

    And remove the indirect call (&mut FnMut).
    emilio committed Oct 23, 2018
  3. Skip some tests on windows.

    emilio committed Oct 23, 2018
  4. Address review comments.

    emilio committed Oct 23, 2018
You can’t perform that action at this time.