[Free] V3 - PixZ - SVG Image Loader 😃

While starting the companion app, all necessary assets and also the imported extensions of your project will be copied to your device. So in case the no such class error shows up, the extension code to run the extension is not available on your device. Without that code the companion app is not able to execute methods from the extension.

In case restarting the companion app does not work for you after trying several times, then as it looks like the only way for you to test you app will be after building it using the apk file.

Taifun

Probably I’ve found a bug

Here is SVG where color filling is specified as attribute in svg tag:

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#00dd78">
<path d="M12,8.28c.829,0,1.5-.671,1.5-1.5V2.5c0-.829-.671-1.5-1.5-1.5s-1.5,.671-1.5,1.5V6.78c0,.829,.671,1.5,1.5,1.5Z"/>
<path d="M18.441,3.093c-.719-.414-1.636-.168-2.049,.55-.414,.717-.168,1.635,.549,2.049,1.151,.664,2.682,2.078,2.682,6.666,0,6.364-2.917,7.643-7.623,7.643s-7.624-1.278-7.624-7.643c0-4.571,1.532-5.989,2.685-6.658,.716-.416,.96-1.334,.544-2.05-.416-.716-1.333-.96-2.05-.544C2.744,4.737,1.376,7.764,1.376,12.357c0,9.54,6.063,10.643,10.624,10.643s10.623-1.103,10.623-10.643c0-4.61-1.368-7.641-4.182-9.265Z"/>
</svg>

Color #00dd78 is green

In app I see black SVG image:

It is interesting that in main browsers like Chrome, Firefox, Opera, Vivaldi, Edge (built on Chrome engine) the color of the image is green (as required)

AIA is attached
Test_SVG.aia (73.0 KB)