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...
59736
John Delacour
valchiusella
Jan 1, 2008 11:15 pm
... 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...
59737
Leonard Rosenthol
leonardr@...
Jan 2, 2008 12:13 pm
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...
59738
Samuel Dagan
samydagan
Jan 2, 2008 12:35 pm
Hi John, For Firefox you need to use getAttributeNS and setAttributeNS instead of getAttribute and setAttribute and may be make some more changes. See ...
59739
harry underwood
harryo15us
Jan 2, 2008 5:25 pm
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...
59740
Richard Pearman
cremnosedum
Jan 2, 2008 6:54 pm
Hi, I started this thread with the main objective of producing PDF versions of my SVG comics (which are rather complicated, with filters, interactivity,...
59741
Ronan Oger
ronan_oger
Jan 2, 2008 8:08 pm
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?...
59742
Doug Schepers
d_a_schepers
Jan 2, 2008 8:08 pm
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...
59743
longsonr
Jan 2, 2008 10:46 pm
... Actually the attributes he is looking at are in the null namespace so getAttribute and setAttribute should work in this case. Best regards Robert...
59744
johnbaronreid1972
johnbaronrei...
Jan 3, 2008 10:47 am
... Yes I've already tried all that, it does not make a difference. Thanks, John....
59745
johnbaronreid1972
johnbaronrei...
Jan 3, 2008 10:49 am
... But when I call getBBox, the display attribute is 'inline39;. Thanks, John....
59746
Leonard Rosenthol
leonardr@...
Jan 3, 2008 11:27 am
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...
59747
Leonard Rosenthol
leonardr@...
Jan 3, 2008 11:30 am
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...
59748
johnbaronreid1972
johnbaronrei...
Jan 3, 2008 11:44 am
... 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...
59749
Andreas Neumann
neumannandreas
Jan 3, 2008 12:43 pm
Hello, In my experience, Opera, Firefox and Safari are good enough for web- mapping applications. You can see one example at http://www.carto.net/ ...
59750
Andreas Neumann
neumannandreas
Jan 3, 2008 12:49 pm
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...
59751
Andreas Neumann
neumannandreas
Jan 3, 2008 1:08 pm
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...
59752
johnbaronreid1972
johnbaronrei...
Jan 3, 2008 2:38 pm
... 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....
59753
longsonr
Jan 3, 2008 3:11 pm
... <johnbaronreid1972@...> wrote: You are not doing anything wrong. You are suffering from https://bugzilla.mozilla.org/show_bug.cgi?id=339807 This was fixed...
59754
johnbaronreid1972
johnbaronrei...
Jan 3, 2008 4:29 pm
... 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...
59755
Richard Pearman
cremnosedum
Jan 3, 2008 6:18 pm
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...
59756
longsonr
Jan 3, 2008 9:02 pm
... 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...
59757
ddailey
ddailey@...
Jan 4, 2008 1:53 am
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...
59758
Andreas Neumann
neumannandreas
Jan 4, 2008 8:11 am
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...
59759
Andreas Neumann
neumannandreas
Jan 4, 2008 8:14 am
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!"...
59760
Doug Schepers
d_a_schepers
Jan 4, 2008 9:42 am
Hi, All- I'm a dope. I said September when I meant August (as Andreas corrects me here). Sorry for the misinformation. Regards- -Doug...
59761
johnbaronreid1972
johnbaronrei...
Jan 4, 2008 11:44 am
... 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...
59762
johnbaronreid1972
johnbaronrei...
Jan 4, 2008 11:58 am
... 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" ?> ...
59763
brucerindahl
Jan 4, 2008 7:50 pm
... 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...
59764
harry underwood
harryo15us
Jan 6, 2008 10:20 am
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...