Skip to content
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

Fix hex conversion with alpha #511

Merged
merged 2 commits into from
May 29, 2023
Merged

Fix hex conversion with alpha #511

merged 2 commits into from
May 29, 2023

Conversation

GuillaumeGomez
Copy link
Owner

Funny case where rgba(255, 236, 164, 0.06) was converted into #ffeca4f.4ccccccccccc8. A rounding was missing.

@GuillaumeGomez GuillaumeGomez merged commit ba049dd into master May 29, 2023
@GuillaumeGomez GuillaumeGomez deleted the hex-conversion branch May 29, 2023 13:55
Noratrieb added a commit to Noratrieb/rust that referenced this pull request May 30, 2023
…lor-9, r=notriddle

Migrate GUI colors test to original CSS color format

Follow-up of rust-lang#111459.

The `browser-ui-test` update is a fix when converting the alpha value to hex format. More information [here](GuillaumeGomez/browser-UI-test#511).

r? `@notriddle`
Noratrieb added a commit to Noratrieb/rust that referenced this pull request May 30, 2023
…lor-9, r=notriddle

Migrate GUI colors test to original CSS color format

Follow-up of rust-lang#111459.

The `browser-ui-test` update is a fix when converting the alpha value to hex format. More information [here](GuillaumeGomez/browser-UI-test#511).

r? ``@notriddle``
Noratrieb added a commit to Noratrieb/rust that referenced this pull request May 30, 2023
…lor-9, r=notriddle

Migrate GUI colors test to original CSS color format

Follow-up of rust-lang#111459.

The `browser-ui-test` update is a fix when converting the alpha value to hex format. More information [here](GuillaumeGomez/browser-UI-test#511).

r? ```@notriddle```
Noratrieb added a commit to Noratrieb/rust that referenced this pull request May 30, 2023
…lor-9, r=notriddle

Migrate GUI colors test to original CSS color format

Follow-up of rust-lang#111459.

The `browser-ui-test` update is a fix when converting the alpha value to hex format. More information [here](GuillaumeGomez/browser-UI-test#511).

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

Successfully merging this pull request may close these issues.

1 participant