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
Copy file name to clipboardExpand all lines: css-images-4/Overview.bs
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -636,7 +636,13 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
636
636
</dl>
637
637
638
638
<p class='issue'>
639
-
Anything else that might be useful? Defining the shape of the gradient as elliptical, perhaps?
639
+
Usually in conic gradients the sharp transition at 0deg is undesirable, which is typically avoided by making sure the first and last color stops are the same color. Perhaps it would be useful to have a keyword for automatically achieving this.
640
+
641
+
<p class='issue'>
642
+
Would a radius (inner & outer) for clipping the gradient be useful? If so, we could also support lengths in color stop positions, since we now have a specific radius.
643
+
644
+
<p class='issue'>
645
+
Are elliptical conic gradients useful? Do graphics libraries support them?
0 commit comments