Skip to content

Commit 2a28e8f

Browse files
committed
tweeks to docs
1 parent 03e5af9 commit 2a28e8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/scenic/primitive/style/paint.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Created by Boyd Multerer on 2018-06-04.
3-
# Copyright © 2017 Kry10 Industries. All rights reserved.
3+
# Copyright © 2018 Kry10 Industries. All rights reserved.
44
#
55

66
defmodule Scenic.Primitive.Style.Paint do
@@ -27,9 +27,9 @@ defmodule Scenic.Primitive.Style.Paint do
2727
Examples:
2828
2929
graph
30-
|> line({{0,0}, {100,100}}, fill: :blue)
31-
|> line({{10,0}, {110,100}}, fill: {:blue, 128})
32-
|> line({{20,0}, {120,100}}, fill: {10,20,30,40})
30+
|> rect({100,200}, fill: :blue)
31+
|> rect({60,120}, fill: {:blue, 128})
32+
|> rect({30,60}, fill: {10,20,30,40})
3333
"""
3434

3535
alias Scenic.Primitive.Style.Paint

0 commit comments

Comments
 (0)