File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ by adding `resvg_nif` to your list of dependencies in `mix.exs`:
19
19
``` elixir
20
20
def deps do
21
21
[
22
- {:resvg , " ~> 0.3 .0" }
22
+ {:resvg , " ~> 0.4 .0" }
23
23
]
24
24
end
25
25
```
Original file line number Diff line number Diff line change 2
2
3
3
``` elixir
4
4
Mix .install ([
5
- {:resvg , " ~> 0.3 " },
6
- {:req , " ~> 0.3 " },
5
+ {:resvg , " ~> 0.4 " },
6
+ {:req , " ~> 0.5 " },
7
7
{:kino , " ~> 0.9" }
8
8
])
9
9
```
@@ -60,7 +60,7 @@ roboto_path = "#{path}/roboto.ttf"
60
60
61
61
font_file =
62
62
H .download_as! (
63
- " https://raw.githubusercontent.com/mrdotb/resvg_nif/master/test/support/fonts/Roboto/Roboto -Regular.ttf" ,
63
+ " https://raw.githubusercontent.com/mrdotb/resvg_nif/master/test/support/fonts/Roboto-Regular.ttf" ,
64
64
roboto_path
65
65
)
66
66
You can’t perform that action at this time.
0 commit comments