Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 57040 - 57069 of 60470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
57040
Hello, Just a short notice that the Renesis Player 0.2 has been released today as promised. See http://www.EmiaSys.NET for more information. Regards, Alexander...
emiasys
Offline Send Email
Oct 2, 2006
9:30 am
57041
... yes, that's what I do usually. I define myMapApp as global and then initialize it within an init function called with the "onload" event. If you continue...
Andreas Neumann
neumannandreas
Offline Send Email
Oct 2, 2006
11:46 am
57042
Hi, there are additional commercial SVG tiny libraries available: * Ikivo * Bitflash/Opentext * Sun * eSVG yes, in theory, SVG full libraries are a superset of...
Andreas Neumann
neumannandreas
Offline Send Email
Oct 2, 2006
11:49 am
57043
Hi community, after many promises, here it is. test it, play it, comment it, enyoy. I believe you will like it! Firefox performance was hard-task-to-solve, but...
revelonshift
Offline Send Email
Oct 2, 2006
12:37 pm
57044
Seems to be as fast as previously but with a bit more compatible API and working as plugin also. Not bad, but still many of my static SVG files won't display...
revelonshift
Offline Send Email
Oct 2, 2006
2:17 pm
57045
Thanks Andreas! The other solutions I found are: 1. Make sure nothing in the nested SVG extends beyond the viewbox. 2. Clip anything to the viewbox extent. ...
brucerindahl
Offline Send Email
Oct 2, 2006
3:32 pm
57046
Hello! my problem is: I have an html page containing 2 embed svg images. All (svg images and html page) contain ecmascript. Under Netscape/Mozilla: Script code...
maurizio.migliore
maurizio.mig...
Offline Send Email
Oct 2, 2006
4:47 pm
57047
Thanks Andreas. I will explore these and follow up. thanks and regards Mohit ... -- Mohit Garg Innoviti Embedded Solutions Pvt. Ltd. 503-503, Oxford Chambers ...
Mohit Garg
mohrahit
Offline Send Email
Oct 3, 2006
4:10 am
57048
... There is not really anything we can do for you, the Adobe SVG viewer does not support script access/communication between HTML and SVG when used with...
Martin Honnen
honnen_martin
Offline Send Email
Oct 3, 2006
12:12 pm
57049
... Actually it can be done but it is a bit tricky. For example I have have an HTML doc with two SVG embeds. The first is a map and the other is a legend. I...
brucerindahl
Offline Send Email
Oct 3, 2006
3:11 pm
57050
Hello all, I need to display download page with link to svg plugin if it is not installed. <object data="diagram.svg" width="${diagramWidth}" ...
Nazar
nstasiv
Offline Send Email
Oct 4, 2006
12:49 pm
57051
... What version of Adobe SVG viewer is that? For the 3.0something official releases I am pretty sure that script communciation between HTML and SVG is not...
Martin Honnen
honnen_martin
Offline Send Email
Oct 4, 2006
2:23 pm
57052
Hello How can I get ASV plugin installed object codebase attribute <object data="diagram.svg" height="${diagramHeight}" type="image/svg+xml" id="svgmap"...
Nazar
nstasiv
Offline Send Email
Oct 4, 2006
2:25 pm
57053
Hi, I can't seem to get Firefox to display the animation in various files. I've downloaded the most recent version, and tried installing SVG Viewer as a...
jvoytovich
Offline Send Email
Oct 4, 2006
5:13 pm
57054
Hi J. Voytovich, Fire-Fox does not support SMIL animations yet. Try Opera. Good luck, Samy...
Samuel Dagan
samydagan
Offline Send Email
Oct 4, 2006
5:28 pm
57055
I had a feeling that Firefox didn't support animation - I just couldn't find somewhere that said it outright. I assume that you've used Opera with animations?...
jvoytovich
Offline Send Email
Oct 4, 2006
6:00 pm
57056
I found that code <object classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2" data="diagram.svg" width="${diagramWidth}" height="${diagramHeight}" ...
Nazar
nstasiv
Offline Send Email
Oct 4, 2006
6:27 pm
57057
This would work in firefox, but not in Internet explorer. Plug-in setup completes successfully but no diagram displayed in IE. <object...
Nazar
nstasiv
Offline Send Email
Oct 4, 2006
6:46 pm
57058
... Microsoft Internet Explorer usually uses ActiveX Controls as the browser extension mechanism, and this browser reads the CODEBASE attribute in the OBJECT...
John Dowdell
jdowdell99999
Offline Send Email
Oct 4, 2006
7:45 pm
57059
... I may have misunderstood. What I did was find a way to manipulate the embedded SVG files from any part of the document. The trick was that a script has...
brucerindahl
Offline Send Email
Oct 4, 2006
10:18 pm
57060
... no, Firefox doesn't yet support animation. For simpler animations there is an alternative called SMILScript provided by Doug Schepers, Vectoreal:...
Andreas Neumann
neumannandreas
Offline Send Email
Oct 5, 2006
8:22 am
57061
Thank you, that helped. Final version is this <object classid="clsid:377B5106-3B4E-4A2D-8520-8767590CAC86" ...
Nazar
nstasiv
Offline Send Email
Oct 5, 2006
9:12 am
57062
Hi Andreas, how it is that you know, there will be SMIL support in Batik 1.7? I was not able to find and verify this information, although it souns as a great...
revelonshift
Offline Send Email
Oct 5, 2006
9:30 am
57063
... Current svn builds have SMIL animation implemented already, so I guess 1.7 will include these radical changes. Antoine -- Blog —...
Antoine Quint
graouts
Offline Send Email
Oct 5, 2006
9:39 am
57064
... Animation support was checked in a couple of months. There is still a little work to do, but it is mostly completely. Andreas mentioned it here:...
Cameron McCormack
heycam_yg
Offline Send Email
Oct 5, 2006
10:11 am
57065
Safari-Webkit also supports animation and SMIL not clear on how complete this may be. regards Jonathan Chetwynd On 4 Oct 2006, at 17:48, jvoytovich wrote: Hi, ...
Jonathan Chetwynd
signbrowser
Offline Send Email
Oct 5, 2006
11:07 am
57066
Hi to all ! I am trying to draw this SVG with a java code written with Batik 1.6 but witout success : noting is drawn. ... <?xml version="1.0" encoding="UTF-8"...
Sylvain Caillet
mnementh654
Offline Send Email
Oct 6, 2006
7:47 am
57067
Sylvain, not sure about the batik aspect, but your code does seem too complex. try something simpler to understand how viewbox works** cheers Jonathan Chetwynd...
Jonathan Chetwynd
signbrowser
Offline Send Email
Oct 6, 2006
10:37 am
57068
Hi. Perhaps this is off topic (so I apologize in advance)... Does the SVG standard allow to use it with XML 1.1? i.e. sth. like this: <?xml version="1.0"...
Christoph Anton Mitte...
calestyo
Offline Send Email
Oct 6, 2006
4:58 pm
57069
When the following svg file is open with the IE in China, the display looks normal: http://www.pinyinology.com/planning/hanzi7.svg But when opened with the FF...
Fuli Zhang
fuliopen
Offline Send Email
Oct 6, 2006
11:01 pm
Messages 57040 - 57069 of 60470   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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