Fails on radial gradient when position is provided without shape and extent #10
Labels
No labels
bug
dependencies
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rafaelcaricio/gradient-parser#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Properly parsing CSS gradients is such a thorny problem. This is an awesome parser. Thanks so much for writing it!
Here's one gradient where the parser chokes:
radial-gradient(at 57% 50%, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%)
In Chrome, the default values for shape and extent are sometimes omitted.