hi, i thought i was immune against such problems but having to install several programs the past days i run into the situation that i cannot open local SVG...
Andre, if you are using nightlies this may be what is currently a recurring problem and filed as bug https://bugzilla.mozilla.org/show_bug.cgi?id=397309 I'm on...
http://bugs.webkit.org/show_bug.cgi?id=14167 Due to the above I get "evt.target.getAttributeNS not an object" when trying to process the events on a USE...
On Mon, 01 Oct 2007 13:03:18 +0200, richard_smith_ons ... I don't think it's a bug either, if you get an SVGElementInstance object back then clearly it doesn't...
yes - this really is a restriction on the use element. If you want to get the reference to a use element, you have to use .currentTarget and place the event...
hi, can anyone give me a simple example on how i can control svg with the use of html control. for example, there are checkboxes that controls whether to...
... using mouse event. ... you can capture the mousedown event and check the value of event.button. if event.button==2 or 3, that means right click event, then...
Hi, I met some trouble for disable default mouse right click context menu with SVG in firefox. following is the description: -my env is Firefox 2.0 -I embed...
In http://srufaculty.sru.edu/david.dailey/svg/waves.html (which should run in Opera and IE/ASV) little waves that distort an image are created from parameters...
ddailey
ddailey@...
Oct 1, 2007 8:21 pm
59360
Some of you may be familiar with the thing I showed in Tokyo for timing DOM insertions of different kinds of content into the browsers: basic objects, with and...
ddailey
ddailey@...
Oct 1, 2007 9:47 pm
59361
Hi David, Only on Win with IE& and the ASV plugin this works. On Opera on the Mac (Version 9.50 Alpha, Build 4404) your page complains about needing a...
... Thanks, we'll fix this bug for a later release, this type of feedback is what alpha releases are meant for. Btw,...
Erik Dahlström
ed@...
Oct 2, 2007 8:57 am
59363
It does work in Opera 9.23 and IE/ASV3. Even after adding the fix Erik points out, though it still isn't working in Opera 9.5 alpha. Some good news though is...
David Dailey
david.dailey@...
Oct 2, 2007 4:13 pm
59364
Hi, Damian, it sounds like the id attributes of dynamically added content are not processed properly so referencing them would not work. Have you also tried it...
Does anyone yet know when or where this is likely to happen? The cycle of funding here makes it easier to start planning early. regards, David...
David Dailey
david.dailey@...
Oct 3, 2007 2:41 pm
59367
Long time lurker, first time poster. I must say, the messages in this group has done wonders in bringing me up-to-speed on SVG technology - thanks! I've been a...
Hi, David- ... We recognize that late announcement makes it difficult for attendance (for presenters and audience alike). We are planning SVG Open 2008 right...
Hi, I have a query wrt how SVG Tiny 1.2 and Javascript can enable the following scenario: I have a set of jpegs on my PC which I want to browse through within...
Hi Chris - thanks for the links. Unfortunately, that's not quite what I'm looking for. I'm looking at an application that I can embed in my own webpage that ...
Thanks for this reply Jonathan! I was getting frustrated with this. At the risk of beating a dead horse, I have some questions: 1. If I have the following in...
hi david, do you have the simpler example that you mention. i really need your help. i just need a simple example of how to show and hide a text in svg using ...
Sure Mark, Take a look at the first example at http://srufaculty.sru.edu/david.dailey/svg/intro/PartF_C.html It works in IE/ASV, Opera 9.23, and FF (except for...
ddailey
ddailey@...
Oct 6, 2007 1:00 pm
59376
Can anyone give their best guess on when text flow and word wrapping will be recommended by W3C and supported in any of the browsers? The working draft from...
Hi all, I have svg files that can be opened only with IE7. Is there a document that describe how to make a svg file compatible with the dom specifications. ...