... Sony shipped the VGF-CP1 with Opera on it. Should have SVG support, not sure how easy it is to find one. cheers ... -- Charles McCathieNevile Opera...
Hi, Has anyone experienced SVG on HoneyComb tablets especially SMIL animation Even though I read in news articles that SVG has been put on on Android 3.0, not...
I do not have a newer tablet to test with yet but the latest Android sdk (version 3.1) is available here - http://developer.android.com/sdk/index.html And you...
Hello, I would like to use batik extensions to add swing components into batik. I wrote my Batik DOM extension, my Batik bridge extension and implemented the...
I would like to call a script function in a SVG document that is embedded in an HTML document. The following HTML and SVG files work in Firefox, Opera, IE9...
... Its similar to working between an iframe and the containing document. You can expose the function in the parent document. You can do this directly. //...
I have found that there are lots of timing issues with different browsers. The onload handler on the HTML side gets invoked when the HTML file has "fully...
If you have time & the project context allows, maybe try inverting the HTML <-> SVG. SVG being the top document, then place the html as a foreignObject. There...
I fiddled with this, without joy. To eliminate possible initialization timing issues, I moved init() to the onclick event of a button that I added. (IRL I'd...
Ok, I fiddled some more and got it to work if I put init() in the handler for a button, so it got called after everything was fully rendered, rather than in...
On Thu, Jul 14, 2011 at 10:48:50PM -0000, random_transform wrote: . . . ... . . . This thread has confused me. As I haven't kept up with the exact source in...
As i can guess from others replies, you have to synchronize yourself html and svg. 1) add a global var in your html, 2) set that global var when you load your...
64864
David Dailey
ddailey@...
Jul 16, 2011 7:03 pm
Jon Frost recently brought my attention to the "Noun Project." It is a public domain set of SVG icons depicting a bit of most anything. Many date from the...
Sorry for the confusion. I assumed the original poster's question boiled down to "Why can I call functions in the embedded svg document from the handler for...
Hi, I thought Firefox 5 was supposed to have hugely improved SVG support (or am I imagining things or have I slipped into a parallel universe where things are...
Compared to Firefox 4, firefox 5 has these SVG enhancements and a few of bugfixes. Adds support for animation of the class attribute. Adds support for...
Hi, Thanks for your speedy reply. I mentioned foreinObject because it's a feature I don't use so I wouldn't notice if it was added (and I obviously hadn't) or...
Hi David, I have a graph that has several <text> tags. <text x="255" y="32" font-family="Verdana" font-size="14" font-weight="bold" fill="rgb(0,0,0)"...
Is chrome known to have issues with paths and mouseover events? In my svg with roads, my mouseover events will only fire on small segments of the path. I can't...
64872
David Dailey
ddailey@...
Jul 20, 2011 11:54 am
This is not an issue I'm aware of. Perhaps others have noticed something, but it sounds like a link to an example of the problem would be helpful. Good luck ...
64873
David Dailey
ddailey@...
Jul 20, 2011 1:11 pm
Hi Pranav, not sure if I'm the right person to ask, but if I understand the question, the first one is the only one that will preserve visual appearance of the...
Hi, ... This is unfortunate as I use this a great deal. ... Roll your own zoom and pan is extra work and potential for complications. I have a sequence where...
http://greenworld.org/chrome-test.svg With chrome you need to move the mouse around until you hit the sweet spot. FF works well, but is so sensitive its hard...
Ah, the good old days of ASV3. There is much more interested in SVG these days because it is built into browsers, but ASV was very well built. Maybe there...
64878
David Dailey
ddailey@...
Jul 20, 2011 8:38 pm
Hi Sean, I think I concur that that are some look and feel differences between Webkit and the others (I do have IE9 Each of the paths has had its stroke width...
Hi David, Than you for the response. I changed the stroke, and got rid of the dasharray on the red. I did it for both, but it didn't improve anything, so I put...