Rendering SVG with raphaeljs

91 views
Skip to the first unread message

Fux

unread,
16 Apr 2010, 06:35:1516/04/2010
to Raphaël
Hi guys, is it possible to open an SVG file with raphaeljs? Something
like paper.loadSVG("file.svg");

If not, how can I convert the SVG xml to raphaeljs code?

Thanks!

--
You received this message because you are subscribed to the Google Groups "Raphaël" group.
To post to this group, send an email to raph...@googlegroups.com.
To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/raphaeljs?hl=en-GB.

Jerod Venema

unread,
17 Apr 2010, 13:03:2517/04/2010
to raph...@googlegroups.com
There are a bunch of svg to raphael converters people have written; search this group, they're pretty easy to find.

2010/4/16 Fux <ufi...@gmail.com>



--
Jerod Venema
Frozen Mountain Software
http://www.frozenmountain.com/
919-300-5141 (W)
919-368-5105 (C)

charles thomas

unread,
17 Apr 2010, 13:36:4717/04/2010
to raph...@googlegroups.com
Hi "F" :)

theres a lot of resources on my site to convert SVG (Paticularly Josep's tool)

Visit us and view other contributions by other authors at:

http://www.irunmywebsite.com/raphael/raphaelsource.html

Charles
--- On Fri, 4/16/10, Fux <ufi...@gmail.com> wrote:

From: Fux <ufi...@gmail.com>
Subject: Rendering SVG with raphaeljs
To: "Raphaël" <raph...@googlegroups.com>
Received: Friday, April 16, 2010, 3:35 AM

Hi guys, is it possible to open an SVG file with raphaeljs? Something
like paper.loadSVG("file.svg");

If not, how can I convert the SVG xml to raphaeljs code?

Thanks!

--
You received this message because you are subscribed to the Google Groups "Raphaël" group.
To post to this group, send an email to raph...@googlegroups.com.
To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/raphaeljs?hl=en-GB.


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Fux

unread,
17 Apr 2010, 15:11:2817/04/2010
to Raphaël
Hey Guys, thanks a lot for your replies :)

