This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Windows; | |
| using System.Windows.Controls; | |
| namespace WpfApplication2 { | |
| public partial class MainWindow : Window { | |
| public MainWindow() { | |
| InitializeComponent(); | |
| var svg = new SkiaSharp.SKSvg(); | |
| var picture = svg.Load("Tiger.svg"); |
NewerOlder