Skip to content

Fix opacity on Android when value is string #325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

necolas
Copy link
Contributor

@necolas necolas commented Jun 26, 2025

Fix #312

Copy link

workflow: benchmarks/size

Comparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better.

Results Base Patch Ratio
react-strict-dom/dist/dom/index.js
· compressed 2,513 2,513 1.00
· minified 8,695 8,695 1.00
react-strict-dom/dist/dom/runtime.js
· compressed 855 855 1.00
· minified 2,435 2,435 1.00
react-strict-dom/dist/native/index.js
· compressed 16,226 16,260 1.00 +
· minified 60,854 60,900 1.00 +

Copy link

workflow: benchmarks/perf (native)

Comparison of performance test results, measured in operations per second. Larger is better.

Results Base Patch Ratio
css.create
· small 1,120,746 1,141,752 1.02 +
· small with units 439,110 428,396 0.98 -
· small with variables 672,175 657,990 0.98 -
· several small 323,192 319,189 0.99 -
· large 206,140 205,509 1.00 -
· large with polyfills 148,984 144,898 0.97 -
· complex 101,043 100,230 0.99 -
· unsupported 222,346 218,222 0.98 -
css.createTheme
· simple theme 230,809 230,397 1.00 -
· polyfill theme 215,267 215,945 1.00 +
css.props
· small 246,188 246,188 1.00
· small with units 192,057 192,147 1.00 +
· small with variables 106,092 106,874 1.01 +
· small with variables of units 75,363 75,443 1.00 +
· large 105,228 104,532 0.99 -
· large with polyfills 37,725 37,390 0.99 -
· complex 23,599 23,434 0.99 -
· unsupported 147,058 147,955 1.01 +
· simple merge 163,691 163,421 1.00 -
· wide merge 17,855 17,704 0.99 -
· deep merge 17,517 17,430 1.00 -
· themed merge 31,578 31,351 0.99 -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handling of opacity values
2 participants