SVGIconImageList
SVGIconImageList copied to clipboard
Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
 Not sure if that's the reason it shows twice (none of those are installed), I do see Skia4Delphi twice there too This is not the machine I use regularly,...
Firemonkey SVGIconImageList Editor shows at bottom of screen instead of center and under the Windows Taskbar Result is the user doesn't know there is OK button they have to press...
I see blueish tint on Android when using the latest TSVGIconImageList from GetIt Package Manager Windows:  Android:  The app...
noticed the Image32 folder contains an older Img32.Clipper.pas instead of Img32.Clipper2.pas. Also not sure where it's pulling the Clipper units from (Image32 ships them in a subfolder). Probably SVGIconImage32 doesn't...
Seems SVGIconImageListDemoFMX tries to place its build output into ......\My Documents\Embarcadero\Studio\22.0\CatalogRepository\SVGIconImageList-11-3.9.1\Demo\Bin which for OS-X makes a SVGIconImageListFMX (with no extension) file but for Android tries to make an SVGIconImageListFMX subfolder...
After upgrading to latest version, this code breaks: ``` var bitmap := Glyph.MultiResBitmap[0] as TSVGIconFixedBitmapItem; bitmap.SVG.LoadFromStream(Stream); ``` [dcc32 Error] READCOM.Views.VectorImageStoryItem.pas(103): E2362 Cannot access protected symbol TFmxImageSVG.LoadFromStream can try re-building http://github.com/zoomicon/READCOM_App...
Got this even though icon was set ok (think I got it one or twice, not sure if IDE issue or not) 
[svgImageListIssueProject.zip](https://github.com/EtheaDev/SVGIconImageList/files/9335109/svgImageListIssueProject.zip) Simple start to an FMX application in Delphi 11.1 Set a style to the application, connected main menu to svgiconimagelist and assigned an image to the menu item. When...
Hi! Delphi 12 - FMX - TSvgIconImage We noticed that simply inserting a tsvgiconimage into an empty Delphi 12 FMX project, using the default engine, builds for Windows but not...
  The Style tag inside the error prone SVG files has a certain property named stroke-width: 0px. This property is always shared between a number of classes,...