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;
   }

> Andrew wrote:
> > Here's my first try at an XML dialect for Rebol.
>
> And here's my second try. It does HTML as well, and is smaller. Plus it
> incorporates the SVG MIME correction from Adobe's FAQ.
>
> Comments and suggestions gratefully appreciated.
>



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to