Carlo Barazzetta

Results 113 comments of Carlo Barazzetta

The FMX implementation does not use interfaces but according to the compilation directive: - {$DEFINE Image32_SVGEngine} uses TFmxImage32SVG class. - {$DEFINE Skia_SVGEngine} uses TFmxImageSkiaSVG class. At the moment there is...

I am not an FMX expert and I have implemented the BitmapZoom property (10 to 100%) to "reduce" the size of the image inside the container, when WrapMode is Original,...

Please try to restore previous version of Img32.SVG.Reader that contains: ``` if (fillColor = clCurrent) then {$IF Defined(MACOS) or Defined(MACOSX)} drawDat.fillColor := SwapRedBlue(thisElement.fReader.currentColor) {$ELSE} drawDat.fillColor := thisElement.fReader.currentColor {$IFEND} else if...

Unfortunately, I don't have mobile devices on which to test. I advise you to install the library by cloning the repo from Git: the installation is simple, just open the...

I forwarded the issue to Angus Johnson, author of Image32...

I've no control over GetIt installation process...

have no idea, because I can't test the build with platforms like iOS and OSX. If you can prepare a correct project file for all platforms, please send me a...

Maybe in future, I'm not working on it for now.