SVG images are supported as:
The benefit of using an SVG image is that you can scale it up to a larger size without the image quality degrading, becoming pixelated, as happens with other image formats. Also, large SVG images scale down in size, to fit mobile device displays, retaining image quality and legibility. In order to provide this scaling functionality, a new widget called a Picture has been added to the bajaui palette. You can create a Picture by a number of methods:
A Picture has a scaleMode property that you can use to stretch and skew an image to fit within the Picture widget’s borders. A Picture can be backed with any image, including JPGs and PNGs, but to get the most benefit out of Picture scaling, SVGs are recommended.