On Fri, 8 Jun 2012 11:07:28 +0200, vwf <[email protected]> wrote: > I have a series of shapes that are identical except for the image. Now I > would like to be able to swap one shape for another one on the canvas. > > When I look at the .dia file this should be achievable: change in > <dia:object type="mysensiblename" version="1" id="O1"> > "mysensiblename" for "anothersensiblename" > > But I would like to do this on the canvas, preferably using the mouse. > Could this be done? (and is so: How?)
There might be more intelligent solutions than the one I propose: you could write a python script that plugs in a command that lets you swap the current shape for another. *t _______________________________________________ dia-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia
