Skip to content

Commit

Permalink
Reftest for the over-limit-size texture.
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryShih committed Aug 18, 2017
1 parent d8fb95c commit 09a5c21
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions wrench/reftests/image/reftest.list
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions wrench/reftests/image/very-big-tile-size-ref.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root:
items:
- type: rect
bounds: 0 0 500 500
color: black
6 changes: 6 additions & 0 deletions wrench/reftests/image/very-big-tile-size.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
root:
items:
- image: solid-color(255, 0, 0, 255, 100000, 1000)
bounds: 0 0 500 500
stretch-size: 1000000 1000
tile-size: 30000

0 comments on commit 09a5c21

Please sign in to comment.