Cyrille Chepelov (home) wrote:
> On Wed, 12 Jan 2000, Jens-Uwe Morawski wrote:
>
> > i have the W3C working draft about SVG, but i don't know
> > much about the internal implementation in dia.
> >
> > Can i tell dia to keep the aspect ratio of a shape?
> > How can i do this in the SVG/shape description?
> >
> in the shape object :
> <aspectratio type="fixed"/>
> Grep for that string in shapes/**/*.shape, you'll probably find it used
> somewhere.
>
Thanks, i found it!
Where can i find a (full) description of the shape object?
Jens