On Thu, 2008-01-10 at 08:43 +0100, Maciej Jaros wrote: > You were talking about SVG and DIA isn't SVG and it doesn't support SVG > in shapes fully (as said by Marcel in the other topic). > > But in DIA you can scale most shapes so you might say DIA also supports > scaling grouped SVG objects - unfortunately that isn't available for > grouped shape objects within DIA itself.
Dia does not support SVG objects as such, they are converted into images, which can in turn be stretched, but that's ugly. Groups cannot be stretched at all due to the fact that different objects have very different ideas of how they can be transformed. Implementing it, while high on our wishlists, is not easy, it'd be changing a lot of the essential infrastructure. -Lars _______________________________________________ Dia-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia
