let svg_file = open_file("example.svg"); let svg_item = svg(svg_file).as_drawable(); let item = static(svg_item, 1.0).as_animated(); movie(item)