Skip to content

Commit 1c05fe8

Browse files
typo
1 parent 3d51d90 commit 1c05fe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • source/FFImageLoading.Svg.Shared

source/FFImageLoading.Svg.Shared/SkSvg.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public SKPicture Load(string filename, CancellationToken token = default)
8383
{
8484
using (var stream = File.OpenRead(filename))
8585
{
86-
return Load(stream);
86+
return Load(stream, token);
8787
}
8888
}
8989

0 commit comments

Comments
 (0)