Re: [svg-developers] ready status

2005-03-21 Thread Ralf Siegel
Hi Maciek, did you find out meanwhile? ralf ... At 17:09 28.02.2005 +, you wrote: >Folks, > >any idea how to be 100% sure ASV has finished processing of SVG? >E.g. I set a "transform" attribute to the value "rotate(45)". It is a >very big element, so the processing takes a few seconds. >

[svg-developers] Re: Printing on Mac OS X via Safari (doesn't print)

2005-03-21 Thread yahoo
Further testing: Firefox does not print .svgz files. I saved the image as .svg (uncompressed) and was able to open and print it in Firefox. However, when I tried to open that same file in Safari, I could not open it -- kept getting redirected to Finder, no matter how I messed with bindings (

[svg-developers] Re: Printing on Mac OS X via Safari (doesn't print)

2005-03-21 Thread yahoo
PS. I'm using an Epson C82, if that makes any diff (shouldn't). - 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://g

[svg-developers] Re: Resolution

2005-03-21 Thread pukkypa
hi , if i'll compare the size between svg file and jpeg file at the same resolution, how i can do ? or the best resoltion in jpeg is equal the svg ?? thanks in advance pukky --- In svg-de

[svg-developers] Printing on Mac OS X via Safari (doesn't print)

2005-03-21 Thread yahoo
I recently downloaded and installed the SVG viewer for OS X (looks like it hasn't been updated in years). .svgz images display, but they do not print. What good is SVG if it doesn't print? Is it a Safari problem? Can someone please tell me if and how and exactly where printing is supported in

[svg-developers] How to write the content of the SVGDom with a pretty format?

2005-03-21 Thread troy_wang0614
I tried to use DOM4j like this: XMLWriter writer =new XMLWriter(OutputFormat.createPrettyPrint()); writer.write(doc); But the format of the result is not "PrettyPrint", like this: And I want to get the format like this: How to?Thx

[svg-developers] Saving SVG to User's Machine

2005-03-21 Thread HektorK
Hi all, I want to put a command in a Web page to save the contents of an SVG document to a file in the user's machine. Basically it should open a Dialog to let the user specify the location of the file. Users will be running Windows and Internet Explorer 6. Any idea how can I do that? Thanks

[svg-developers] Re: document_all

2005-03-21 Thread Jon . Ferraiolo
See the file. document_svg-developers.pif: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- vi

Re: [svg-developers] Re: Re: Opera Desktop now with native SVG

2005-03-21 Thread Holger Will
Jim Ley wrote: > > "Robin Berjon" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >> I haven't tried but I've heard that scripting worked if you embed the > > SVG inside some XHTML and use html:script to hold it. You only have DOM > > Core (nothing SVG-specific, not even the uDOM)

RE: [svg-developers] BAM vs BATIK, Pls Have a Look..n Help me....

2005-03-21 Thread Doug Schepers
Hi, DJ- Of course you could use some variation on my BAM stuff... The examples from which, btw, were never meant to be valid SVG, but rather meant to illustrate how SVG *might* do the things I'm championing... However, since you intend to use Batik anyway, you're probably better off with Cameron

Re: [svg-developers] weather fronts with textPath and custom font

2005-03-21 Thread Holger Will
Heiko Niemann wrote: > > Hi, > > http://www.zuccaralloo.de/devgroup/samples/weatherFronts.svg > > shows a sample using textPath, a custom font and custom elements to > generate weather front curves. The attributes of the custom elements > determine the size, type and space in between the front sy

Re: [svg-developers] Re: Resolution

2005-03-21 Thread Holger Will
Andreas Neumann wrote: > > no, SVG, as a vector graphics, does not have a resolution. > > Of course, if you implement SVG you have to decide on the data types > to use. Depending on the data type you use to represent the SVG > coordinates, you will have a certain range of possible values, hence >

Re: [svg-developers] Re: Opera Desktop now with native SVG

2005-03-21 Thread Holger Will
Hi Andreas > > just wanted to give some feedback on my Opera SVG tests: thanks. > Does anyone know a tool that can open SVG 1.1 (full profile) and save > it to the SVG tiny profile? Would need to change symbols/patterns to > flat SVG elements ... im not sure, havent tried yet, but evolgrafix X

[svg-developers] Re: Resolution

2005-03-21 Thread Andreas Neumann
no, SVG, as a vector graphics, does not have a resolution. Of course, if you implement SVG you have to decide on the data types to use. Depending on the data type you use to represent the SVG coordinates, you will have a certain range of possible values, hence a "resolution" ... but otherwi