diff options
author | Griffin Smith <root@gws.fyi> | 2019-07-06T19·32-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-07-06T19·32-0400 |
commit | 78a52142d191d25a74cb2124d5cca8a69d51ba7f (patch) | |
tree | dd023a823bae6cc427e32a497bd68db85bbfab4b /proptest-regressions/display/viewport.txt | |
parent | de081d7b1d0b791b2e61f9cde7369ea11647e0ae (diff) |
Make all drawing happen to a viewport
We now have an inner and outer viewport, and entity positions are relative to the inner one while drawing happens to the outer one.
Diffstat (limited to 'proptest-regressions/display/viewport.txt')
-rw-r--r-- | proptest-regressions/display/viewport.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proptest-regressions/display/viewport.txt b/proptest-regressions/display/viewport.txt new file mode 100644 index 000000000000..e38056d975ff --- /dev/null +++ b/proptest-regressions/display/viewport.txt @@ -0,0 +1,7 @@ +# Seeds for failure cases proptest has generated in the past. It is +# automatically read and these particular cases re-run before any +# novel cases are generated. +# +# It is recommended to check this file in to source control so that +# everyone who runs the test benefits from these saved cases. +cc b84a5a6dbba5cfc69329a119d9e20328c0372e0db2b72e5d71d971e3f13f8749 # shrinks to pos = Position { x: 0, y: 0 }, outer = BoundingBox { dimensions: Dimensions { w: 0, h: 0 }, position: Position { x: 0, y: 0 } } |