Replies: 2 comments
-
Svg.Skia/src/Svg.Skia/SKSvg.NoModel.cs Line 32 in 5a85fa8 |
Beta Was this translation helpful? Give feedback.
0 replies
-
What does it mean? The line Picture = SvgExtensions.ToPicture(svgDocument, AssetLoader, out var _, out _); does not compile. SvgExtensions does not have a method ToPicture. Accroding to Visual Studio and its disassembler: #region Assembly Svg.Model, Version=1.0.0.3, Culture=neutral, PublicKeyToken=dafe96fe6c845a74 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code is:
Compiler error
There is no argument given that corresponds to the required parameter 'skiaModel' of 'SKSvg.ToPicture(SvgFragment, SkiaModel, IAssetLoader)'.
What SkiaModel and what IAssetLoader should I use as the parameters? Previously ToPicture didn't have these parameters.
Beta Was this translation helpful? Give feedback.
All reactions