On 25 Jan 2007 at 19:15, Rajesh Jain wrote:

> Is there a way to draw Vector Graphics using Laszlo. I am working on a
> whiteboarding/sketch application where I need vector graphics - SVG,
> VML or any other technology.. 

A few options ..

(a) Read this thread on usage of Deng to import SVG files (e.g. toucan.svg) for 
renderingSVG  inside OpenLaszlo.

http://forum.openlaszlo.org/showthread.php?t=5641&highlight=deng

(b) Some of the links might be dated (Deng 1.0 is very old) so here is the Deng 
author's site

http://wahlers.com.br/claus/blog/display-svg-in-97-of-all-web-browsers/

(c) Note that if using OpenLaszlo + Deng + SVG (SVG rendered inside OpenLaszlo 
view) 
the SVG interactivity is lost. No mouse events. If interactivity is required 
(as is likely) then 
another option is to overlay SVG (in iframe) over OpenLaszlo swf content, using 
CSS. 

(d) HQM (OpenLaszlo team) started a porting of SVG in OL4 (and built a 
prototype) but I'm 
not sure of its progress.  There is a wiki link somewhere to this prototype.

(e) Gliffy was written in OpenLaszlo code.

http://www.gliffy.com/

(f) Also search the OpenLaszlo forum for "UML".

DL

Reply via email to