Aspose.SVG for .NET 릴리스
Released: Jul 18, 2024
V24.7 버젼 업데이트
수정사항
- SVG to PNG Conversion Rendering Issue: Resolved the issue where the SizingType.FitContent property was resulting in improper rendering during the SVG to PNG conversion. The problem was identified as the clip-path not being considered during the page size calculation. The fix has been applied to include the clip-path in the computation and the solution has been thoroughly tested to ensure correct output.
- Font Matching on Linux Systems: Resolved an issue where fonts in SVG documents did not...
Released: Jun 17, 2024
V24.6 버젼 업데이트
기능
- Enhanced loading performance of SVG DOM by implementing delay (on-demand) loading of SVG element attributes. This improvement significantly reduces memory consumption and speeds up the document loading process.
Released: May 3, 2024
V24.5 버젼 업데이트
기능
- Text Overflow Ellipsis Support - Implemented rendering support for the text-overflow: ellipsis CSS property during the SVG to PNG conversion process. This implementation aligns with W3C specifications for HTML elements, directly addressing text overflow. When text within an SVG exceeds the boundaries of its container, it is now properly truncated, and an ellipsis ("...") is added.
- SkiaSharp Module Update - Updated the Aspose.SVG.Drawing.SkiaSharp module from using SkiaSharp version 2.88.6 to...
Released: Apr 6, 2024
V24.4 버젼 업데이트
기능
- Direct Render to SKCanvas -Introduced a new interface, ISkiaCanvasProvider, and a device SkiaCanvasDevice, facilitating direct rendering to SKCanvas. This feature allows for more integrated and efficient rendering workflows with SkiaSharp, offering better performance and flexibility.
- SVG Builder API Enhancements - The SVG Builder API now processes the font-size attribute more accurately, aligning with SVG standards. This update corrects pixel-specified font sizes, enhancing rendering...
Released: Mar 7, 2024
V24.3 버젼 업데이트
기능
- Enhanced the rendering of SVG text elements to accurately adhere to 'alignment-baseline attributes'. This improvement ensures that the specified baseline alignment is consistently maintained when converting SVG graphics into images or other formats.
- Added new API for better management of SVG resources, providing developers with more control over the handling and saving of document content and associated resources.
Released: Feb 11, 2024
V24.2 버젼 업데이트
기능
- Improved support for SVG gradients.
수정사항
- Fixed Issue with ManagerContext Working Directory.
Released: Jan 19, 2024
V24.1 버젼 업데이트
기능
- Enhanced SkiaSharp Support in ImageVectorizer - The ImageVectorizer now includes enhanced support for SkiaSharp, providing additional options for image vectorization. This feature is available in the Aspose.SVG.Drawing.SkiaSharp package, which has now transitioned from beta to a full release version.
- Improved Parsing and Processing of CSS Styles - Made improvements in the parsing and processing of CSS styles. These enhancements contribute to more accurate and efficient rendering of SVG...
Released: Dec 16, 2023
V23.12 버젼 업데이트
기능
- The CSS parser has been improved, resulting in a 10-15% increase in parsing speed.
- Memory consumption in the CSS parser has been significantly reduced, enhancing overall performance.
- Introduced additional methods within the Aspose.Svg.Builder namespace for the creation of various SVG elements. These enhancements make the API more versatile and user-friendly. Key Additions Include:
- These methods now support default parameters, allowing for more concise and readable code.
- Additional methods for...
Released: Dec 3, 2023
V23.11 버젼 업데이트
기능
- Added new SVG Builder. The SVG Builder provides a comprehensive set of builder classes designed to streamline the creation and modification of SVG elements and their attributes. With a focus on a fluent API, the SVG Builder greatly improves code readability and maintainability.
수정사항
- Resolved 'NullReferenceException' in SVG Text Rendering with clipPath.
Released: Oct 25, 2023
V23.10 버젼 업데이트
기능
- Improved Font Caching for Text Element Rendering - The performance and accuracy of the rendering process has been enhanced by improving the system's ability to cache fonts for text elements. Users can expect faster and more efficient text rendering with this enhancement.
- Aspose.SVG.Drawing.SkiaSharp extension has been updated to utilize SkiaSharp Version 2.88.6. This newest version incorporates patches for known vulnerabilities, thereby enhancing the overall security of the extension and...