Aspose.SVG for .NET 新版本發表
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.
Released: Apr 9, 2021
V21.4 中的更新
特性
- Added support for caching SVG geometry element operations for improved performance.