Wow, that looks great! I'm looking forward to the beta. Thanks, Borek
--- In [email protected], "Jason Hawryluk" <[EMAIL PROTECTED]> wrote: > > We are hoping to have a beta for Degrafa around the end of Oct. This > framework will do what your looking to do. > > http://www.degrafa.com > > cheers > > jason > > > > -----Message d'origine----- > De : [email protected] [mailto:[EMAIL PROTECTED] la > part de Borek > Envoyé : mardi 25 septembre 2007 15:28 > À : [email protected] > Objet : [flexcoders] Re: Vector graphics serialization format? > > > Or thermo :) We shall see... > > --- In [email protected], "Daniel Cascais" > <daniel.cascais@> wrote: > > > > The closest to what you want is embedding SVG files. > > > > On 9/18/07, Borek <borekbe@> wrote: > > > > > > Hi all, is there some Flex-supported format for vector graphics > > > serialization? I mean, I can use something like > > > > > > graphics.drawRect(1,2,3,4); > > > graphics.drawEllipse(...); > > > // etc. > > > > > > while I would appreciate something like > > > > > > <rectangle x="1" y="2" width="3" height="4"> etc. > > > > > > It would seems logical to me to have this kind of declarative > > > description rather than imperative method calls when the task - > > > creating user interface - is practically the same as when creating > > > containers and controls. > > > > > > Thanks, > > > Borek > > > > > > > > > > > >

