Aspose.SVG for .NET 릴리스

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.

Released: Apr 21, 2022

V22.4 버젼 업데이트

기능

  • Improved code for working with TTF substitution tables.
  • Added new approximation algorithms for the processing of Gaussian Blur and Morphological filters.