I like these animations, they run on my cellphone and I can set them as a fancy animated wall paper, think I am going to invest some effort in learning this...
63768
Mark T
markstestacc...
May 19, 2010 9:45 am
I am trying to find the right way to trigger a <g> to be changed from display='none' to display='inline' With regard to...
63769
unicoevo
May 19, 2010 12:06 pm
Hi guys, i am new :D and i have a question... Do you know a way to insert HTML into an SVG document for IE(windows)? Or can this not be done in IE with ASV3? ...
63770
cremnosedum
May 19, 2010 5:29 pm
Hi, I do this all the time. I assume your problem is that if you set display to none, your object can't receive events. If you use opacity="0" instead, then...
63771
Andreas
pawelfritsch
May 19, 2010 6:06 pm
I have finish a new version of my SVG-Browsercheck. It use (and demonstrate) the diffences between Opera 10, Firefox 3.6 Chrome 5 and Safari 4. There is no...
63772
Jonathan Chetwynd
signbrowser
May 20, 2010 11:32 am
Has SVG arrived: Google I/O interestingly these are the first talks*, pace svgopen, where SVG is repeatedly mentioned, as if it is. best Jonathan *ie known to...
63773
Jon Ferraiolo
jon_ferraiolo
May 20, 2010 2:04 pm
Jonathan, Yes, SVG was mentioned quite a bit in the keynotes, including from Kevin Lynch, CTO of Adobe. Part of his demonstration of the HTML5 work that has ...
63774
shweth008
May 21, 2010 11:40 am
Hi, We are using SVG to display the Graphics in our web browser. When a graphic page containing SVG contents is clicked, the browser asks to install SVG Viewer...
63775
ddailey
ddailey@...
May 21, 2010 7:46 pm
Hmmm... that is a funny one that I've never seen. The actual version, should be, I believe Adobe's version 3.03 as seen at...
63776
ddailey
ddailey@...
May 21, 2010 8:01 pm
IE/ASV does not support foreignObject. Check out http://srufaculty.sru.edu/david.dailey/svg/backandforth.html as explained in ...
63777
Alex Wykel
a_wykel
May 22, 2010 5:03 am
I have run into simular problems with other technologies, turned out that what was causing the problem was the security and browser trusted sites settings...
63778
Jonathan Chetwynd
signbrowser
May 22, 2010 10:02 am
Web CMS & SVG Has anyone experience of using an open source web CMS** with SVG, but not using HTML as a wrapper? regards Jonathan currently using php/mysql...
63779
nadeem sabir
nadeemsab
May 22, 2010 7:20 pm
Hi I am going to use SVG to build browser based drawing application. I will use Java which will be converted to Java Script by using Gwt(Google Web Toolkit). I...
63780
ddailey
ddailey@...
May 23, 2010 12:09 am
Take a look at http://code.google.com/p/svg-edit/ there are several others, but this one probably has the most people contributing to it, and shows most...
63781
Cameron Laird
Cameron_Laird
May 23, 2010 9:30 pm
On Sat, May 22, 2010 at 11:02:57AM +0100, Jonathan Chetwynd wrote: . . . ... . . . I don't understand the question. I have Zope and Plone pages (on Intranets,...
63782
cremnosedum
May 24, 2010 4:07 pm
Hi, Is there a way to put Facebook "like" buttons, "Tweet this" buttons, the code for Google analitics to count hits etc. in SVG files and have them work?...
63783
Alex Wykel
a_wykel
May 24, 2010 7:18 pm
Well yes, if you use Ajax you can open a new window with your SVG embeded in the Ajax control, you would have to make the container smart enough to know how to...
63784
jaepstein_63
May 26, 2010 6:59 am
Googling I see lots of efforts to produce PowerPoint-like interfaces using SVG. But what I want is something different. I have a few thousand SVG images which...
63785
ddailey
ddailey@...
May 26, 2010 11:33 am
Here's this little thing that I've used as a background for some of my SVG Open presentations. http://srufaculty.sru.edu/david.dailey/svg/BulletinBoard.html It...
63786
ddailey
ddailey@...
May 26, 2010 11:50 am
Actually, I misspoke: a fair amount of the content there (if I don't get carried away with displacement filters or SMIL --> Javascript event passing) is now...
63787
krugerboy1971
May 26, 2010 8:21 pm
Hi List, I'm getting an error from webkit browsers when trying to addChild on an external xml file The error message is: Error: WRONG_DOCUMENT_ERR: DOM...
63788
Dr. Clue
tcpcoder
May 26, 2010 8:45 pm
Howdy Krugerboy You probably need to use a reference to the document object you loaded to create the new element as opposed to trying to use the main page ...
63789
jaepstein_63
May 27, 2010 1:20 pm
Thanks, David. In the end I had some success with noobslide <http://www.catswhocode.com/blog/how-to-creating-a-slideshow-with-noobsl92; ide> by changing <img>...
63790
marknt15
May 28, 2010 6:13 am
Hi, I'm using this: http://code.google.com/p/svg-edit/ I put a hard coded code inside the svgcanvas div html tag: <div id="svgcanvas"> <svg...
63791
shweth008
May 28, 2010 7:28 am
Hi, We are using SVG to display the Graphics in our web browser. When a graphic page containing SVG contents is clicked, the browser asks to install SVG Viewer...
63792
Mark T
markstestacc...
May 28, 2010 7:47 am
http://vista.blorge.com/2010/03/06/microsoft-marks-death-of-ie6-with-flowers/ SVG Viewer being used is 3.0 ... [Non-text portions of this message have been...
63793
Armin Mueller
armintemp
May 28, 2010 11:48 am
Normaly you check if the ActiveX from ASV is currently active. This should be independently from your language settings. What do you use to see if ASV is...
63794
Jake B
otakuj462
May 28, 2010 1:11 pm
Hi, What you're attempting to do is to create a "compound document", which is to say, an html document with SVG markup embedded inside. My understanding is ...
63795
Holger Jeromin
holger.jeromin
May 31, 2010 8:06 am
... The external Node seems to be not in the right document. Try if (svgDoc.importNode) svgDoc.importNode(node, true); ... Firefox and Opera are wrong, this...
63796
Andi Neumann
neumannandreas
May 31, 2010 1:24 pm
Hi all, This is a IE/ASV related problem. I just recently discovered that the coordinates I get from event.clientX/clientY are offsetted a lot if the user has...