This fixes the bug when an artboard/animation has a background, but it is marked invisible. Such a background should be treated as isTranslucent() for purposes of supporting per-pixel alpha in the recorder.
Without this fix, such an artboard would be considered opaque, and we would disable per-pixel alpha, and give the user a black background in the recording.
This fixes the bug when an artboard/animation has a background, but it is marked invisible. Such a background should be treated as isTranslucent() for purposes of supporting per-pixel alpha in the recorder.
Without this fix, such an artboard would be considered opaque, and we would disable per-pixel alpha, and give the user a black background in the recording.