Unfortunately the tool you linked me crashes while converting this:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg id="svg2816" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-
ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 300"
version="1.1" xmlns:cc="http://creativecommons.org/ns#"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/
dc/elements/1.1/">
<defs id="defs2818">
<radialGradient id="radialGradient5084"
gradientUnits="userSpaceOnUse" cy="29.961" cx="23.946"
gradientTransform="matrix(1,0,0,1.0136854,0,-0.41002635)" r="26.918">
<stop id="stop3602" stop-color="#FF0" offset="0"/>
<stop id="stop3604" stop-color="#ff7a32" offset="1"/>
</radialGradient>
</defs>
<metadata id="metadata2821">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<g id="layer1" transform="translate(0,236)">
<path id="path2826" stroke-linejoin="round" style="stroke-
dasharray:none;" fill="url(#radialGradient5084)" fill-rule="evenodd"
transform="matrix(1.8154388,0,0,1.7904718,664.76722,-215.91291)"
stroke="#FF0" stroke-linecap="round" stroke-miterlimit="4" stroke-
width="1.93465626"
d="m50.364,20.909-12.078,8.0179,13.189,6.0182-14.469,0.90448,8.4132,11.807-12.983-6.4513,1.3827,14.431-8.0179-12.078l-6.019,13.189-0.904-14.469-11.807,8.413,6.451-12.983-14.431,1.383,12.078-8.018-13.189-6.018,14.469-0.905-8.4129-11.806,12.983,6.451-1.383-14.431,8.018,12.078,6.018-13.189,0.905,14.469,11.807-8.4131-6.452,12.983,14.432-1.383z"/
>
</g>
</svg>

On Apr 17, 7:36 pm, charles thomas <charles...@yahoo.com> wrote:
> Hi "F" :)
>
> theres a lot of resources on my site to convert SVG (Paticularly Josep's tool)
>
> Visit us and view other contributions by other authors at:
>
> http://www.irunmywebsite.com/raphael/raphaelsource.html
>
> Charles
> --- On Fri, 4/16/10, Fux <ufi...@gmail.com> wrote:
>
> From: Fux <ufi...@gmail.com>
> Subject: Rendering SVG with raphaeljs
> To: "Raphaël" <raph...@googlegroups.com>
> Received: Friday, April 16, 2010, 3:35 AM
>
> Hi guys, is it possible to open an SVG file with raphaeljs? Something
> like paper.loadSVG("file.svg");
>
> If not, how can I convert the SVG xml to raphaeljs code?
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com

charles thomas

unread,
17 Apr 2010, 18:52:3017/04/2010
to raph...@googlegroups.com
Hey "F"

The tools indicating a "not well formed" XML error.

I just copied the file into the buffer from the email though.

I also tried to open it in Inkscape and that blew a raspberry at me too.

Can you open the file in Inkscape?

Charles
> To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.

--
You received this message because you are subscribed to the Google Groups "Raphaël" group.
To post to this group, send an email to raph...@googlegroups.com.
To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/raphaeljs?hl=en-GB.

Fux

unread,
17 Apr 2010, 19:44:5017/04/2010
to Raphaël
it was generated by Inkscape!
> d="m50.364,20.909-12.078,8.0179,13.189,6.0182-14.469,0.90448,8.4132,11.807- 12.983-6.4513,1.3827,14.431-8.0179-12.078l-6.019,13.189-0.904-14.469-11.807 ,8.413,6.451-12.983-14.431,1.383,12.078-8.018-13.189-6.018,14.469-0.905-8.4 129-11.806,12.983,6.451-1.383-14.431,8.018,12.078,6.018-13.189,0.905,14.469 ,11.807-8.4131-6.452,12.983,14.432-1.383z"/
>
>  </g>
> </svg>
>
> On Apr 17, 7:36 pm, charles thomas <charles...@yahoo.com> wrote:
>
>
>
>
>
> > Hi "F" :)
>
> > theres a lot of resources on my site to convert SVG (Paticularly Josep's tool)
>
> > Visit us and view other contributions by other authors at:
>
> >http://www.irunmywebsite.com/raphael/raphaelsource.html
>
> > Charles
> > --- On Fri, 4/16/10, Fux <ufi...@gmail.com> wrote:
>
> > From: Fux <ufi...@gmail.com>
> > Subject: Rendering SVG with raphaeljs
> > To: "Raphaël" <raph...@googlegroups.com>
> > Received: Friday, April 16, 2010, 3:35 AM
>
> > Hi guys, is it possible to open an SVG file with raphaeljs? Something
> > like paper.loadSVG("file.svg");
>
> > If not, how can I convert the SVG xml to raphaeljs code?
>
> > Thanks!
>
> > --
> > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > To post to this group, send an email to raph...@googlegroups.com.
> > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > --
> > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > To post to this group, send an email to raph...@googlegroups.com.
> > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.

--
You received this message because you are subscribed to the Google Groups "Raphaël" group.
To post to this group, send an email to raph...@googlegroups.com.

charles thomas

unread,
17 Apr 2010, 20:54:1817/04/2010
to raph...@googlegroups.com, ufi...@gmail.com
I have boobed,

Can you attach it for our debugging purposes.
That would be appreciated.
Remember
We ARE ALL IN THIS TOGETHER :)

Regards Charles
> > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > --
> > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > To post to this group, send an email to raph...@googlegroups.com.
> > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.

--
You received this message because you are subscribed to the Google Groups "Raphaël" group.
To post to this group, send an email to raph...@googlegroups.com.
To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/raphaeljs?hl=en-GB.

Fux

unread,
18 Apr 2010, 07:05:1618/04/2010
to Raphaël
I sent it to you, I can't attach anything here! :)
> > > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > > To post to this group, send an email to raph...@googlegroups.com.
> > > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > --
> > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > To post to this group, send an email to raph...@googlegroups.com.
> > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > --
> > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > To post to this group, send an email to raph...@googlegroups.com.
> > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.

--
You received this message because you are subscribed to the Google Groups "Raphaël" group.
To post to this group, send an email to raph...@googlegroups.com.

charles thomas

unread,
18 Apr 2010, 12:14:1018/04/2010
to raph...@googlegroups.com
I got it and it's being worked on.

radialGradients are not quite ready in the tool as Raphael does not yet support them in path (just circle and ellipse)

Charles
> > > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > > To post to this group, send an email to raph...@googlegroups.com.
> > > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > --
> > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > To post to this group, send an email to raph...@googlegroups.com.
> > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > --
> > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > To post to this group, send an email to raph...@googlegroups.com.
> > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.

