Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
seb3s committed May 10, 2023
1 parent 39351f4 commit ded8f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scenic/primitive/style/paint/radial_gradient.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Scenic.Primitive.Style.Paint.RadialGradient do
```elixir
Graph.build()
|> rect( {100, 50}, fill: {:linear, {50, 25, 10, 45, :blue, :yellow}} )
|> rect( {100, 50}, fill: {:radial, {50, 25, 10, 45, :blue, :yellow}} )
```
"""

Expand Down

0 comments on commit ded8f29

Please sign in to comment.