... Sorry for my previous post, I forgot to read the linked article to its end, ASV 3 doesn't support getScreenCTM(). But there are other solutions according...
Hi! I'm new to this list, After first tries last year, I'm doing some further steps to learn SVG and try to convert and extend some things I've done with...
... If an user zooms in or out, a scaling matrix is applied to the hole svg tree. To compensate this, you need to apply an inverse matrix to calculate the...
Hi, I have been trying to access embedded SVG element attributes. The script works on FF and Chrome. It does not work on ASV 3.3 +IE 6 ... which, unfortunately...
On Wed, 02 Jun 2010 11:32:59 -0000 ... If I remember correctly, ASV requires that you use: var target_value = target_elements.getAttribute( 'id' ); G. Wade -- ...
I am new to this kind of programming for mobile phone. Can someone point in the right direction. I need to create a program to view, adjust and pinch in/out...
Hi, I would like to create an animated svg representing a sort of solar system : a sun, planets, continents on planets, countries in continents. When we click...
Hi Wade, var target_value = target_elements.getAttribute('id'); ...doesn't work. The error says 'undefined' is null or not an object Is there any other method?...
Hello Jake, Thanks for your answer. Adeveria, the owner of svg-edit gave me an answer and it is a small code only to work in stable version 2.4 of svg-edit. ...
I'm faced with updating code that's been archived for over a year. I realize that the Adobe plug-in for IE is now behind the times and won't ever catch up. So,...
Hi Cameron, ... That's interesting - I also use Plone - but it doesn't support SVG uploading and embedding out of the box. Would you be willing to share how...
That's a bit vague. For what mobile phone? Android? I-Phone? Maemo/Meego? Windows Mobile? If you only need to view SVG files you can do that often through...
Hi, All modern browsers support SVG - IE is the only exception. Microsoft is working on SVG support in IE9 in case you didn't notice? Of course they will have...
Thanks. My application is moving a graphic element in response to live feedback. My impression is that I should forget SMIL and concentrate on using...
Hi Sabine, Indeed, Jeff Schillers example seems to work also when zooming the whole page in IE - will have to look what exactly he did compared to my code in...
You can see the current SVG support chart at http://www.codedread.com/svg-support.php and http://www.codedread.com/svg-support-table.html SMIL is another...
On Mon, 31 May 2010 10:01:09 +0200, Holger Jeromin <mailgmane@...> ... I'd like to see the full example before coming to that conclusion, but I agree that...
You can always embedde your SVG product with Ikivo drivers. Those are working with iPhone, Symbian, Android and Windows Mobile. They even run SMIL very...
On Thu, 03 Jun 2010 03:28:45 -0000 ... Then we need to back up. This is saying that target_elements does not have a value. Are you sure that 'target_tags' has...
Erik/Holger/Dr.Clue Thanks for your replies... Firstly, I've just been testing this with some locally stored xml content (in fact, final product is likely to...
I'm creating graphics using illustrator to create SVG documents. I create layers that allow the diagram to have a sensible logical DOM that I can access. I'd...
On Sat, 05 Jun 2010 06:53:01 -0000 ... Okay. ... I often manipulate the DOM with straight JavaScript. This works on most of the major browsers. If you want an...
... I'm a hardware guy - thanks for that advice. Some things that are obvious to a software guy isn't that obvious to me. I would assume if I use that...
On Sat, 05 Jun 2010 16:14:11 -0000 ... I used to be a hardware guy, but I haven't been shocked by software. ... I don't know any of the C++ SVG libraries. I...
Yup, working nicely now Israel (and of course Holger!). One of those occasions when FF/Opera doing what I asked was confusing me into thinking it was a webkit...
Hi, I have this piece of script : SVGDocument = LoadEvent.getTarget().getOwnerDocument(); FF doesn't render the svg and says : "LoadEvent.getTarget is not a...
Hi, ... You can reach interactivity by adding javascript to your SVG. Here is an example, working with firefox,opera and chrome: Sabine <?xml version="1.0"...