
Easily Create SVG (Scalable Vector Graphics) files with SVG …
Sep 8, 2020 · It is surprisingly easy to add SVG support to your applications. Here is third party Delphi and C++ Builder component from WINSOFT for work with Scalable Vector Graphics files. Scalable Vector Graphics is XML-based vector image format for two-dimensional graphics.
GitHub - EtheaDev/SVGIconImageList: Three engines to render SVG …
Nov 26, 2024 · TSVGIconImageList is an extended ImageList for Delphi (VCL+FMX) with an embedded SVG image collection. Use this component to simplify replace of ImageList for older Delphi Apps and obtain auto-scaling of Icons!
SVG graphics in FMX applications - Delphi-PRAXiS [en]
Nov 19, 2019 · 1. In your list of alternatives you missed HtmlComponents, which also include a quite powerful SVG engine. 2. TPathData is really a great tool, but I found out a while ago that it doesn't seems to support all SVG curve types yet. It seems to support the cubic bezier curves, like this from string to internal format:
Looking for SVG support in Delphi? - VCL - Delphi-PRAXiS [en]
Aug 25, 2020 · - Added new engine: Image32 library (ver.3.0) by Angus Johnson (VCL+FMX) - Image32 is now the default native Delphi engine, because has more SVG functionalities like blur, gradient, merge, drop-shadow, markers, simbol, pattern, subpixel. - Added support for Android and iOS platforms (by Image32 engine)
Skia4Delphi - I made this - Delphi-PRAXiS [en]
Aug 11, 2021 · Skia4Delphi is a cross-platform 2D graphics API for Delphi based on Google's Skia Graphics Library (skia.org). Google's Skia Graphics Library serves as the graphics engine for Google Chrome and Chrome OS, Android, Flutter, Xamarin, Mozilla Firefox and Firefox OS, and many other products.
GitHub - amikey/SVGIconImageList: https://github.com/EtheaDev ...
TSVGIconImage is an extended Image component for Delphi (VCL+FMX) to show any SVG image directly or included into a an SVGIconImageList with all functionality (stretch, opacity, grayscale and more...)
Welcome to the SVGIconImageList guide (VCL+FMX)
TSVGIconImageList is an extended ImageList for Delphi (VCL+FMX) with an embedded SVG image collection. Use this component to simplify replace of ImageList for older Delphi Apps and obtain auto-scaling of Icons!
SVG control package v2.3 - bverhue.nl
SVG (Scalable Vector Graphics) is an XML-based vector image format for two dimensional graphics developed by the World Wide Web Consortium (W3C). The "SVG control package" enables the use of Scalable Vector Graphics (SVG) in Delphi and FPC Lazarus applications.
SVGIconImageList VCL and FMX - Embarcadero GetIt
Mar 18, 2025 · Four advanced components to simplify use of SVG images and SVG icons into ImageList: TSVGIconImage, TSVGIconImageCollection, TSVGIconVirtualImageList, TSVGIconImageList (for VCL and FMX). Choose the preferred engine to render SVG (Delphi Image32, Delphi TSVG, SKIA4Delphi, Direct2D).
Overview (FMX) - EtheaDev/SVGIconImageList GitHub Wiki
TSVGIconImage is an FMX component for Delphi derived from TImage component, that auto-build icon using a collection a TSVGIconFixedMultiResBitmap (derived from TFixedMultiResBitmap) to build bitmaps for different scale using different SVG Icons. At TSVGIconImageFMX component level you can set:
- Some results have been removed