Skip to content

Commit 6ee0ae6

Browse files
committed
[css-images-4] Add conic-gradient() issues
1 parent 194cf51 commit 6ee0ae6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css-images-4/Overview.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,13 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
636636
</dl>
637637

638638
<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?
640646

641647
<h4 id='conic-color-stops' class='no-toc'>
642648
Placing Color Stops</h4>

0 commit comments

Comments
 (0)