John, In firefox things that are display:none don't have bounding boxes. visibility:hidden might work for you depending on what you want to achieve. Best...
... Hello Leonard, and a happy New Year! Can you explain why nobody has yet produced software to convert SVG to a PDF vector format? I understand it is not...
Hey John - Happy New Year, back at you! There are numerous products on the market that can convert SVG->PDF with full vector fidelity. I wrote the first one...
Leonard Rosenthol
leonardr@...
Jan 2, 2008 12:13 pm
59738
Hi John, For Firefox you need to use getAttributeNS and setAttributeNS instead of getAttribute and setAttribute and may be make some more changes. See ...
Hi, and Happy New Year. I was just trying to construct playback button(s) for a Theora video embedded in SVG using JavaScript. However, trying to attach the...
Hi, I started this thread with the main objective of producing PDF versions of my SVG comics (which are rather complicated, with filters, interactivity,...
Hi Richard, http://jan.kollhof.net/projects/svg/svgpdf/index.xhtml You can embed svg into pdf aimed at the Acrobat reader...Maybe that would be easier for you?...
Hi, Leonard- ... Thanks for the information; it's good for developers have a clear message about what will and will not work. Do you have a reference to the...
... Actually the attributes he is looking at are in the null namespace so getAttribute and setAttribute should work in this case. Best regards Robert...
Acrobat never differentiated between "static" and "dynamic" SVG, it simply fed embedded SVG through an included copy of the Adobe SVG Viewer. We are no longer...
Leonard Rosenthol
leonardr@...
Jan 3, 2008 11:27 am
59747
Richard, if your users are working with older versions of Adobe Reader, you could (as noted) embed the SVG into the PDF and expect Reader to play it (with full...
Leonard Rosenthol
leonardr@...
Jan 3, 2008 11:30 am
59748
... visibility:hidden does indeed work for me. I still don't know why the display:none didn't though. Unfortunately in my document I can have of the order of...
Hi Jake, What do you mean by multi-line textArea widget? Do you mean editable text or just multiline textflow. Editable multiline text in SVG with scripting is...
Hi John, there are actually only one problem with firefox and bounding-boxes: * Firefox 1.5 and 2 had a bug where .getBBox() could not be called "onload". One...
... I'm afraid it doesn't help. My element has display:none initially then I set display to inline in the javascript then I call getBBox which throws an error....
... <johnbaronreid1972@...> wrote: You are not doing anything wrong. You are suffering from https://bugzilla.mozilla.org/show_bug.cgi?id=339807 This was fixed...
... Right - now I see that the bug report mentions that it can happen outside the onload event(). That was confusing as I'm definitely not doing anything in...
Hi, I downloaded the perl version of this script but it seems short on documentation. The website says that you need Acrobat Reader 5 and the Image Viewer 4.0...
... I think you are confusing the bug I mentioned with the onload bug that Andreas mentioned previously. There are (at least) two different bugs with GetBBox...
Hi Doug, Am glad to see things are moving along for the next conference. I recall one of the tracks that was in 2006 that I did not seem to see in SVG 2007 was...
ddailey
ddailey@...
Jan 4, 2008 1:53 am
59758
Hi Doug and others, thanks for the pre-announcement. The conference will be in Nuremberg, Germany and the date will be the last week of August. More...
Thanks for your suggestion, David! There will be a "SVG wow" session as always. In 2007 we had Erik Dahlströms presentation "Quick recipes for SVG Wow!"...
... I did have the right end of the stick even though my badly worded email suggested otherwise. Thanks for the clarification. I have another problem now that...
... Here's a reasonably small test case where the Firefox 2 and ASV6 behaviour differs significantly: <?xml version="1.0" encoding="UTF-8" standalone="no" ?> ...
... I think there are (at least) three. https://bugzilla.mozilla.org/show_bug.cgi?id=293581 is still there - see the last comment. I don't think setTimeout...
Hi, I asked a few days ago about an issue regarding this SVG file that I've been trying to script in order to play video, but received no response. So, not to...