Hi, I have to create a html file containing multiple svg objects. The html page should be displayed local on the pc using MS Internet Explorer 7. I tried the...
I have not attempted inline SVG with IE. However, I wanted to raise a related issue about multiple SVG objects in IE. My experience of including multiple SVG...
Hi Alex, ... [...] ... [...] ... Yes, I haven't tested for sure but inline CSS should work. The problem here seems to be the CSS selector ("*"), which as far...
... Hi Christopher, I haven't had this problem. I haven't forced a test yet. but I've had 20-30 svg embeds in the past. Could you post a typical html segment...
Can I get some test cases around this? I want to see if the SVG Web toolkit we are building suffers from this, and to find workarounds if necessary....
Hi CPK, I would love to get this code as a test case for the SVG Web project to test real world usage. Can I grab it from you? I would have to adapt it a bit...
Hi Christopher, Three comments: IE is not happy unless the embed is sitting in the page at load,plus it tends to ingore a dynamic src, and also, in my...
Hi Christopher, The script cannot work because it tries to remove children from obs while working with its length, which is live for getElementsByTagName. ...
... True, I missed it. The script shouldn't work anyway because you can't append fallback content elements to <embed>. HTML 5 doesn't allow that either, if I...
... content elements to <embed>. HTML 5 doesn't allow that either, if I read well. < Let us agree that the script would not work (or even exist) in an ideal ...
Results from http://smithies.org/cpks/test/ IE = v:8.0.6001.18783 IE64 = v:8.0.6001.18783 64-bit Edition Testing both versions on a 64-bit system. IE64 With...
Hello, i found a strange positioning of tspans in a text element. <svg:svg xmlns:svg="http://www.w3.org/2000/svg"> <svg:text style="text-anchor:middle;"...
Hello, i found a strange positioning of tspans in a text element. <svg:svg xmlns:svg="http://www.w3.org/2000/svg"> <svg:text style="text-anchor:middle;"...
Hello, i found a strange positioning of tspans in a text element. <svg:svg xmlns:svg="http://www.w3.org/2000/svg"> <svg:text style="text-anchor:middle;"...
Does Firefox have pan and zoom for SVG? If so, how do you do it? Richard Pearman http://www.pixelpalaces.com/ The next stage in the evolution of web...
... The whitespace is within the text element so it is just that i.e a space. You are using text-anchor middle so all the text is stuck together including the...
The code below shows a way to animate the drawing of a circle. It works after a fashion, but I don't like it: - It is pushing stroke-dasharray to do something...
... yes, but i position the tspan element absolute, which do not contain a white space itself. Why is the space "sucked in" and why not in the last tspan? -- ...
... Original french yahoo news from http://fr.news.yahoo.com/16/20090707/ttc-w3c-les-balises-audio-et-video-et-le-c2f7783.html : "Le HTML 5 justement vient de...
... Hi again, Charles, Sorry, I didn't have the time earlier today to include an example. Below is an example using Javascript in IE/ASV. <?xml version="1.0"...
Hi, Richard- This is a common misunderstanding of the situation, which has been widely misreported because people like drama and don't like to listen to the...
... As it was presented in the paper, it was a definitive decision to drop these tags off the spec. But I hope you are right and that responsible web browsers...
Hi, Richard- ... The paper was wrong. But you don't have to trust me, you can read the facts for yourself. [1] Note that Ian clearly talks about the...