Aspose.SVG for .NET のリリース

Released: Feb 17, 2022

V22.2 での更新項目

機能

  • Improved text processing algorithms when matching code units to glyphs. It is now possible to work with complex matching scenarios are common in non-Latin scripts.

Released: Jan 16, 2022

V22.1 での更新項目

機能

  • Added support for matching fonts to individual text runs. This provides a font family for each character in the run and a particular font face is selected containing a glyph for that character.
  • Reduced amount of memory used when applying SVG filters.

不具合の修正

  • Fixed the issue causing loss of resolution when rendering inline SVG images.

Released: Dec 3, 2021

V21.12 での更新項目

機能

  • Improved performance and reduced memory consumption for algorithm used to create masking and opacity effects.
  • Added a new abstract class "FontMatcher" to provide an interface for controlling font matching algorithm.

不具合の修正

  • Fixed the issue with masks which having the type of coordinate units userspaceonuse and applying to images and graphics.
  • The opacity processing code that is used for graphics and bitmaps was changed to address issues with ignoring transformation matrix inside nested SVG...

Released: Nov 3, 2021

V21.11 での更新項目

機能

  • Improved processing of unit types for CSS media query parsing algorithm.

不具合の修正

  • Fixed issue with disposing node iterators.

Released: Oct 12, 2021

V21.10 での更新項目

機能

  • Added a new “Image Vectorization” feature that allows you to vectorize raster images such as PNG, JPEG, BMP, TIFF, GIF and ICO into SVG documents.
  • Added support for processing JPEG/Exif orientation and rotation properties.

不具合の修正

  • Fixed the issue with rendering text elements where CSS white-space style is set to 'pre'.

Released: Sep 7, 2021

V21.9 での更新項目

機能

  • Improved accuracy of glyph vectorization algorithm.
  • Updated user agent style sheets according to the latest documentation.

Released: Aug 5, 2021

V21.8 での更新項目

機能

  • Added the ability to manage PDF document metadata when converting SVGs.

不具合の修正

  • Fixed algorithm of calculation styles with ‘important’ directive according to latest CSS specifications.

Released: Jul 2, 2021

V21.7 での更新項目

機能

  • New resource handling feature allows you to ignore certain resources.
  • Improved handling of large images.

Released: Jun 3, 2021

V21.6 での更新項目

機能

  • Added the ability to apply restrictions to the URL of pages and resources such as CSS, JavaScript and images.

不具合の修正

  • Removed obsolete properties.
  • Fixed an issue with calculating bounding boxes for rotated objects.

Released: May 12, 2021

V21.5 での更新項目

機能

  • Improved the gradients serialization algorithm.

不具合の修正

  • Fixed issue in the method GetBBox for SVG tspan elements.