Labyrinth 1.26.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Labyrinth --version 1.26.0
NuGet\Install-Package Labyrinth -Version 1.26.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Labyrinth" Version="1.26.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Labyrinth --version 1.26.0
#r "nuget: Labyrinth, 1.26.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Labyrinth as a Cake Addin
#addin nuget:?package=Labyrinth&version=1.26.0

// Install Labyrinth as a Cake Tool
#tool nuget:?package=Labyrinth&version=1.26.0

This package is for Labyrinth Coop students enrolled in Introduction to Computer Programming Using C#.  This is a set of library functions to make the first few coding sessions easier for students.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.27.0 1,339 3/30/2016
1.26.0 1,119 3/29/2016
1.25.0 1,535 2/24/2016
1.24.0 1,158 2/23/2016
1.23.0 1,322 1/29/2016
1.22.0 1,167 1/11/2016
1.21.0 1,220 1/11/2016
1.20.0 1,156 1/10/2016
1.19.0 1,155 1/2/2016
1.18.0 1,121 12/31/2015
1.17.0 1,125 12/31/2015
1.16.0 1,132 12/17/2015
1.15.0 1,171 12/7/2015
1.14.0 1,213 11/19/2015
1.13.0 1,164 11/9/2015
1.12.0 1,094 11/9/2015
1.11.0 1,147 11/9/2015
1.10.0 1,160 11/2/2015
1.9.0 1,154 10/27/2015
1.8.0 1,266 9/29/2015
1.7.0 1,220 9/21/2015
1.6.0 1,174 9/21/2015
1.5.0 1,197 9/15/2015
1.4.0 1,175 9/15/2015
1.3.0 1,214 9/15/2015
1.2.0 1,538 9/15/2015
1.1.0 1,498 9/15/2015
1.0.0 1,551 9/6/2015

Handle case of rotation/scale when element doesn't have a width/height.  Also, fix AddArc to interpret angles as clockwise, to be consistent with WPF angles.