Lancements de Aspose.SVG for .NET
Released: Mar 12, 2021
Mises à jour de V21.3
Fonctionnalités
- Added right-to-left (RTL) support for converting and rendering SVG documents.
- Updated SVG serialization algorithms according to the latest documentation.
Released: Feb 10, 2021
Mises à jour de V21.2
Fonctionnalités
- Added support for escape control characters (‘<’, ‘>’, ‘'’, ‘"’, ‘&') when saving SVG files.
- Improved URL parsing algorithm.
- Improved path resolution algorithm when encoding special characters.
Released: Jan 25, 2021
Mises à jour de V21.1
Fonctionnalités
- Added support for saving SVG documents with new IOutputStorage interface. This interface allows you to save SVG document content and resources to streams and manage them.
Released: Dec 14, 2020
Mises à jour de V20.12
Fonctionnalités
- Added support for rendering SVG text with stroke-dasharray and stroke-linecap parameters.
- The CSS serialization algorithm has been updated according to the latest SVG specification.
Released: Nov 12, 2020
Mises à jour de V20.11
Correctifs
- Fixed issue with applying the Gaussian Blur effect to large bitmaps with high resolution.
- Changed page sizing algorithm for FitContent mode.
Released: Oct 28, 2020
Mises à jour de V20.10
Fonctionnalités
- Improved PageSetup class with a new option Sizing which allows you to:
- Manage the page size based on content size.
- Scale content in accordance with the page size.
Released: Sep 25, 2020
Mises à jour de V20.9
Fonctionnalités
- Added the ability to vectorize text elements inside SVG documents.
Released: Aug 21, 2020
Mises à jour de V20.8
Fonctionnalités
- Added support for the comp-op property with the following list of values : hue, saturation, color and luminosity.
- Added support for calculating non-shaped element bounding boxes (SVGTextElement, SVGTSpanElement) inside the SVGGraphicsElement class GetBBox method.
Correctifs
- Fixed problem with processing units in methods GetCTM and GetScreenCTM in all classes inherited from SVGGraphicsElement class.
- Fixed issue in pattern painting coordinate system.
Released: Jul 31, 2020
Mises à jour de V20.7
Fonctionnalités
- Added support for comp-op property with the following list of values: clear, src, dst, src-over, dst-over, src-in, dst-in, src-out, dst-out, src-atop, dst-atop, xor, plus, overlay, color-dodge, color-burn, hard-light, soft-light, difference and exclusion.
- Improved precision of GetBBox method.
Released: Jun 30, 2020
Mises à jour de V20.6
Fonctionnalités
- Added support for rendering XHTML and HTML content inside SVG elements.