Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers

Group Information

  • Members: 5417
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 64007 - 64036 of 65539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64007 MRiepe
mike_riepe Offline Send Email
Sep 1, 2010
1:08 pm
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....
64008 bruce
brucerindahl Offline Send Email
Sep 2, 2010
4:16 pm
Sorry I missed the conference. Does anyone want to post the highlights? Thanks! Bruce...
64009 Robert Longson
longsonr Offline Send Email
Sep 2, 2010
9:32 pm
Sure, I'd like to see them Best regards Robert....
64010 ddailey
ddailey@... Send Email
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...
64011 Vincent Hardy
vincent_hardy Offline Send Email
Sep 4, 2010
7:20 am
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...
64012 lprao_1978 Offline Send Email Sep 4, 2010
12:17 pm
Below exception is coming when I am invoking org.apache.batik.transcoder.TranscoderException: null Enclosed Exception: The reference to entity "T_Edmonton"...
64013 heldermagalhaes Offline Send Email Sep 4, 2010
12:26 pm
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@... Send Email
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...
64015 heldermagalhaes Offline Send Email Sep 4, 2010
1:40 pm
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...
64016 meikelneu Offline Send Email Sep 4, 2010
5:34 pm
... 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...
64017 Jonathan Chetwynd
signbrowser Offline Send Email
Sep 5, 2010
8:32 am
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. ...
64018 Doug Schepers
d_a_schepers Offline Send Email
Sep 5, 2010
9:24 am
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...
64019 Ruth Lang
ruthlang2002 Offline Send Email
Sep 5, 2010
7:44 pm
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...
64020 pawley_bob Offline Send Email Sep 7, 2010
1:43 am
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...
64021 sarika_sinha Offline Send Email Sep 7, 2010
1:43 am
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...
64022 Andi Neumann
neumannandreas Offline Send Email
Sep 7, 2010
8:10 pm
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...
64023 Roger F. Gay
rogerfgay Offline Send Email
Sep 12, 2010
9:05 am
"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...
64024 Ruth Lang
ruthlang2002 Offline Send Email
Sep 16, 2010
8:40 am
Hi, I have accuracy problems within a map application concerning tiled images: http://www.uismedia.de/mappetizer/traveldiary/TravelDiary_Ruth/index.html ->...
64025 Erik Dahlstrom
erida539 Offline Send Email
Sep 17, 2010
8:08 am
... 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...
64026 Ruth Lang
ruthlang2002 Offline Send Email
Sep 17, 2010
9:29 am
Hi Erik, Thanks for your answer. I played already with these attributes. But especially with image-rendering="optimizeSpeed" I have my "problems", because it...
64027 Moise Convolbo
wend_kuuni Offline Send Email
Sep 17, 2010
11:47 am
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...
64028 Andi Neumann
neumannandreas Offline Send Email
Sep 20, 2010
2:18 pm
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@... Send Email
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@... Send Email
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@... Send Email
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 ...
64032 Charles McCathieNevile
charlesmccn Offline Send Email
Sep 21, 2010
4:13 pm
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@... Send Email
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@... Send Email
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...
64035 Charles McCathieNevile
charlesmccn Offline Send Email
Sep 21, 2010
7:33 pm
On Tue, 21 Sep 2010 12:02:48 -0700, Jacob Beard <jbeard4@...> ... Yeah, although you should make the number of points the same. So for turning a...
64036 th_w@...
th_w@ymail.com Offline Send Email
Sep 21, 2010
7:55 pm
... 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"?> ...
Messages 64007 - 64036 of 65539   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help