Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers

Group Information

  • Members: 5415
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 63800 - 63830 of 65545   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
63800 wolf.sabine@...
wolf.sabine... Offline Send Email
Jun 1, 2010
11:31 am
... 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...
63801 wolf.sabine@...
wolf.sabine... Offline Send Email
Jun 1, 2010
11:32 am
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...
63802 wolf.sabine@...
wolf.sabine... Offline Send Email
Jun 1, 2010
11:32 am
... 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...
63804 kashivis Offline Send Email Jun 2, 2010
11:37 am
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...
63805 G. Wade Johnson
gwadej Offline Send Email
Jun 2, 2010
12:16 pm
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 -- ...
63806 da86ers Offline Send Email Jun 2, 2010
5:52 pm
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...
63807 loic_alejandro Offline Send Email Jun 2, 2010
5:53 pm
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...
63808 kashivis Offline Send Email Jun 3, 2010
3:29 am
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?...
63809 marknt15 Online Now Send Email Jun 3, 2010
4:57 am
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. ...
63810 Roger F. Gay
rogerfgay Offline Send Email
Jun 3, 2010
6:03 am
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,...
63811 Andi Neumann
neumannandreas Offline Send Email
Jun 3, 2010
6:56 am
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...
63812 Andi Neumann
neumannandreas Offline Send Email
Jun 3, 2010
6:59 am
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...
63813 Andi Neumann
neumannandreas Offline Send Email
Jun 3, 2010
7:09 am
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...
63814 Roger F. Gay
rogerfgay Offline Send Email
Jun 3, 2010
7:21 am
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...
63815 Andi Neumann
neumannandreas Offline Send Email
Jun 3, 2010
7:21 am
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...
63816 Andi Neumann
neumannandreas Offline Send Email
Jun 3, 2010
7:39 am
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...
63817 Erik Dahlstrom
erida539 Offline Send Email
Jun 3, 2010
9:21 am
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...
63818 veiko herne
veiko_h Offline Send Email
Jun 3, 2010
11:04 am
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...
63819 G. Wade Johnson
gwadej Offline Send Email
Jun 3, 2010
12:18 pm
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...
63820 israel_eisenberg
israel_eisen... Online Now Send Email
Jun 3, 2010
5:13 pm
Hi Kashi, Hi Wade, Any reference you make to get_group[n] change to get_group.item(n) Regards, Israel...
63821 Doug Schepers
d_a_schepers Offline Send Email
Jun 3, 2010
6:42 pm
Hey, folks- I thought some of you might be interested in this SVG contest to make a progress indicator. There are some great prizes. ...
63822 krugerboy1971 Offline Send Email Jun 4, 2010
3:48 pm
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...
63823 israel_eisenberg
israel_eisen... Online Now Send Email
Jun 4, 2010
7:02 pm
Holger Jeromin already gave you the correct answer,try to implement it like so: function addGeom(node) { node = svgDoc.importNode(node, true); var ...
63824 yottameter Offline Send Email Jun 5, 2010
7:58 am
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...
63825 G. Wade Johnson
gwadej Offline Send Email
Jun 5, 2010
12:03 pm
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...
63826 yottameter Offline Send Email Jun 5, 2010
4:14 pm
... 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...
63827 G. Wade Johnson
gwadej Offline Send Email
Jun 5, 2010
5:20 pm
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...
63828 krugerboy1971 Offline Send Email Jun 5, 2010
8:19 pm
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...
63829 loic_alejandro Offline Send Email Jun 6, 2010
12:31 am
Hi, I have this piece of script : SVGDocument = LoadEvent.getTarget().getOwnerDocument(); FF doesn't render the svg and says : "LoadEvent.getTarget is not a...
63830 Sabine Wolf
wolf.sabine... Offline Send Email
Jun 6, 2010
12:31 am
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"...
Messages 63800 - 63830 of 65545   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help