Change SVG library.

This commit is contained in:
2020-05-28 14:26:03 +01:00
parent 07b801a0cf
commit 70f799de4d
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
/******************************************************************************
/******************************************************************************
// MARECHAI: Master repository of computing history artifacts information
// ----------------------------------------------------------------------------
//
@@ -32,7 +32,7 @@ using System;
using System.IO;
using Marechai.Database.Models;
using SkiaSharp;
using SKSvg = SkiaSharp.Extended.Svg.SKSvg;
using Svg.Skia;
namespace Marechai.Helpers
{