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

[REBOL] Re: XML Dialect

From: cybarite:sympatico:ca at: 25-Apr-2002 0:27

Hi Andrew, I am interested in it and spent some time trying to get text to display. Didn't get finished so I will try your update. Here are some simple other graphics from other sources put in your format Advise if that is not how you envisioned specifying points and then how will I be able to take points that REBOL knows and reduce them in your dialect. circle/cx/cy/r/style 150 200 100 { fill: orange; stroke: red; stroke-width:10; fill-opacity:0.9; } ellipse/cx/cy/rx/ry/style 200 200 80 130 { fill: none; stroke: gold; stroke-width: 5; fill-opacity:0.9; } polygon/points/style { 350,75 379,161 469,161 397,215 423,301 350,250 277,301 303,215 231,161 321,161} { fill:red; stroke:blue; stroke-width:10; } polygon/points/style { 850,75 958,137.5 958,262.5 850,325 742,262.6 742,137.5} { fill:red; stroke:blue; stroke-width:10; } polyline/points/style { 10,375 50,375 50,325 250,325 250,375 350,375 350,250 450,250 450,375 550,375 550,175 650,175 650,375 750,375 750,100 850,100 850,375 950,375 950,25 1050,25 1050,375 1150,375} { fill: brown; stroke: black; stroke-width: 2; }