You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if we could do gradients instead of fill colors for background and the various shapes. Cairo supports multiple stops, which makes them quite variable
Or perhaps translate colors? That would make the syntax easier I think. Everywhere colors are specified, you can specify gradients too. Maybe accept the hash syntax, but also a more natural string syntax. Such as:
Either option sounds good, although I suspect that the hashes-within-hashes might conform better to how you've been implementing the deck: that is, that everything is arrays and each item in the array is used in a single card.
The string method is probably less convoluted to use, though.
Would be nice if we could do gradients instead of fill colors for
background
and the various shapes. Cairo supports multiple stops, which makes them quite variableHere are the examples/ideas:
It would be the first time we would have the inputs be hashes within hashes (within hashes). Is that too complex? Is there another way?
Or... do we just say "use SVG". Perhaps that would keep things simpler.
The text was updated successfully, but these errors were encountered: