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
A continuation for #372 (comment)
Figma:
6. export the frame
Pixie:
proc drawShadow() = let image = newImage(47, 47) let r = 6f32 let path = newPath() path.roundedRect(rect(9, 9, 29, 29), r, r, r, r) image.fillPath(path, "white") image.shadow( offset = vec2(0, 0), spread = -2, blur = 0, color = color(0, 0, 0, 0.4) ).writeFile("shadow_pixie_negative_spread_no_blur.png")
The text was updated successfully, but these errors were encountered:
See https://www.w3.org/TR/css-backgrounds-3/#shadow-shape
Sorry, something went wrong.
Thank you for the issue!
You are totally right. I have looked into this and we don't match.
We will fix this eventually.
I believe shadow()'s logic is correct as is, Are you going to add box-shadow() function ?
shadow()
box-shadow()
No branches or pull requests
A continuation for #372 (comment)
Figma:
6. export the frame
Pixie:
Figma:
Pixie:
The text was updated successfully, but these errors were encountered: