Fix ordering of MaskNode Trait Bounds
Test Plan: - Reviewers: Pull Request: https://github.com/GraphiteEditor/Graphite/pull/1157
This commit is contained in:
parent
366906b956
commit
497bf3dfc5
|
|
@ -225,7 +225,7 @@ fn mask_image<
|
||||||
// Input image
|
// Input image
|
||||||
Input: Transform + RasterMut<Pixel = _P>,
|
Input: Transform + RasterMut<Pixel = _P>,
|
||||||
// Stencil
|
// Stencil
|
||||||
Stencil: Sample<Pixel = _S> + Transform,
|
Stencil: Transform + Sample<Pixel = _S>,
|
||||||
>(
|
>(
|
||||||
mut image: Input,
|
mut image: Input,
|
||||||
stencil: Stencil,
|
stencil: Stencil,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue