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
Prev

Address review comments.

  • Loading branch information
emilio committed Oct 23, 2018
commit 8682c13897c443c5c7948dc7e83a7f8cc5b6c671
@@ -1,3 +1,4 @@
# Tests a tiled image mask with leftover tile offsets.
---
root:
items:
@@ -7,7 +8,8 @@ root:
image: transparent-checkerboard(2, 16, 16)
rect: [0, 0, 200, 200]
repeat: false
tile-size: 37 # Intentional
# This is the point of the test, can't be a divisor of 200.
tile-size: 37
items:
- type: rect
bounds: [0, 0, 200, 200]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.