Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

SVG => Re: XML Dialect

 [1/1] from: jason::cunliffe::verizon::net at: 25-Apr-2002 13:20


From: "Andrew Martin" <[Al--Bri--xtra--co--nz]>
> Here's my first try at an XML dialect for Rebol. Watch out for line breaks. > It's not very smart, just a translation of Rebol values into the XML > equivalent. There's an example at the end, using the XML dialect to generate > a .svg file and browsing it. You'll need the Adobe SVG viewer > http://www.adobe.com/svg/ to make this run on your browser.
Hi Andrew Thanks that's great :-) Last time I looked Adobe SVG player was 13Mb download. Now it's down to 2.3Mb and running nicely. You code together with make-spec and Oldes growing %make-swf.r offers REBOL scope to soon have very valuable set of refinements: write/swf write/svg write/pdf I guess the SVG could be folded into the DRAW dialect and Easy-DRAW. ./Jason