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

hslaString doesn't actually return an hsla string #194

Closed
Asmor opened this issue Jun 11, 2021 · 1 comment
Closed

hslaString doesn't actually return an hsla string #194

Asmor opened this issue Jun 11, 2021 · 1 comment

Comments

@Asmor
Copy link

Asmor commented Jun 11, 2021

the Color object's hslaString property returns a string starting with hsl, not hsla. This causes problems if the same string is then loaded into iro, as iro will not look for the alpha channel if the string is hsl and not hsla.

Demonstrating bad return value

image

Demonstrating that the alpha channel works with hsla but not with hsl

image

@jaames jaames closed this as completed in 22d2c0e Jul 5, 2021
@jaames
Copy link
Owner

jaames commented Jul 5, 2021

thanks! should be fixed with version 5.5.2

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

No branches or pull requests

2 participants