We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e80cf6 commit a48c222Copy full SHA for a48c222
source/LottieToWinComp/Shapes.cs
@@ -662,8 +662,7 @@ internal ShapeLayerTranslator(ShapeLayerContext context)
662
internal override bool IsShape =>
663
!_context.Layer.Masks.Any() &&
664
_context.Effects.DropShadowEffect is null &&
665
- _context.Effects.GaussianBlurEffect is null &&
666
- _context.Layer.Transform.Opacity.IsAlways(Opacity.Opaque);
+ _context.Effects.GaussianBlurEffect is null;
667
668
internal override CompositionShape? GetShapeRoot(TranslationContext context)
669
{
0 commit comments