зеркало из
1
0
Форкнуть 0
SkiaSharp is a cross-platform, comprehensive 2D graphics API for all .NET platforms. And, here is where you will find all sorts of extras that you can use with it.
Перейти к файлу
Matthew Leibowitz 517b656399
Merge pull request #69 from mono/dev/evenodd
[SVG] Add support for `fill-rule="evenodd"`
2019-02-11 04:40:50 +02:00
SkiaSharp.Extended Swap the netstandard version so the apps get rebuilt on mac 2019-02-10 07:48:35 +02:00
SkiaSharp.Extended.Iconify Don't add empty runs 2019-02-10 07:49:44 +02:00
SkiaSharp.Extended.Svg Add support for path/polygon/polyline fill-rule=evenodd. Fixes #43 2019-02-11 03:22:50 +02:00
images Improved the readme 2018-03-04 22:30:20 +02:00
keys Updated the samples a bit 2018-10-25 23:50:03 -04:00
.editorconfig A few small changes to the source 2018-11-12 22:22:38 +02:00
.gitignore Modernizing the build system (#30) 2018-03-04 22:03:03 +02:00
LICENSE Updated license 2019-02-10 17:00:39 +02:00
README.md Fix spelling. 2019-02-11 02:53:15 +02:00
Signing.targets Modernizing the build system (#30) 2018-03-04 22:03:03 +02:00
azure-pipelines.yml [build] Added Azure DevOps & NuGet Signing (#63) 2019-02-10 04:17:19 +02:00
azure-templates-sign.yml [build] Added Azure DevOps & NuGet Signing (#63) 2019-02-10 04:17:19 +02:00
build.ps1 Extract the config to a varable 2019-02-10 07:48:48 +02:00

README.md

SkiaSharp.Extended

Build Status Build Status

SkiaSharp.Extended is a collection some cool libraries that may be useful to some apps. There are several repositories that may have interesting projects:

Building

Each sub-directory has a solution file that can be opened in Visual Studio or built by MSBuild. All scripting and tasks are performed by MSBuild, so no external tooling is needed.

There is a single PowerShell script that can be used to build the entire repository:

PS > .\build.ps1

The CI server just runs that single file and outputs all the packages, assemblies and test results.

NOTE: for macOS, you may need to first install PowerShell.

License

The code in this repository is licensed under the MIT License.