RUMM-2298 Correctly resolve ShapeStyle opacity in Wireframes#1152
Merged
mariusc83 merged 1 commit intoNov 23, 2022
Merged
Conversation
mariusc83
force-pushed
the
mconstantin/rumm-2298/correctly-resolve-the-wireframe-opacity
branch
from
November 22, 2022 14:38
de24152 to
9741566
Compare
mariusc83
marked this pull request as ready for review
November 22, 2022 14:38
0xnm
approved these changes
Nov 22, 2022
mariusc83
force-pushed
the
mconstantin/rumm-2298/correctly-resolve-the-wireframe-opacity
branch
from
November 22, 2022 16:10
9741566 to
0d80a42
Compare
Codecov Report
@@ Coverage Diff @@
## feature/sdkv2 #1152 +/- ##
=================================================
- Coverage 82.38% 82.36% -0.03%
=================================================
Files 352 352
Lines 11756 11756
Branches 2006 2006
=================================================
- Hits 9685 9682 -3
+ Misses 1451 1450 -1
- Partials 620 624 +4
|
mariusc83
deleted the
mconstantin/rumm-2298/correctly-resolve-the-wireframe-opacity
branch
November 23, 2022 09:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Previously we were resolving the
ShapeStyleopacity from theView.backroundwhich is not correct. For example aTextViewcan use a transparent background but still have a visible content. We need to resolve this attribute directly from theView.alphaproperty.Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)