Skip to content

Commit a48c222

Browse files
authored
ShapeLayerTranslator fix (#489)
1 parent 2e80cf6 commit a48c222

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/LottieToWinComp/Shapes.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,7 @@ internal ShapeLayerTranslator(ShapeLayerContext context)
662662
internal override bool IsShape =>
663663
!_context.Layer.Masks.Any() &&
664664
_context.Effects.DropShadowEffect is null &&
665-
_context.Effects.GaussianBlurEffect is null &&
666-
_context.Layer.Transform.Opacity.IsAlways(Opacity.Opaque);
665+
_context.Effects.GaussianBlurEffect is null;
667666

668667
internal override CompositionShape? GetShapeRoot(TranslationContext context)
669668
{

0 commit comments

Comments
 (0)