Skip to content

Commit

Permalink
Add region and region_percent to laundry list
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Apr 17, 2020
1 parent 3b9f0e5 commit 65244fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imageflow_tool/src/self_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ fn scenario_laundry_list() -> BuildScenario{
sharpen_when: None
}),
})
.to(s::Node::RegionPercent {x1: -1f32, y1: -1f32, x2: 101f32, y2: 101f32, background_color: s::Color::Transparent})
.to(s::Node::Region {x1: -1, y1: -1, x2: 800, y2: 800, background_color: s::Color::Transparent})
.to(s::Node::ApplyOrientation{flag: 7}).flip_horizontal().flip_vertical().transpose().rotate_90().rotate_180().rotate_270()
.to(s::Node::FillRect {
x1: 0,
Expand Down

0 comments on commit 65244fe

Please sign in to comment.