RE: [svg-developers] Re: Detect native SVG support

2005-07-29 Thread Mark Birbeck
Jonathan, > ... and Mozilla happily returns true for both tests. That's excellent news. I hadn't tried it, but that's good to hear. We've also (almost) got the same thing working in our Sidewinder Viewer, so hopefully this can become a general test that will indicate that you can simply send XHT

Re: [svg-developers] Re: Detect native SVG support

2005-07-29 Thread Holger Will
Jonathan Watt schrieb: > I'm told that we are doing the right thing, and that "not render" > doesn't mean "not parse". Alternative content should still appear in > the DOM as usual, and any elements should have their content > loaded. Hence the onload should fire. It seems a bit counter to what >

Re: [svg-developers] svg width and height

2005-07-29 Thread Holger Will
sent1729 schrieb: > I have a basic svg question > > These are the two svg files that I display on squiggle browser. > > preserveAspectRatio="none"> > stroke="blue" > stroke-width="1"/> > > > > > preserveAspectRatio="none"> > stroke="blue" > stroke-width="1"/> > > > > The only difference be

[svg-developers] Re: Detect native SVG support

2005-07-29 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Jonathan Watt <[EMAIL PROTECTED]> wrote: > You're quite right of course. This would be the *real* way to do it, > and Mozilla happily returns true for both tests. But Mozilla gives true whether the preference svg.enabled is true or not so currently the chec

[svg-developers] SVG fitting JSVGCanvas

2005-07-29 Thread Joseph
Hello, I was wondering, is there any way that I can make the loaded SVG file to fit the provided size of JSVGCanvas? Lets say I do not wish to resize the canvas :) Like scale the SVG file to fit the canvas during loading... thank you! Shemeri Yahoo! Groups Sponsor -

[svg-developers] about adobe svg viewer context menu

2005-07-29 Thread guoxh16
Does anyone know whether the contextMenu object in Adobe SVG Viewer 3.0 support multibyte menu items? Currently I have UTF-8 encoded Asian Language characters in my customized menu items but ASV shows the characters as "". I have seen a localized SVG viewer can show the default svg menu in

[svg-developers] Re: Is it possible to capture software screens direct into SVG?

2005-07-29 Thread Jim
Hello, I am looking for a way to vectorize computer screens when I view them. Is it possible to convert the screen pixels to vector without having to save a screen as a raster first? Perhaps there is a way to do it from the output of the video card on or from in a browser with a special plugi

[svg-developers] Re: Is it possible to capture software screens direct into SVG?

2005-07-29 Thread Jim
Thanks John for that link, but I am looking for a way to capture the pixels out of a video card and/or into a (customized capture plugin?) browser that would allow a user to capture software screens - directly (bypassing the raster graphic)into SVG format. It would be nice to find a tool that c

[svg-developers] Re: Is it possible to capture software screens direct into SVG?

2005-07-29 Thread Jim
Hello Holger, Thanks for the link to the application. I am trying to capture hundreds of software screens that have to be saved, rendered and/or exported to SVG format. I am looking for a way to get pixel to vector conversion or straight vector conversion from a video card. Or, perhaps there