We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a31517 commit 6017c68Copy full SHA for 6017c68
README.md
@@ -19,7 +19,7 @@ by adding `resvg_nif` to your list of dependencies in `mix.exs`:
19
```elixir
20
def deps do
21
[
22
- {:resvg, "~> 0.3.0"}
+ {:resvg, "~> 0.4.0"}
23
]
24
end
25
```
livebooks/example.livemd
@@ -2,8 +2,8 @@
2
3
4
Mix.install([
5
- {:resvg, "~> 0.3"},
6
- {:req, "~> 0.3"},
+ {:resvg, "~> 0.4"},
+ {:req, "~> 0.5"},
7
{:kino, "~> 0.9"}
8
])
9
@@ -60,7 +60,7 @@ roboto_path = "#{path}/roboto.ttf"
60
61
font_file =
62
H.download_as!(
63
- "https://raw.githubusercontent.com/mrdotb/resvg_nif/master/test/support/fonts/Roboto/Roboto-Regular.ttf",
+ "https://raw.githubusercontent.com/mrdotb/resvg_nif/master/test/support/fonts/Roboto-Regular.ttf",
64
roboto_path
65
)
66
0 commit comments