mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Layer effects - Fix clip being applied inverted
This commit is contained in:
parent
75b0ee8151
commit
7921a4f932
@ -65,7 +65,7 @@ namespace Artemis.Core.Models.Profile
|
||||
foreach (var baseLayerEffect in LayerEffects)
|
||||
{
|
||||
var effectClip = baseLayerEffect.InternalCreateShapeClip(Path);
|
||||
shapeClip = shapeClip.Op(effectClip, SKPathOp.Union);
|
||||
shapeClip = shapeClip.Op(effectClip, SKPathOp.Difference);
|
||||
}
|
||||
|
||||
return shapeClip;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user