This library on iOS is great!, but for B4A.. I can't find anything like this.
I tried..
But... for a strange reason this changed the color of some files that work perfectly on iOS.
And I can't get the Bitmap, to dynamically load it if the control doesn't exist yet (like in B4i).
Thanks.
I tried..
B4X:
public Sub setSvg(svg As SVG, im As B4XView)
Dim canvas1 As Canvas
Dim rect1 As Rect
rect1.Initialize(0, 0, im.Width, im.Height)
im.Color = Colors.Transparent
canvas1.Initialize(im)
svg.DrawPicture(canvas1, rect1)
End Sub
But... for a strange reason this changed the color of some files that work perfectly on iOS.
And I can't get the Bitmap, to dynamically load it if the control doesn't exist yet (like in B4i).
Thanks.