abstracts are still welcome for * presenting a paper, * organising a panel discussion, * teaching a course or a workshop, Most people wait till the last moment...
Hi, I'm working on a rather big project using SVG as rendering engine. We are facing mayor performance problems when using removeChild java script method to...
Where can I find it? sirrbruce@... wrote: As far as CGM to SVG conversion goes, I have had success with a program called Quick.SVG 2005. It was able to...
Hi, I am new SVG world.Presently in our project we are using batik 1.1.Can anyone please tell me.What are the advantages if you use 1.5 over 1.1. thank in...
Is there any method that I can use the svg script to create another file, such as txt file. For example, when I click the mouse, it can create a text file to ...
Hi guys, I know there is an X3D group (I joined), but I wanted to see if any of the people here might be able to answer this question... Why is it that SVG is...
add the following attributes and values to the svg tag; image-rendering="optimizeSpeed" color-rendering="optimizeSpeed" shape-rendering="optimizeSpeed" ...
Can I generate an image from an <svg>tag for example: <svg id = "main"> <svg id="a1"> </svg> <svg id="a2"> </svg> </svg> Can I only generate image for id =...
how do you display 70000 points on one screen? As far as I can imagine, the screen must be cluttered all over. If you navigate in huge datasets, I would first...
An interesting article on the NY Times site today http://www.nytimes.com/2005/02/01/technology/01soft.html Freely distributed open-source software like the...
... "Why" questions tend to be a bit difficult to answer definitively online (particularly if you weren't in the original decision-making group! ;-), but X3D...
... You've must have missed the advent of the MEGAPIXEL. Which raises a good point, will the next generation of SVG user agents support MEGAVECTORS? And will...
That IBM thing is a toy compared to this <g>. http://www.go-l.com/monitors/athens/features/index.htm I'd love the "mission control" feel that this puppy would...
Hi Domenico, you wrote: ... .... Wrong, the performance goal was not achieved ! First of all, try your example "SVG MAP" with more parcels. E.g. 500 or 5000...
... Here's a method I used to implement a digitizer - 1. Use ASV6 2. Put this prologue at the top of your SVG file: <?AdobeSVGViewer save="snapshot" ?> 3....
Hi Randy. You're definitely right. Also it is interesting to talk about 3D and volume rendering. As to me, I do not consider too much the usage of SVG in...
Hello every body, I would like to translate then rotate then remove an image. But i have a problem, the center of the rotation is not the point for which the...
Hello, I am updating a project from IE5.5 to run also in IE6, and am having a problem if an ASV3/SVG event calls an Object method. The Object is not recognized...
Hi Jilu, add fill="freeze" to anim1 and additive="sum" to anim2 see sample: http://www.zuccaralloo.de/devgroup/samples/animatePhotos.svg Regards- -Heiko ... ...