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

Handle big size image #1564

Merged
merged 3 commits into from Oct 16, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Reftest for the over-limit-size texture.

  • Loading branch information
JerryShih committed Oct 16, 2017
commit 3a98b0ef796d0eff9a0afcfe89b76d0fd15da081
@@ -1,4 +1,5 @@
== tile-size.yaml tile-size-ref.yaml
== very-big.yaml very-big-ref.yaml
== very-big-tile-size.yaml very-big-tile-size-ref.yaml
== tile-with-spacing.yaml tile-with-spacing-ref.yaml
fuzzy(1,250000) == tile-repeat-prim-or-decompose.yaml tile-repeat-prim-or-decompose-ref.yaml
@@ -0,0 +1,5 @@
root:
items:
- type: rect
bounds: 0 0 500 500
color: green
@@ -0,0 +1,9 @@
root:
items:
- type: rect
bounds: 0 0 500 500
color: green
- image: solid-color(255, 0, 0, 255, 100000, 1000)
bounds: 0 0 500 500
stretch-size: 1000000 1000
tile-size: 60000
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.