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 f90fb05 commit 30d1d3bCopy full SHA for 30d1d3b
lib/scenic/primitive/quad.ex
@@ -34,7 +34,7 @@ defmodule Scenic.Primitive.Quad do
34
```elixir
35
graph
36
|> quad(
37
- {{10, 0}, {20, 40}, {17, 50}, 0, 10}},
+ {{10, 0}, {20, 40}, {17, 50}, {0, 10}},
38
stroke: {1, :yellow}
39
)
40
```
0 commit comments