Re: [svg-developers] Firefox on MacOSX, or is it Intel-related?

2006-07-05 Thread Erik Dahlström
On Tue, 04 Jul 2006 20:36:23 +0200, Jonathan Chetwynd [EMAIL PROTECTED] wrote: Guy, my guess is that it's intel related. I marginally prefer firefox over opera, primarily because the bug reporting is public. svg support is similar with both claiming support for elements that are in

Re: [svg-developers] Firefox on MacOSX, or is it Intel-related?

2006-07-05 Thread Jonathan Chetwynd
Erik, the comment wasn't meant to be offensive, rather informative. I would strongly recommend making bug reports public. in the meantime visit: http://my.opera.com/SVGraphics/forums/ forum.dml?id=2403 which is a public Opera SVG bug reporting space :-) Perhaps a single example one I copied

[svg-developers] Re: How to remove default offset in the rendered svg images --- Plz Help

2006-07-05 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Shamjith K V [EMAIL PROTECTED] wrote: When I viewed the below rectangle.svg in squiggle, the rendered image is displayed after an offset from left. Can any body please help me to remove this offset ? Does preserveAspectRatio=none e.g. svg width=102400

Re: reporting Opera Bugs [svg-developers] Firefox on MacOSX...

2006-07-05 Thread Charles McCathieNevile
On Wed, 05 Jul 2006 10:47:33 +0200, Jonathan Chetwynd [EMAIL PROTECTED] wrote: in the meantime visit: http://my.opera.com/SVGraphics/forums/forum.dml?id=2403 which is a public Opera SVG bug reporting space :-) FWIW I added a topic there on reporting bugs - we try to keep an eye on

Re: reporting Opera Bugs [svg-developers] Firefox on MacOSX...

2006-07-05 Thread Holger Will
Hi Chaals in the meantime visit: http://my.opera.com/SVGraphics/forums/forum.dml?id=2403 http://my.opera.com/SVGraphics/forums/forum.dml?id=2403 which is a public Opera SVG bug reporting space :-) FWIW I added a topic there on reporting bugs - we try to keep an eye on places where

Re: [svg-developers] Creating dynamically sized text icons with SVG

2006-07-05 Thread Stephen Winnall
I have managed to narrow down this problem. Those of you who know SVG better than I will have known all along that the required SVG for this problem is trivial: svgtext.../text/svg I didn't spot that because I was using Inkscape, which adds - amongst other things - a height and a

[svg-developers] Render SVG using ZipProtocol

2006-07-05 Thread minhducthandan
I have posted a Pre-Released version of the ZipProtocol where: Installation can be checked and made automatically. Supporting IE and FF on Linux. (Other O.S. ? . . . I don’t have the hardware and the software to compile and test). The most proud advantage of ZipProtocol that none other vendor

Re: reporting Opera Bugs [svg-developers] Firefox on MacOSX...

2006-07-05 Thread Charles McCathieNevile
On Wed, 05 Jul 2006 17:16:37 +0200, Holger Will [EMAIL PROTECTED] wrote: ... so you have even more time to write code ;-) so beside an occasional comment, i dont expect you to care about thouse bugs until a proper bug report gets posted. i will add a sticky post there to make this more

Re: [svg-developers] Re: JavaScript to read VB.net variables

2006-07-05 Thread senthilnathan kannan
Thank you very much, I will definetly give it a shot. Nathan pavoturkey [EMAIL PROTECTED] wrote: Hi Nathan, I haven't quite figured out a way myself to have JavaScript access VB form variables or methods. Although there is mention on this subject from Kevin Lindsey at his

Re: [svg-developers] Re: Changing inner SVG element attributes?

2006-07-05 Thread Darryl Watson
Thats for the example. I figured out why my code is not changing the drawing, but not yet how to fix it. If I statically include SVG elements inside my inner svg tag, the setAttribute('viewBox', newBox) call works, in that it is reflected in the drawing. If I parseURL() some new elements

Re: [svg-developers] Render SVG using ZipProtocol

2006-07-05 Thread Charles McCathieNevile
On Wed, 05 Jul 2006 19:11:53 +0200, minhducthandan [EMAIL PROTECTED] wrote: I have posted a Pre-Released version of the ZipProtocol where: Installation can be checked and made automatically. Supporting IE and FF on Linux. (Other O.S. ? . . . I don’t have the hardware and the software to

Re: [svg-developers] Render SVG using ZipProtocol

2006-07-05 Thread Phi Tran
On 7/5/06, Charles McCathieNevile [EMAIL PROTECTED] wrote: On Wed, 05 Jul 2006 19:11:53 +0200, minhducthandan [EMAIL PROTECTED]ephitran%40gmail.com wrote: I have posted a Pre-Released version of the ZipProtocol where: Installation can be checked and made automatically. Supporting IE

[svg-developers] Render SVG using ZipProtocol

2006-07-05 Thread minhducthandan
Thanks Chaas for pointing out that I was not very clear. At this time it works on IE 4,5,6; FF Windows and FF Linux. Thanks HTTP://oneplusplus.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] Need for SVG Transport

2006-07-05 Thread Francis Hemsher
There is a need to transport SVG displays: for print or email. Anyone who has the talent to take a 'snapshot' of a dynamic display of the SVG image and package it for transport for both printing and email will be much appreciated. Thanks, Francis P.S. Phi, do you understand? - To

[svg-developers] Re: Need for SVG Transport

2006-07-05 Thread jophof007
Hi, If you are running in a browser you can got to the DOM tree of an element and can convert DOM to svg automaticly (by means of small javascript routine scanning the DOM tree) and save it or send it by email. If the display is not SVG it will be harder to do. John Ophof