I've added an SVG image to the asset catalogue of a SwiftUI project in Xcode 12 beta 3, and set 'Render as' to 'original'.
The gradient background in the SVG image gets rendered in different ways depending on the platform.
The gradient background in the SVG image gets rendered in different ways depending on the platform.
In the Xcode's asset catalogue's preview, the gradient is rendered as a solid color
In the MacOS version of the SwiftUI app, the gradient appears as a solid color as well
In the iOS version of the SwiftUI app, the gradient appears as a solid white area.