Howdy, I have been trying to use SVG to animate some 2D physics simulations. I seem to be hitting the wall in terms of SVG capabilities and rendering speed....
Sure, I'd like to see them Best regards Robert....
64010
ddailey
ddailey@...
Sep 3, 2010 9:46 pm
Hi Bruce, I'm sorry you missed it too since it was really interesting, energetic, informative, and fun. You would have liked it and you were missed. I think...
Hi Bruce, As mentioned by David we are going to put the demos we showed in the closing session at http://svg-wow.org. Right now, we put just four of them and...
Below exception is coming when I am invoking org.apache.batik.transcoder.TranscoderException: null Enclosed Exception: The reference to entity "T_Edmonton"...
Hi everyone, I'd also take the opportunity to thank the organizing committee [1], with a special mention for Cyril and Andreas, and all supporting staff for...
64014
Jacob Beard
jbeard4@...
Sep 4, 2010 12:44 pm
Hi, Maybe it thinks that something is an XML entity that is not properly delimited. If you have something in your document like "&T_Edmonton", that might make...
Hi everyone, (Jake) ... I guess Jake is right, you are likely dealing with invalid XML. Jake's hint it that you have broken textual content, in the sense that...
... Absolutely, my thanks as well. I spoke to the conference photographer and she said it wasn't decided yet, where they'd post the fotos. I'd encourage...
is there a way to reload <group> from source? the document contains a large group every line of which is altered using script, in this case four stopwatches. ...
Hi, Jonathan- ... I don't know of a way to "reload" the element, per se. However, if you know in the beginning that you want to treat the <g> element (and its...
Hi everyone, I'd also take the opportunity to thank the organizing committee of the SVG Open, I really enjoyed it. If someone is interested how long the trip...
Hi I'm looking for a viewer to look at Postgis spatial data probably through a data aware component rather than a direct connection. Using Postgis SVG appears...
Yes I want to understand how much is expected from an editing tool which does the validation and highlightling of all the tags and attributes and provides...
Hi, If you are not targeting the web browser or a mobile device, but more embedding in other applications I would use one of the many open source or commercial...
"I've also done lots of interesting experimentation with SVG (Scalable Vector Graphics), which I think it great. SVG is a standard. Support is directly in the...
Hi, I have accuracy problems within a map application concerning tiled images: http://www.uismedia.de/mappetizer/traveldiary/TravelDiary_Ruth/index.html ->...
... My guess is that what you see is the antialiasing around the edges of each tile. You can use image-rendering="optimizeSpeed" to disable the antialiasing...
Hi Erik, Thanks for your answer. I played already with these attributes. But especially with image-rendering="optimizeSpeed" I have my "problems", because it...
Hi, I have a project on SVG display system. I use Batik of Appache. Basically I work on the DOM. 1*) Is it possible to render partially a document? Like if I...
Hi, You should really ask question nr 2 on the Batik mailing list. Regarding question 1: Have a look at the "display" and "visibility" attribute....
64029
Jacob Beard
jbeard4@...
Sep 20, 2010 8:15 pm
Hi, I'm just starting to learn about SVG SMIL animation, and I'm attempting to perform a simple task involving linear gradients. What I'd like to do is have a...
64030
ddailey
ddailey@...
Sep 20, 2010 10:40 pm
Hi Jake, I've played some with what I think is the same thing you've been trying to do and haven't been completely satisfied with my results. Take a look at...
64031
Jacob Beard
jbeard4@...
Sep 21, 2010 3:42 pm
Hi David, Thanks for the reply. The demos you linked to were interesting and instructive. In the end, it seems I was able to find a fairly elegant way of ...
On Tue, 21 Sep 2010 08:41:52 -0700, Jacob Beard <jbeard4@...> ... Works nicely in Opera too. ... I agree that this is pretty elegant. I made an...
64033
Jacob Beard
jbeard4@...
Sep 21, 2010 5:56 pm
Hi Charles, I tried what you suggested, and it seems to give me a hard edge between the violet and red regions. I'm not sure why it does this though, as it...
64034
Jacob Beard
jbeard4@...
Sep 21, 2010 7:03 pm
Hi, Is it possible to animate path data using SMIL? For example, if I have a simple arc: <path d="M0,400 A100,100 0 1,1 800,400"/> And would like to animate...
... What about this variant: http://wwwpub.zih.tu-dresden.de/~s9783698/scrolling-radial-colors.xml Here is the code: <?xml version="1.0" standalone="no"?> ...