WebKit on Palm's WebOS does not yet support SVG, last I heard. Jeff...
63634
cremnosedum
Apr 9, 2010 5:51 pm
Hi, I use a clipPath something like this: <defs> <clipPath id="MyClipPath"> <use xlink:href="#MyPath"/> </clipPath> <path id="MyPath" d="..."/> <filter...
63635
xyz1332003
Apr 9, 2010 9:35 pm
Thanks. I installed the palm emulator, but it would not display my SVG page. I was not sure if the problem was the emulator or me....
63636
Mark T
markstestacc...
Apr 11, 2010 4:45 am
Solved: http://eazscape.com/FormsTest Small mod in jQuery to see 'xhtml:form39;. (Not optimum 'patch39;). MarkT skype: govirtual.com.au ...
63637
narendra sisodiya
skysoft_siso...
Apr 11, 2010 8:19 am
... open this file there is no image, there is a html page ?? [Non-text portions of this message have been removed]...
63638
Ana Rahmawati
luphy_cyg
Apr 12, 2010 1:33 am
Hello, I'm new comer in svg-developers. I'm a student and now I want to develop GIS application for my graduation thesis. I use C#.net to develop this...
63639
Mark T
markstestacc...
Apr 12, 2010 2:32 am
Hi Narandra, I had posted before re-syncing the page. MarkT -- [Non-text portions of this message have been removed]...
63640
Ruth Lang
ruthlang2002
Apr 13, 2010 2:44 pm
Hi, We have built a web mapping application based on SVG, "Mappetizer Travel Diary", which quasi reads GPS data (GPX files). It simply bases on HTML, SVG and...
63641
jamesd
jcdeering1
Apr 14, 2010 8:54 pm
If you visit my site and work you will see that I have run up against a wall in trying to utilize SVG in a real world application. In order for SVG to be taken...
63642
jamesd
jcdeering1
Apr 14, 2010 8:55 pm
Went to put the iPad through its paces. Had high hopes it could be a great SVG presentation device. Not so. Apple is apparently trying to create a proprietary...
63643
jamesd
jcdeering1
Apr 14, 2010 8:56 pm
I finally got around to putting up a new site that expounds on the presentation I gave at the SVG 2009 conference. See the How To section of the site to...
63644
Mark T
markstestacc...
Apr 15, 2010 2:25 am
This could be interesting, regarding: http://www.telegraph.co.uk/technology/apple/7588825/Adobe-to-sue-Apple-over-Flash-row.html If Apple declare that they are...
63645
G. Wade Johnson
gwadej
Apr 18, 2010 10:37 pm
I'm going to be doing a presentation in June about data visualization with SVG. Although that's my normal use case for SVG, my graphic design skills are not...
63646
Armin Mueller
armintemp
Apr 19, 2010 7:35 am
Hi, if you are interested in visualization in combination with maps in SVG, then you can have a look at http://www.mappetizer.de/en/examples/index.html. If you...
63647
meikelneu
Apr 19, 2010 9:39 am
... The German Stats Office (think Census Bureau) has an english language overview page of all their interactive data driven graphs, i.e. animated population...
63648
Francis Hemsher
fhemsher
Apr 19, 2010 3:34 pm
Hi G, I have an app that may apply. It's a verbose presentation on XML data linking in real-time. It was created a few years ago as an SVG demo for tracking...
63649
Cameron Laird
Cameron_Laird
Apr 19, 2010 4:59 pm
On Sun, Apr 18, 2010 at 05:36:57PM -0500, G. Wade Johnson wrote: . . . ... . . . <URL: http://www.ibm.com/developerworks/library/x-svgclientside/ > certainly...
63650
ddailey
ddailey@...
Apr 21, 2010 2:19 am
1.5 years ago minus one day, I asked questions (below) about rainbows and doughnuts. There was some good discussion which followed that thread as I remember,...
63651
Francis Hemsher
fhemsher
Apr 21, 2010 10:56 am
Hi David, In your examples, the replicate process on the ellipse alone creates very rich graphic renderings. It looks as if a tool could be built to...
63652
EazUp
markstestacc...
Apr 22, 2010 6:47 am
http://eazscape.com/EazUp. ... Pastie for svg. * Raw (Blueish) or Embelished (Redish). The Embelished drop zone adds some usefull elements: * SMILscript. For...
63653
shaunwithanau
Apr 22, 2010 7:06 pm
What I am trying to do is click on part of a symbol (e.g. a line) that is used with a [use] tag and have the event recognize that I am clicking on that...
63654
Mark T
markstestacc...
Apr 23, 2010 1:42 am
http://eazscape.com/EazUp. ... Pastie for svg. * Raw (Blueish) or Embelished (Redish). The Embelished drop zone adds some usefull elements: * SMILscript. For...
63655
Erik Dahlstrom
erida539
Apr 23, 2010 6:50 am
On Thu, 22 Apr 2010 21:02:03 +0200, shaunwithanau ... Sounds like a bug. If the topmost hovered element is something referenced by a use element the...
63656
Terry Riegel
twrriegel
Apr 23, 2010 10:10 am
Am I missing something? What is this? Terry Riegel...
63657
ddailey
ddailey@...
Apr 23, 2010 10:49 am
Me too. It didn't show anything in FF, threw script errors in IE and crashed Opera. DD ... From: Terry Riegel To: svg-developers@yahoogroups.com Sent: Friday,...
63658
th_w@...
th_w@ymail.com
Apr 23, 2010 11:08 am
Hi, I am using XSLT to make XML data visible through SVG. Now it would be very cool if I could interact with the SVG presentation and manipulate the...
63659
ddailey
ddailey@...
Apr 23, 2010 11:22 am
Sure, using much the same methods as one would use to do this in HTML. Take a look at http://srufaculty.sru.edu/david.dailey/svg/makeDragDrop.svg for starters....
63660
th_w@...
th_w@ymail.com
Apr 23, 2010 1:06 pm
Thanks, David. Yes, with AJAX, it would probably be possible to do it. In the meanwhile I found something different, that looks closer to what I had in mind:...
63661
Francis Hemsher
fhemsher
Apr 23, 2010 3:54 pm
... Hi David, Thanks for the use of your Color Picker. I needed a lightweight app to add custom colors to a color pallet that included over 350 colors. See the...
63662
shaunwithanau
Apr 23, 2010 5:57 pm
You are completely right. I didn't even know about correspondingElement and correspondingUseElement because I was using Firefox which currently returns the...