... 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...
64851
Raks A
rakssvg
Jul 6, 2011 5:17 pm
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...
64854
jeremie.tauvel
Jul 12, 2011 8:33 pm
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...
64855
gmcaulee
Jul 13, 2011 3:51 am
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...
64856
Oliver Boermans
oliverboermans
Jul 13, 2011 10:52 am
... 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. //...
64857
jon_ferraiolo
Jul 13, 2011 1:38 pm
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...
64858
Mark T
markstestacc...
Jul 14, 2011 12:56 am
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...
64859
random_transform
random_trans...
Jul 14, 2011 2:01 pm
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...
64860
random_transform
random_trans...
Jul 15, 2011 12:36 am
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...
64861
Cameron Laird
Cameron_Laird
Jul 15, 2011 1:12 pm
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...
64862
gmcaulee
Jul 16, 2011 1:41 am
Thank you all for your replies! Have not had a chance to digest all this and try out your suggestions - but hope too get back to it soon ......
64863
philsvg
Jul 16, 2011 5:48 am
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...
64865
random_transform
random_trans...
Jul 19, 2011 3:41 am
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...
64866
cremnosedum
Jul 19, 2011 3:38 pm
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...
64867
Robert Longson
longsonr
Jul 19, 2011 3:59 pm
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...
64868
cremnosedum
Jul 19, 2011 4:46 pm
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...
64869
Robert Longson
longsonr
Jul 19, 2011 6:07 pm
... None of Firefox 5, 6 or 7 will have that unfortunately. ... Zoom and pan is implemented but there is no UI. You can roll your own e.g....
64870
Pranav Lal
slimprize
Jul 20, 2011 1:35 am
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)"...
64871
couloir007
Jul 20, 2011 6:03 am
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...
64874
cremnosedum
Jul 20, 2011 3:34 pm
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...
64875
Jonathan Chetwynd
j.chetwynd...
Jul 20, 2011 3:59 pm
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13311 anyone shed any light on this? cheers Jonathan Chetwynd http://www.peepo.com ...
64876
Sean Montague
couloir007
Jul 20, 2011 7:30 pm
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...
64877
Jon Frost
jonfrostsvg
Jul 20, 2011 8:24 pm
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...
64879
Sean Montague
couloir007
Jul 20, 2011 9:37 pm
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...