hi there, i am creating new objects by manipulating the SVG-DOM with javascript/ECMA. my problem is to send the newly generated coordinates of a polygon to the...
... I wonder what this announcement is doing on the SVG mailing list... And I didn't appreciated much receiving an unsollicited HTML mail from Mobiform...
Can anyone elaborate on the rather terse mozillaSVG build instructions here: http://www.mozilla.org/projects/svg/build.html#mac_builds I'd like to build an...
Hello Philippe, It's time for us SVG people to wake up! The future is XAML! Jan PS: 130 people on http://groups.yahoo.com/group/XAML/ 25 on...
45757
ronan@...
Nov 1, 2004 12:59 pm
Philippe, xaml is a competing technology to SVG... this makes it relevant to svg-developers, no? Especially a first-out-of-the-gate product like theirs... ...
If I were them, however, I would be greatly concerned about intellectual property issues when releasing a product that, by definition, "clones" the XAML API's....
Your right Rick, there is some concern. But XAML is a publicly published API. For Microsoft to get upset about our XAML Clone would be shooting themselves in...
Hi, all: I need to make a plus (+) sign that when clicked the child nodes will expand and become visible. Also make the plus (+) sign display as a minus (-)...
... ILOG JViews is a commercial product from ILOG: http://www.ilog.com/products/jviews/ It provides lots of 'high level' interfaces for Graphs, maps, etc. ...
Good approach. The long term value is certainly in the authoring/app development tools. That's where I think you could definitely succeed. ... From:...
Check the web and other docs about PostURL, because it works differently than you are apparently thinking...! (it's not the same as http Response. QueryString...
Hi, all: I need to make a plus (+) sign that when clicked the child nodes will expand and become visible. Also make the plus (+) sign display as a minus (-)...
I've seen the issue about the relevancy or appropriateness of XAML within the SVG-Dev list a number of times, and would like to open up a discussion here, as...
I once got spam from mobiform, and I never gave them my email address. At that time they were harvesting addresses from this group. I hope the practice has...
... parallel track developments) in their application development work? We are seeing customers that purchased our SVG products coming back now for XAML,...
Hi, I am using svg plugin to extract map of us from arcview to svg format. I can see the map, rendering is perfect. I have a question though. How can I have...
Hi Patricia, basically there are two ways to do it: declarative (using the set and/or the animate element) or with script. The declarative way will just work...
Hi, Could anyone tell me where does SVG implementation stands on MAC ??? What is the best browser/plugin combination ? Is is comparable to IE/ASV on Windows ? ...
... Of course, I wrote that half tongue-in-check... Being nice and all, I was about to add something to tone down my comment, but it would have ruined my...
Hi! I've paint 4 rectangles (but I did it with polylines!)The 4 rectangles are overlapping each other. How can I blend them, so that it looks like one element?...
... I believe that you have to do the maths yourself, ie. SVG 1.1 has nothing to join/blend/merge/solder shapes. SVG 1.2 will have this feature. As always in...
hi katharina there are a few ways to do what you want. the most elegant way would be SVG 1.2 s vector effects, since its not implemented anywhere, for now its...
Hi Katharina I agree with Philippe, but, maybe you need not to have a composite element, but just the graphical fusion of your rect. what about using filters...
Hi Jerome, thanks for answering. Yes, I only need the graphical fusion of my rect. But with your code all the 4 rects are filled black, I think because of the...