Lines Matching refs:SVG
3 …display images in applications. It supports images in PNG, JPG, JPEG, BMP, SVG, WEBP, GIF, or HEIF…
11 > The **Image** component supports SVG image sources. For details about SVG tags, see [SVG Tags](./…
49 … To display an SVG image that does not have the native size, you must set the width and height for…
67 … To display an SVG image that does not have the native size, you must set the width and height for…
83 … To display an SVG image that does not have the native size, you must set the width and height for…
112 …laceholder image displayed during loading. Local images (in PNG, JPG, BMP, SVG, GIF, or HEIF forma…
136 …ill be clipped if it does not fit in the component. This attribute is not applicable to SVG images.
156 …iate aliasing that occurs when the image is zoomed. This attribute is not applicable to SVG images.
176 Sets the rendering mode of the image. This attribute is not applicable to SVG images.
198 … size is smaller than the source size. This attribute is not applicable to SVG images or **PixelMa…
258 …tribute applies only to SVG images. Once set, the fill color will replace the fill colors of all d…
324 …arious manners, such as long pressing, right-clicking, or pressing Ctrl+C. SVG images cannot be co…
358 … for SVG images in API version 11 and earlier versions.<br>The DrawingColorfilter type can be used…
384 Images to be analyzed must be static, non-vector images. That is, SVG and GIF images cannot be anal…
617 Triggered when the animation playback in the loaded SVG image is complete. If the animation is an i…
619 Only SVG images are supported. This event is not triggered if the parameter type of the component i…
665 This example demonstrates how to load images of basic types, such as PNG, GIF, SVG, and JPG.
685 // Load an SVG image.
786 // When the image to be loaded is in SVG format:
791 // Load another image when the SVG image has finished its animation.
1039 // When the image to be loaded is in SVG format:
1078 // Load an SVG image.