Inkscape.org
Beginners' Questions reusing an embedded iamge
  1. #1
    Elhanan Maayan Elhanan Maayan @elh.maayan

    how can i embed a single image (like a png icon) and re-use it in different location across the an svg document?

    i don't want to link the image because i want it to be safe contained

    also is there standard way to "label" the difference instances of those embedded images (like adding a small name) ?ย 

  2. #2
    Paddy_CAD Paddy_CAD @Paddy_CAD

    Select the image then [Edit > Clone > Create Clone] or [alt+d]. This creates a replica of the image (or any other object) without adding another image to your svg document. For additional clones, copy and paste (or duplicate) the first clone.

    All objects - including clones - can be assigned a label. Use theย [Object > Object Properties...]ย dialog. The label can be unique or shared with other objects.ย To select all objects sharing a label use [Edit > Find/Replace...] ย [Find: label_text] ย [Search in: Properties].

    The Find dialog can also select partial matches. For example, [Find: red] will find the objects labelled "red rectangle", "red circle", "red circle clone1", but not "blue ย text street_address"