--
You received this message because you are subscribed to the Google Groups "Raphaël" group.
To post to this group, send an email to raph...@googlegroups.com.
To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/raphaeljs?hl=en-GB.

Josepssv

unread,
19 Apr 2010, 07:29:5819/04/2010
to Raphaël
I put the bug in
http://sourceforge.net/tracker/?func=detail&aid=2989294&group_id=310923&atid=1309022
I called
Sun not converting by:ufinii
> > > > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > > > __________________________________________________
> > > > Do You Yahoo!?
> > > > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > > > --
> > > > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > > > To post to this group, send an email to raph...@googlegroups.com.
> > > > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > > To post to this group, send an email to raph...@googlegroups.com.
> > > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > > To post to this group, send an email to raph...@googlegroups.com.
> > > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > --
> > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > To post to this group, send an email to raph...@googlegroups.com.
> > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > --
> > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > To post to this group, send an email to raph...@googlegroups.com.
> > To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.

--
You received this message because you are subscribed to the Google Groups "Raphaël" group.
To post to this group, send an email to raph...@googlegroups.com.

Sze Chan

unread,
29 Apr 2010, 18:04:0629/04/2010
to Raphaël
I read the beginning of this thread and I still don't know what tool
to use for converting Plain SVG files into RaphaelJS code. Can
anybody please direct me to that tool?


On Apr 19, 7:29 am, Josepssv <josep....@gmail.com> wrote:
> I put the bug inhttp://sourceforge.net/tracker/?func=detail&aid=2989294&group_id=3109...
> > > > <svgid="svg2816" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-
> > > > > theres a lot of resources on my site to convertSVG(Paticularly Josep's tool)
>
> > > > > Visit us and view other contributions by other authors at:
>
> > > > >http://www.irunmywebsite.com/raphael/raphaelsource.html
>
> > > > > Charles
> > > > > --- On Fri, 4/16/10, Fux <ufi...@gmail.com> wrote:
>
> > > > > From: Fux <ufi...@gmail.com>
> > > > > Subject: RenderingSVGwith raphaeljs
> > > > > To: "Raphaël" <raph...@googlegroups.com>
> > > > > Received: Friday, April 16, 2010, 3:35 AM
>
> > > > > Hi guys, is it possible to open anSVGfile with raphaeljs? Something
> > > > > like paper.loadSVG("file.svg");
>
> > > > > If not, how can I convert theSVGxml to raphaeljs code?

charles thomas

unread,
29 Apr 2010, 22:59:2229/04/2010
to raph...@googlegroups.com
http://www.irunmywebsite.com/raphael/josepsSVGTORAP.html

--- On Thu, 4/29/10, Sze Chan <sze.m...@gmail.com> wrote:
> > > > > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > > > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > > > > __________________________________________________
> > > > > Do You Yahoo!?
> > > > > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > > > > --
> > > > > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > > > > To post to this group, send an email to raph...@googlegroups.com.
> > > > > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > > > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > > > --
> > > > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > > > To post to this group, send an email to raph...@googlegroups.com.
> > > > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > > > __________________________________________________
> > > > Do You Yahoo!?
> > > > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > > > --
> > > > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > > > To post to this group, send an email to raph...@googlegroups.com.
> > > > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > > To post to this group, send an email to raph...@googlegroups.com.
> > > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > > To post to this group, send an email to raph...@googlegroups.com.
> > > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > --
> > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > To post to this group, send an email to raph...@googlegroups.com.
> > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
>
> > --
> > You received this message because you are subscribed to the Google Groups "Raphaël" group.
> > To post to this group, send an email to raph...@googlegroups.com.
> > To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> > For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.
>
> --
> You received this message because you are subscribed to the Google Groups "Raphaël" group.
> To post to this group, send an email to raph...@googlegroups.com.
> To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

> For more options, visit this group athttp://groups.google.com/group/raphaeljs?hl=en-GB.

--
You received this message because you are subscribed to the Google Groups "Raphaël" group.
To post to this group, send an email to raph...@googlegroups.com.
To unsubscribe from this group, send email to raphaeljs+unsub...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/raphaeljs?hl=en-GB.

Reply all
Reply to author
Forward
0 new messages