Aspose.SVG for .NET のリリース
Released: Feb 28, 2023
V23.2 での更新項目
機能
- Improved the algorithm for default naming of image files after converting SVG to raster images.
不具合の修正
- Fixed a problem with parsing the SVG transform attribute when commands are linked together without any space.
Released: Jan 31, 2023
V23.1 での更新項目
機能
- Added support for Cancellation Tokens to the 'SVGRenderer' class. The Render method now supports a cancellation token, allowing users to request cancellation of the rendering operation while the task is in progress.
Released: Jan 17, 2023
V22.12 での更新項目
機能
- Optimized image vectorization API resulting in smaller SVG files.
不具合の修正
- Fixed issue rendering SVG documents using 'FitContent' sizing mode.
Released: Nov 25, 2022
V22.11 での更新項目
機能
- Improved load time of large SVG documents.
- Reduced memory consumption by 40%.
- Added new optimization options to the API.
不具合の修正
- SVG to PNG: Setting SizingType.Contain throws System.ArgumentException: Parameter is not valid.
- SVG to PNG: Setting resolution throws System.IndexOutOfRangeException: Index was outside the
….
- SVG to PNG: High memory consumption.
- Saving SVG file hangs application.
Released: Oct 31, 2022
V22.10 での更新項目
機能
- Added a new SVGOptimizer tool to optimize SVG documents, which removes redundant information and reduces the size of SVG path elements using vector graphics optimization.
Released: Sep 30, 2022
V22.9 での更新項目
機能
- Improved the image vectorization algorithms with new approach to fitting Bezier curves.
- Added new feature for 'stenciling' vectorized images.
- Added support for representing SVG graphic elements as a collection of path segments.
- Extended 'GlyphInfo' structure with a new 'StringRepresentation' property.
Released: Aug 30, 2022
V22.8 での更新項目
機能
- Improved interface for working with CSS color models.
- Improved CSS processing code.
Released: Jul 27, 2022
V22.7 での更新項目
機能
- Added support for loading SVG 'dtd' schemas directly from the assembly instead of trying to download them from online resources, which in some cases can significantly reduce the loading time of SVG documents.
- The ‘%userprofile%\AppData\Local\Microsoft\Windows\Fonts’ folder has been added to the default fonts lookup folders.
- Reduced the size of SVG files produced by text vectorization by using quadratic beziers instead of cubic beziers and replacing relative path commands with absolute ones.
Released: Jun 21, 2022
V22.6 での更新項目
機能
- Added support for rendering SVG 'textpath' elements.
- Improved calculation accuracy of SVGGeometryElement.getPointAtLength() method.
- Added support for converting colors according to 'CSS Color Module Level 4' and 'CSS Color Module Level 5' specifications.
Released: May 20, 2022
V22.5 での更新項目
機能
- Improved performance of CSS style parsing algorithm.
不具合の修正
- Fixed the issue that caused pagination to hang on SVG documents with elements that had an infinite or very large height.
- Program keeps running while converting a simple SVG into PDF.