[svg-developers] dxf to svg conversion

2007-07-13 Thread Stéphane ANCELOT
some improvements have been done to dxf2svg
have a look at http://sancelot.wordpress.com

Best Regards
Steph



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[svg-developers] nurbs question

2007-07-10 Thread Stéphane ANCELOT
Hi,
I would like to understand howto code svg nurbs using path

I have a number of control points I tried it :

path d=M x1 y1 C x2 y2 x3 y3 x4 y4 C x5 y5 ...

but this does not work as I expect since C needs three parameters and I
may have 3 or 5 control points 


Best Regards
steph


-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[svg-developers] Some guys seem to have time to do nice websites ....

2006-11-14 Thread Stéphane ANCELOT
If would be nice, if it could be true, but it looks like a joke :

have a look at it :
http://www.msfirefox.com

Best Regards
Steph


-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [svg-developers] Re: SVG 1.1 Layers : Help needed

2006-10-12 Thread Stéphane ANCELOT
Okay,
But you know, best support will be available to you if you speak english 


you need to use the transform attribute .
Best Regards
Steph



Pascal BENOIST wrote:
 Relativement à Inkscape, pouvez-vous m'aider à définir en SVG des symboles
 dont l'origine des coordonnées est au centre du symbole et non pas en haut à
 gauche comme proposé par défaut...
 Idéalement, je souhaite dessiner des symboles dont le code SVG ressemblerait
 à ceci (représentation d'un symbole de zoom+) :
 
 circle cx=0 cy=0 r=5/
 line x1=-4 y1=0 x2=4 y2=0/
 line x1=0 y1=-4 x2=0 y2=4/
 
 Merci
 
 igeomatic
 Pascal BENOIST
 Consultant GIS, WebMapping, Photogrammetry
 12, chemin Tivoli
 CH-1213 PETIT-LANCY
 email:[EMAIL PROTECTED]
 http://www.igeomatic.com
 Mob: +33 (0)6 12 61 68 02
 Fixe: +33 (0)4 50 75 17 74
 
 
 -Message d'origine-
 De : svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED]
 De la part de Stéphane ANCELOT
 Envoyé : mercredi 11 octobre 2006 16:06
 À : svg-developers@yahoogroups.com
 Objet : Re: [svg-developers] Re: SVG 1.1 Layers : Help needed
 
 Hi,
 
 We already made this kind of thing.
 
 Inside inkscape editor, we create different inkscape layers .
 eg one for hoover , one for pressed or unpressed view of widgets .
 one for describing controls positions through the way of rectangles and 
 dedicated xml tags
 
 Then, a program processes the svg and extracts the components for the 
 desired final language :
 creates png images for each widget described in the svg file (eg one 
 image for button_hoover, one image for button_pressed...).
 
 This allows to design a generic rich gui interface for any graphic 
 language (it may be java, xhtml, ).
 Thanks to object programming, you will only have to rewrite a new 
 wrapper for the desired final language.
 
 Best Regards
 Steph
 
 Holger Wll wrote:
 --- In svg-developers@yahoogroups.com
 mailto:svg-developers%40yahoogroups.com , 
 mostwantedsince198x [EMAIL PROTECTED] wrote:

 Hi

 Now we are trying to implement a new functionality, which is 
 helpful 
 for theme designers.Instead of editing svg files individually , we 
 thought of collecting multiple SVG files and generate a single SVG 
 file that contains a background layer and one layer for each 
 individual SVG file. The layers shall be named so that when copying 
 back to the tool,each SVG can be identified and applied to the 
 corresponding elements. This will ease the job of designer , so he 
 can do the necessary batch processing in the layers.

 this is a great idea, but there is a major problem with this approach.
 as far as i know , no SVG editor supports editing shapes inside a 
 group, you have to ungroup before editing the shapes, and then 
 regroup after editing, but then all settings of the group, like 
 transforms and ids ( or in case of a nested svg the viewbox etc. ) 
 are lost , so there is no way you can keep the structure ( and names
 ) you need.

 but that is a restriction of existing SVG editors, not an svg 
 specific problem.

 Now the problem is how can i structure the svg document in such a 
 way 
 that each layer can accomodate one svg document , each has its on 
 viewBox attribute specified ?

 Does SVG have any builtin support for layers other than g tag ?

 in SVG Full you can have nested svg elements, like

 svg
 svg viewBox=...
 /svg
 /svg

 you could also use symbols which also have their own viewBox.
 but both dont solve the problem described above.

 cheers 
 Holger






 -
 To unsubscribe send a message to:
 [EMAIL PROTECTED]
 mailto:svg-developers-unsubscribe%40yahoogroups.com 
 -or-
 visit http://groups.yahoo.com/group/svg-developers
 http://groups.yahoo.com/group/svg-developers  and click edit my
 membership
  
 Yahoo! Groups Links











 
 
 
  
 
 
 ---
 Orange vous informe que cet e-mail a été contrôlé par l'anti-virus mail.
 Aucun virus connu à ce jour par nos services n'a été détecté.
 
 
 
 
 
 
 
 -
 To unsubscribe send a message to: [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my 
 membership
  
 Yahoo! Groups Links
 
 
 
 
 
 
 



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [svg-developers] Can SVG be used with XML 1.1

2006-10-11 Thread Stéphane ANCELOT
At this time, I know it is stringly adviced not using DOCTYPE in svg 
Christoph Anton Mitterer wrote:
 Hi.
 
 Perhaps this is off topic (so I apologize in advance)...
 
 Does the SVG standard allow to use it with XML 1.1?
 i.e. sth. like this:
 ?xml version=1.0 encoding=UTF-8 standalone=no?
 !DOCTYPE svg PUBLIC -//W3C//DTD SVG 1.1//EN
 http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd;
 svg
 ...
 /svg
 
 
 
 
 
 
 
 -
 To unsubscribe send a message to: [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my 
 membership
  
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 
 



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [svg-developers] Re: SVG 1.1 Layers : Help needed

2006-10-11 Thread Stéphane ANCELOT
Hi,

We already made this kind of thing.

Inside inkscape editor, we create different inkscape layers .
eg one for hoover , one for pressed or unpressed view of widgets .
one for describing controls positions through the way of rectangles and 
dedicated xml tags

Then, a program processes the svg and extracts the components for the 
desired final language :
creates png images for each widget described in the svg file (eg one 
image for button_hoover, one image for button_pressed...).

This allows to design a generic rich gui interface for any graphic 
language (it may be java, xhtml, ).
Thanks to object programming, you will only have to rewrite a new 
wrapper for the desired final language.


Best Regards
Steph


Holger Wll wrote:
 --- In svg-developers@yahoogroups.com, 
 mostwantedsince198x [EMAIL PROTECTED] wrote:
 
 Hi
 
 Now we are trying to implement a  new functionality, which is 
 helpful 
 for theme designers.Instead of editing svg files individually , we 
 thought of collecting multiple SVG files and generate a single SVG 
 file that contains a background layer and one layer for each 
 individual SVG file. The layers shall be named so that when copying 
 back to the tool,each SVG can be identified and applied to the 
 corresponding elements. This will ease the job of designer , so he 
 can do the necessary batch processing in the layers.

 
 this is a great idea, but there is a major problem with this approach.
 as far as i know , no SVG editor supports editing shapes inside a 
 group, you have to ungroup before editing the shapes, and then 
 regroup after editing, but then all settings of the group, like 
 transforms and ids ( or in case of a nested svg the viewbox etc. ) 
 are lost , so there is no way you can keep the structure ( and names
  ) you need.
 
 but that is a restriction of existing SVG editors, not an svg 
 specific problem.
 
 Now the problem is how can i structure the svg document in such a 
 way 
 that each layer can accomodate one svg document , each has its on 
 viewBox attribute specified ?

 Does SVG have any builtin support for layers other than g tag ?

 
 in SVG Full you can have nested svg elements, like
 
 svg
   svg viewBox=...
   /svg
 /svg
 
 you could also use symbols which also have their own viewBox.
 but both dont solve the problem described above.
 
 cheers 
 Holger
 
 
 
 
 
 
 -
 To unsubscribe send a message to: [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my 
 membership
  
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 
 



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [svg-developers] PDF to SVG

2006-09-29 Thread Stéphane ANCELOT
Hi,
I think the adapted way to do this is using XSL technology, you will 
need PDF to xml conversion and then xml to SVG (I know : svg is already 
xml format!) or any other format.

But One step backward, PDF has been developped by adobe, adobe was 
engaged in svg (past svg ie plugin...) , I suppose they already can 
propose  tools to convert directly PDF to SVG and I suppose it rocks too !.

I found XPAAJ XML/PDF Access Api for java
http://www.adobe.com/devnet/livecycle/downloads/xpaaj.html




Best Regards
Steph



S.Ancelot

some of vic_snap wrote:
 Hello group:
 
 We have a project where we are leveraging SVG and Batik heavily.  One 
 of the key areas of interest for us lies in the conversion of PDF to 
 SVG.  We are aware of several commercial tools on the market for this 
 conversion, but we have not had satisfactory results from them as of 
 yet.  
 
 Are there any open source projects focused on PS or PDF to SVG 
 conversions that anyone is aware of?  We are willing to contribute 
 and/or donate to further the project.  
 
 Thanks
 
 
 
 
 
 -
 To unsubscribe send a message to: [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my 
 membership
  
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 
 



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [svg-developers] Re: Zoom in/zoom out

2006-09-27 Thread Stéphane ANCELOT
Hi,
The following link should help you, this is for IE, we made a working 
port to firefox, but it is not finished.
http://www.dotuscomus.com/svg/lib/library.html
bye
steph

Samuel Dagan wrote:
 Hi Nazar,
   If you look at a SVG file from the web, I don't have the answer, 
 but if you have the SVG file, then add inside the svg ...  both: 
 width=100% height=100% 
   Cheers, Samy
 
 --- In svg-developers@yahoogroups.com, Nazar [EMAIL PROTECTED] wrote:
 Hi,

 My question is about feature zoom in/zoom out found in most graphics
 viewers or editors. 

 On  a web page view I have iframe wchich displays SVG graphics. The
 SVG is itself a diagram of a business process.  Size of the diagram 
 is
 big enough and scrollbars are displayed. So I need to implement a 
 zoom
 in/zoom out feature which would scale graphics to fit the box of
 visible area. 

 1. Does SVG plugin have this feature? I didn't find it in firefox
 browser. Maybe Adobe ASV plugin has it? At the first sight it is
 feature of viewer, but if either viewer plugin does not have it I 
 need
 to make it with some scripting of SVG

 2. As I understand it is possible to scale SVG graphics by operating
 its DOM object tree i.e. setting attributes 
 width=2000 
 height=430 
 zoomAndPan=magnify 
 viewBox=20.0 20.0 2000.0 430.0 
 preserveAspectRatio=xMidYMid meet

 Setting height to 200 will automatically zoom out graphics to fit 
 into
  iframe height, isn't it?

 What zoomAndPan and preserveAspectRatio attributes values are 
 allowed?
 
 
 
 
 
 
 
 -
 To unsubscribe send a message to: [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my 
 membership
  
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 
 



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Zoom in/zoom out

2006-09-25 Thread Stéphane ANCELOT
Hi,
There are some things in mozilla code source with magnify but did not 
find how it works.
Best Regards
Steph




Nazar wrote:
 Hi,
 
 My question is about feature zoom in/zoom out found in most graphics
 viewers or editors. 
 
 On  a web page view I have iframe wchich displays SVG graphics. The
 SVG is itself a diagram of a business process.  Size of the diagram is
 big enough and scrollbars are displayed. So I need to implement a zoom
 in/zoom out feature which would scale graphics to fit the box of
 visible area. 
 
 1. Does SVG plugin have this feature? I didn't find it in firefox
 browser. Maybe Adobe ASV plugin has it? At the first sight it is
 feature of viewer, but if either viewer plugin does not have it I need
 to make it with some scripting of SVG
 
 2. As I understand it is possible to scale SVG graphics by operating
 its DOM object tree i.e. setting attributes 
 width=2000 
 height=430 
 zoomAndPan=magnify 
 viewBox=20.0 20.0 2000.0 430.0 
 preserveAspectRatio=xMidYMid meet
 
 Setting height to 200 will automatically zoom out graphics to fit into
  iframe height, isn't it?
 
 What zoomAndPan and preserveAspectRatio attributes values are allowed?
 
 
 
 
 
 
 
 -
 To unsubscribe send a message to: [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my 
 membership
  
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 
 



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [svg-developers] 'Native' SVG support in Opera and FF

2006-09-11 Thread Stéphane ANCELOT
zedkineece wrote:
 With all the doom and gloom coming with Adobe's announcement (which 
 TOTALLY screws up the project I am working on), I have tested 
 Opera's and Firefox's 'native' support of SVG, and here are my 
 problems:
 
 * Neither one of them display our SVGs the same. The text is too 
 large in one, and too small in the other. We tried changing font 
 size from px to em, but the problem still remains.
 
 * setAttribute is not working at all in FF, and we get varying 
 results in Opera.
 

setAttribute works in ff, a sample program would be needed
 * Is there a way to pan in Opera?
 
 * Is there even a way to pan or zoom in FF?
yes :
use setAttribute and transform and scale
 
 * We made great use of the ASV content menu, and now that goes away.
 
 I have been reading on everyone's rants about Adobe pulling the ASV, 
 and I agree with most assessments. Having owned and run a business 
 of my own, I can understand thoughts, but their thoughts are wrong, 
 and I personally feel that it could have serious backlash 
 financially as well as ethically. Adobe is starting to mimic 
 Microsoft's rule at all costs mentality. It is all about money.
 
 
 
 
 
 
 -
 To unsubscribe send a message to: [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my 
 membership
  
 Yahoo! Groups Links
 
 
 
 (Yahoo! ID required)
 
 mailto:[EMAIL PROTECTED]
 
 
  
 
 
 
 



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Re: Announcement: Adobe to Discontinue Adobe SVG Viewer

2006-09-08 Thread Stéphane ANCELOT
Let's ask adobe to  opensource adobe svg viewer  I think there is no 
opensource svg viewer for IE at the moment (I know, there is mozilla , 
but )



jon_ferraiolo wrote:
 Hi Marc,
 I think you misunderstood me. I was replying to Margie about how 
 best to encourage Adobe to change their policy. I agree that Adobe 
 isn't likely to rethink their commitment to Flash/Flex, but they 
 might rethink some other things, such as making ASV available for 
 downloads after 1/1/08, supporting ASV beyond 1/1/07, and/or 
 donating the source code to open source.
 
 Jon
 
 --- In svg-developers@yahoogroups.com, m_verstaen [EMAIL PROTECTED] wrote:
 Jon,

 Do you seriously believe that Adobe will change its plans and 
 modify 
 the course of Flash/Flex to please one or two companies with no 
 impact on Adobe's business?

 Come on Jon, among all people you should know how Adobe misslead 
 everybody in the SVG community during the past few years. Giving 
 people hope that Adobe can still be helpful is only helping 
 killing 
 SVG at this point. And I know this is not what you want.

 Marc

 --- In svg-developers@yahoogroups.com, Jon Ferraiolo jferrai@ 
 wrote:

 Margie,
 Thanks for the kind words. In terms of possible next steps, I 
 suggest
 finding a way to express your point of view (professionally, of 
 course)
 within a blog or a forum that Adobe would read. (I don't know 
 the 
 degree to
 which Adobe monitors this forum and I am not sure what other 
 industry
 forums they read these days.) An important thing would be to 
 give 
 detailed
 information about the business impact that you face. Adobe is 
 likely to be
 more receptive if a company speaks up and talks about any 
 specific
 difficulties that they will face and what Adobe could do about 
 relieving
 those difficulties. Adobe is less likely to listen to people who 
 simply get
 up on their soapbox. (I already did that.)

 Jon

 Jon Ferraiolo jferrai@
 Web Architect, Emerging Technologies
 IBM, Menlo Park, CA
 Mobile: +1-650-464-7817




 

  Marjorie 
 
  
 Roswell  
  
 mroswell@  To 
  om   svg-
 [EMAIL PROTECTED]  
  Sent 
 by:   cc 
  svg-
 [EMAIL PROTECTED] 
  
 hoogroups.com 
 Subject 
Re: [svg-developers] 
 Re:
Announcement: Adobe to 
 Discontinue  
  09/07/2006 05:03  Adobe SVG 
 Viewer
  
 AM


 


 
  Please respond 
 to 
  svg-
 [EMAIL PROTECTED] 

 hoogroups.com   


 


 



 Jon,

 That was beautifully written. Thank you for your work and 
 advocacy 
 in the
 SVG community. What's the next step for our community to take, 
 regarding
 items 3, 4, and 5?

 Margie


 On 9/6/06, jon_ferraiolo jferrai@ wrote:
   Hi Pat,
 Now that I am a member of the community and no longer an 
 employee of
 Adobe, here is my reaction:

 (1) First off, I believe that Adobe deserves a great amount of
 appreciation for their contributions to SVG and the open 
 standards
 world for their activities in previous years. Adobe provided a
 high-quality free implementation of an SVG viewer at large 
 expense.
 (Pat, you know this perhaps better than anyone.) Adobe also has
 provided (and presumably will continue to provide) excellent 
 support
 for SVG in some of its products, particularly Illustrator. 
 Adobe 
 has
 also made large contributions within the standards community 
 on 
 SVG.
 (2) It is understandable that at some point Adobe would 
 announce 
 the
 end-of-life for Adobe SVG Viewer. Since the Macromedia 
 acquisition (at
 least, perhaps even earlier), it is clear that Adobe doesn't 
 consider
 the SVG viewer to be strategic. Also, browsers are adding SVG 
 support
 natively.

 (3) HOWEVER, I believe that some of the details regarding this
 end-of-life announcement are unacceptable to the community and 
 not in
 Adobe's own best interests. To me, it is OK to stop support
 (presumably developer support and security fixes) on Adobe SVG 
 

[svg-developers] generating two documents from a single xsl

2006-09-05 Thread Stéphane ANCELOT
Hi,
I would like to generate an html page that drives a corresponding svg view

the html and svg pages are generated from xml data and an xsl .

howto do this from a single xml file ?

Best Regards
Steph


-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] generating two documents from a single xsl

2006-09-05 Thread Stéphane ANCELOT
Ronan Oger wrote:
 Are you able to process two xslts in your application, or to process your 
 xslt 
 twice?
 
 This way, you can generate the html page that contains a url which induces a 
 call to the svg page generator...
Can you be more precise ?
Bye
steph



 
 A more elegant way to do this would be xhtml with inline svg.  FF and Opera 
 9+ 
 support this. However, centuries-old IE/ASV do not support this.
 


 Ronan
 
 On Tuesday 05 September 2006 14:14, Stéphane ANCELOT wrote:
 Hi,
 I would like to generate an html page that drives a corresponding svg view

 the html and svg pages are generated from xml data and an xsl .

 howto do this from a single xml file ?

 Best Regards
 Steph


 -
 To unsubscribe send a message to:
 [EMAIL PROTECTED] -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my
 membership 
 Yahoo! Groups Links



 



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] howto call an svg js func from an html view

2006-09-04 Thread Stéphane ANCELOT
hi,
i embedded a svg in a n html page .
how do you call js func in the svg from the html page ???
Best Regards
steph


-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] howto call an svg js func from an html view THANKS

2006-09-04 Thread Stéphane ANCELOT
many thanks
nyem wrote:
 This is covered in http://wiki.svg.org/Inter-Document_Communication
 
 
 Stéphane ANCELOT wrote:
 hi,
 i embedded a svg in a n html page .
 how do you call js func in the svg from the html page ???
 Best Regards
 steph


 -
 To unsubscribe send a message to: [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my 
 membership
  
 Yahoo! Groups Links



  






   
 
 
 
 -
 To unsubscribe send a message to: [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my 
 membership
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] svg+scripting+scrollbar

2006-09-04 Thread Stéphane ANCELOT
Hi,
Is there a way to have a vert. and horiz. scrollbar for my svg embed 
or object in html page ?
Best Regards
Steph



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] createElement does not work

2006-08-31 Thread Stéphane ANCELOT
Hi
I setted up a function that  should create a new circle when I click on 
it, but it does not work.


with firefox :

   script type=text/javascript ![CDATA[
 function circle_click(evt) {
   document=evt.target.ownerDocument;
   node=document.createElement(circle);
   node.setAttribute(cx,10);
   node.setAttribute(cy,225);
   node.setAttribute(r,100);
   node.setAttribute(fill,green);
   evt.target.parentNode.appendChild(node);

 }
   ]]
/script

Best Regards
Steph


-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/