Broken gradient direction
See original GitHub issueThe following CSS rule:
background: linear-gradient(to bottom right, red, yellow);
translates to:
background: linear-gradient(tobottomright,red,yellow);
instead of:
background: linear-gradient(to bottom right,red,yellow);
Version: 2.2.1
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Gradient Direction - an overview | ScienceDirect Topics
The gradient direction is employed as a smoothness constraint: high costs are associated with sharp changes in the boundary direction. The weights ,...
Read more >HTML css linear-gradient not working as expected
The upper is css gradient and lower is canvas one. As you can see the canvas's createLinearGradient working well as expected, but on...
Read more >Why is gradient in the direction of ascent but not descent?
Conclusion: The reason for the gradient pointing to the steepest ascent is based in our somewhat biased definitions. This is especially evident ...
Read more >Fix the gradient bugs for the love of God : r/FigmaDesign
Half the time my (Linear) Gradient direction doesn't work. It's quickly going downhill ... What's broken about it ? Works for me on...
Read more >How To Use The Gradient Tool In Photoshop - YouTube
There are many different ways to use the gradient tool in Photoshop to add colored gradients to your images with ease.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Well, some clients like Mail on Mac/iOS do support gradients already.
Additionally, by supporting these - valid, after all - CSS rules this lib would be open to other uses outside e-mailville.
It looks like it traces back to CSSOM.