We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39351f4 commit ded8f29Copy full SHA for ded8f29
lib/scenic/primitive/style/paint/radial_gradient.ex
@@ -16,7 +16,7 @@ defmodule Scenic.Primitive.Style.Paint.RadialGradient do
16
17
```elixir
18
Graph.build()
19
- |> rect( {100, 50}, fill: {:linear, {50, 25, 10, 45, :blue, :yellow}} )
+ |> rect( {100, 50}, fill: {:radial, {50, 25, 10, 45, :blue, :yellow}} )
20
```
21
"""
22
0 commit comments