Group more images

Hi,
I have two images and i want to group them all as a single image.
How can I do this? perspective
image

I don't think Perspective has an option to group items in a way that Vision does. Alternatively, you can load both images in a software like Inkscape and create a single image which you can later import into Perspective.

1 Like

Good. but from Inkscape how can import...can you guide me step by step as you help in flip the image horizontal and that was fine.
I have these two image as d attribute in perspective. I added one image from symbol factory and then replace d attribute in path.

Fran is correct, there is no "group" operation.

You can wrap one of the images in a coordinate container and then move the other in. (Watch the "Deep Select" icon in the Project Browser to make sure you're dropping it where you want to.) You should then be able to position the images relative to each other.

You can flip one of the images by adding,
style.transform : scalex(-1)
(in the component's PROPS.style).

2 Likes