Hi Simone, You can indeed use svg.struct.Image to embed an external raster or SVG file.
You can also use svg.struct.Use to reuse part of an external SVG file. This requires that the part you want to include has its "id" attribute set. The <use> tag allows you to manipulate properties of the included elements, but I'm not sure if that's possible with the <image> tag. Regards, Marc On 11/04/2010 12:16 PM, Simone Pandolfo wrote: > Hi Marc, > > I have installed the SVG contrib and work fine, i need this contrib for > import an svg file and after manipulate few property node, like fill, > opacity or height. > > I have generated the api and i am trying to use the svg.struct.Image for > this purpose. is it correct? have you any suggestion about? > > Regards > Sp > ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
