Changelog (Release Notes)
All notable changes to SMathStudio.Drawing project will be documented in this file.
v.1.0.0
- Initial version of the library.
v.1.2.0
- NuGet package description improved.
- Package version adjusted to avoid potential conflicts with SMath Studio versioning.
v.1.4.0
- Fixed rendering issue: support for drawing the opened SVG paths restored;
- Updated version of SkiaSharp.
v.1.5.0
- SVG renderer implemented;
- Fixed issue regarding parsing of H and V modifiers of the SVG path string;
- Generating of the large arcs given with the same start and end points fixed;
- Rotation by any angle is implemented in .NET Framework 2.0;
- Methods ShowAlert() and OpenUrl() are removed from interface ISystemSpecifics. They will be moved to a separate interface in SMathStudio.Core.
v.1.6.0
- Fixed bitmap image loading by detaching the image from the input memory stream;
- Corrected the tag list for the SMathStudio.Drawing NuGet package.