We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice to add a support for HSL and HSLA:
hsl(hue, saturation, lightness) hsla(hue, saturation, lightness, alpha)
Examples:
hsl(120, 50%, 50%) hsla(120, 50%, 50%, 0.5)
This would be implemented in parseColor method:
parseColor
SVG-to-PDFKit/source.js
Line 471 in b091ebd
(Note: I should be able to implement this in the next few days.)
The text was updated successfully, but these errors were encountered:
Add a support for parsing hsl() and hsla() color formats.
hsl()
hsla()
0a0744a
Fixes alafr#187.
c9c1a14
2f691ea
15568ac
Successfully merging a pull request may close this issue.
Would be nice to add a support for HSL and HSLA:
Examples:
This would be implemented in
parseColor
method:SVG-to-PDFKit/source.js
Line 471 in b091ebd
(Note: I should be able to implement this in the next few days.)
The text was updated successfully, but these errors were encountered: