Re: [svg-developers] Re: how to get width of text node through javascript

2007-10-15 Thread Antoine Quint
On 15 oct. 07, at 11:31, juninbox wrote: could you please explain more about how to invoke the interface. I tried below ways, all were failed: var dat= svgDoc.createTextNode(I am one rect); var t = svgDoc.createElementNS(svgns,text); t.setAttributeNS(null,x,6); t.setAttributeNS(null,y,20);

Re: [svg-developers] Re: SVG in Opera 9.5 Kestrel

2007-09-05 Thread Antoine Quint
On 5 sept. 07, at 04:43, Erik Dahlström wrote: The 9.5 version adds to the SVG 1.1 support, as can be seen in the SVG support table at http://www.codedread.com/svg-support.php. Jeff, since you read this mailing-list (at least I think you do) and ran those tests, could you highlight some of

[svg-developers] SVG in Opera 9.5 Kestrel

2007-09-04 Thread Antoine Quint
Hi all, Opera announced the first public alpha for Opera 9.5, code-name Kestrel: http://www.opera.com/products/desktop/next/ It seems that Opera has been keeping busy on the SVG front, as digging through the changelog showed a few SVG-related bits: - Added partial SVG Tiny 1.2 support -

Re: SV: Re: [svg-developers] Dynamically Altering Animation

2007-09-03 Thread Antoine Quint
On 3 sept. 07, at 16:11, Roger F. Gay wrote: What I'd like to do is animate the motion (then I'll try to alter that instead of what I've been doing). But I can't get it to work. The svg that I'm currently generating is as follows. The actual effect is that it just shows up in the

Re: SV: Re: SV: Re: [svg-developers] Dynamically Altering Animation

2007-09-03 Thread Antoine Quint
Have to say that I haven't used the Adobe SVG Viewer and MSIE for ages (running an Intel-based Mac), so I'm not sure I can help you out with the specifics there. Sorry, Antoine -- Blog — http://the.fuchsia-design.com On 3 sept. 07, at 16:47, Roger F. Gay wrote: I got it running (after

Re: SV: Re: SV: Re: SV: Re: [svg-developers] Dynamically Altering Animation

2007-09-03 Thread Antoine Quint
On 3 sept. 07, at 16:57, Roger F. Gay wrote: It's really bugging me. Now I've got it working up to the point that it processes my first change the way it should. The second change and it's back to translating ímmediately. If you get your code working in Opera 9 and posted so I can access

Re: [svg-developers] Re: Dynamic xlink:href creation problem

2007-09-02 Thread Antoine Quint
Hi, That code fragment looks good, although the DTD declaration and the ? xml? processing instruction is superfluous. Best way to help you out from that point on would be to share your whole file with the group by posting is somewhere as attachements to this mailing-list are not accepted

Re: [svg-developers] Re: SVG on Dual Core Machines ?

2007-02-27 Thread Antoine Quint
On 27 févr. 2007, at 11:15, Chris Peto wrote: Unfortunetly, all these implementations that you refer to are too slow. I hope these implementations will work on performance soon or are already. There may of course be features which Opera is worse than ASV in terms of performance, but I

Re: [svg-developers] Grand Paradiso error in adding DOM nodes

2007-02-21 Thread Antoine Quint
On 21 févr. 2007, at 09:56, a_pointet wrote: Error: uncaught exception: [Exception... Node cannot be used in a document other than the one in which it was created code: 4 nsresult: 0x80530004 (NS_ERROR_DOM_WRONG_DOCUMENT_ERR) You're probably trying to append a node from a given Document

Re: [svg-developers] FF3.0a2 works great

2007-02-13 Thread Antoine Quint
Hi there, As an additional note, I'd like to say that I get to work every day with the latest (give or take a couple of weeks) trunk of Gecko, which is also used in Mozilla, for Joost and that the progress in SVG support and mixing with other XML grammars supported natively in Gecko has

Re: [svg-developers] SVG In Mobile

2007-01-20 Thread Antoine Quint
On 20 janv. 2007, at 10:54, chalat rangsimatewan wrote: Im try to develop svg in mobile device (Nokia 6670). I cant to change path properties (fill). What SVG engine are you using exactly? Is it SVGT 1.2 capable? JSR 226 Java APIs? As far as I know, the 6670 has no native support for SVG

[svg-developers] Invitation to Rich Mobile Experiences with SVG Event in NYC, January 29th

2007-01-08 Thread Antoine Quint
Hi all, The MobileMonday NY committee, Antoine Quint of SVG.org, Scott Weiss of Usable Products and Dan Appelquist of Vodafone and MobileMonday London are happy to invite you to the Rich Mobile Experiences with SVG event held in New York City on January 29th. This event has been set up

Re: [svg-developers] how to use svg test suite

2007-01-02 Thread Antoine Quint
Hi, On 2 janv. 2007, at 13:15, divick_kishore wrote: I want to test a particular player for conformity / compliance with respect to SVGT 1.2 Spec from W3C. I downloaded the tests suite from W3C website and it contains some svg content, some html pages with SVG content and some png images.

Re: [svg-developers] Re: What should the evt.target object be for a use tag?

2006-12-29 Thread Antoine Quint
Hi Bruce, On 28 déc. 2006, at 20:14, brucerindahl wrote: Is there a reference? It would help if I post bugs to Mozilla and Batik. The bug already exists in the Mozilla database: https://bugzilla.mozilla.org/show_bug.cgi?id=265895 If you have a testcase, you should post it there to help

Re: [svg-developers] What should the evt.target object be for a use tag?

2006-12-26 Thread Antoine Quint
On 27 déc. 2006, at 03:48, brucerindahl wrote: What is the correct value in this case?? It should be an SVGElementInstance instance. Antoine -- Blog — http://the.fuchsia-design.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

Re: [svg-developers] SVG 1.1 test suite updated -- assumption 1

2006-12-14 Thread Antoine Quint
Hi David, On 14 déc. 2006, at 22:26, ddailey wrote: 1. A viewer/renderer/browser/software-package ought to render things the way they are described here. If a viewer does all 275 of these things properly then it is doing well. That's right. However, this is not an exhaustive test suite

Re: [svg-developers] SVG 1.1 test suite updated - Assumption 3

2006-12-14 Thread Antoine Quint
On 14 déc. 2006, at 22:29, ddailey wrote: 3. If a viewer fails to render something the way it is specified here, then it is the fault of the viewer rather than the fault of the code. (I hate to count the hours I've tried figuring out if something is my fault or the browser's fault.)

Re: [svg-developers] SVG 1.1 test suite updated - assumption 2

2006-12-14 Thread Antoine Quint
On 14 déc. 2006, at 22:28, ddailey wrote: 2. These 275 things represent a subset of the entire Full/Basic/ Tiny W3C Recommendation -- not the entire specification. That is correct. The SVG Working Group will continue to work on more tests, and will welcome any additional, well-written tests

Re: [svg-developers] SVG 1.1 test suite updated - Assumption 4 of 5

2006-12-14 Thread Antoine Quint
On 14 déc. 2006, at 22:30, ddailey wrote: 4. This looks like several hundred person-hours of effort. You certainly got that right. Antoine -- Blog — http://the.fuchsia-design.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

Re: [svg-developers] Mars and svg specifications

2006-12-12 Thread Antoine Quint
On 12 déc. 2006, at 06:08, Leonard Rosenthol wrote: There are a few places that we had to extend SVG to support features in PDF, including in the areas of colorspaces, transparency and prepress functionality. All of our extensions are documented and should also be namespaced. Good to

[svg-developers] A Look Into SlingPlayer Mobile's Use of SVG Tiny

2006-11-10 Thread Antoine Quint
Hi there, I got a chance to talk with the SlingMedia guys who have just announced the Symbian release of their player. As it turns out, they used SVG Tiny to power the user interface of their product. You can read on about this SVG success story on my blog:

[svg-developers] New Article: Advanced SVG Animation Techniques

2006-11-08 Thread Antoine Quint
Hi everyone, Dev.Opera, Opera's new developer-oriented website, has just published my latest article, first for a long while, dealing with the combination of SVG's supported SMIL animation elements, DOM and JavaScript to create canned effects to be applied dynamically to any SVG element.

Re: [svg-developers] Adobe extends ASV customer support and download availability

2006-10-11 Thread Antoine Quint
On 11 oct. 2006, at 01:47, Paton J. Lewis wrote: In response to customer feedback, Adobe has extended customer support and download availability for Adobe SVG Viewer. Customer support for Adobe SVG Viewer will now cease on January 1, 2008; downloads of Adobe SVG Viewer will cease on January

Re: [svg-developers] Adobe extends ASV customer support and download availability

2006-10-11 Thread Antoine Quint
Hey Richard, On 11 oct. 2006, at 22:10, [EMAIL PROTECTED] wrote: Yep and then a few hours later this happens Adobe has acquired vector graphics technology developed by Actimagine. Why didnt they just use SVG Seems like they have a new vector technology they are pushing Off-topic, but

Re: [svg-developers] Re: Firefox Animation

2006-10-05 Thread Antoine Quint
On 5 oct. 2006, at 11:24, revelonshift wrote: Hi Andreas, how it is that you know, there will be SMIL support in Batik 1.7? I was not able to find and verify this information, although it souns as a great news! Current svn builds have SMIL animation implemented already, so I guess 1.7 will

Re: [svg-developers] Re: new population pyramid = now firefox and opera-compliant

2006-09-27 Thread Antoine Quint
On 27 sept. 2006, at 12:16, krugerboy1971 wrote: A point raised by Antoine is worth another question - should I still be putting SVG in HTML wrappers? I seem to remember that I started doing it after Andreas pointed out to me that browsers like Safari with ASV wouldn't work without it - but

Re: [svg-developers] new population pyramid = now firefox and opera-compliant

2006-09-22 Thread Antoine Quint
Hi, Really nice. Just a note, when using Opera 9.0.2 on Mac OS X, I can indeed view http://www.statistics.gov.uk/populationestimates/ svg_pyramid/uk/pyramid4_3.svg, but not the HTML file containing it. Maybe you should use object/ instead of embed, or better yet, not use HTML at all since

Re: [svg-developers] createElement does not work

2006-09-01 Thread Antoine Quint
? But the fact that your code works in Opera is a sign that you're probably doing something right :) Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

Re: [svg-developers] createElement does not work

2006-08-31 Thread Antoine Quint
document.createElementNS('http://www.w3.org/2000/svg', 'circle'); Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers

Re: [svg-developers] relative element positioning

2006-08-30 Thread Antoine Quint
element. Do you mean: g ... rect .../ /g where rect needs to be located relative to the g element? Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com - To unsubscribe send a message to: [EMAIL PROTECTED

Re: [svg-developers] Stopping svg animation from within javascript code

2006-06-05 Thread Antoine Quint
= document.getElementById('my_anim'); // stops the animation anim.endElement(); Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text portions of this message have been removed] Yahoo! Groups Sponsor

Re: [svg-developers] SVG on Google Maps in FF

2006-05-04 Thread Antoine Quint
On 4 mai 2006, at 15:52, Jonathan Chetwynd wrote: not on OS X Works fine on OS X for me with both Firefox and Camino. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text portions of this message have been

Re: [svg-developers] SVG on Google Maps in FF

2006-05-04 Thread Antoine Quint
using an Intel-powered Mac. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- Home is just

Re: [svg-developers] ASV on Intel Macs

2006-04-25 Thread Antoine Quint
application and thus always runs under Rosetta. Of course, I really hope Adobe would actually compile an Intel or Universal Binary version of ASV for Intel Macs. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text

[svg-developers] April 2006 Mobile Monday

2006-03-27 Thread Antoine Quint
of presentations small so that everyone has more time to mingle and talk. General feedback has been that the presentations were running too long, and I've been paying attention! So here are the three extremely high quality presenters we'll be hearing from: * Antoine Quint - from Fuchsia Design

Re: [svg-developers] Any info on Nokia N70 ?

2005-12-15 Thread Antoine Quint
fine within the browser. SVG is actually used within the several animated tutorials that are on the device to teach you how to use the phone. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text portions

[svg-developers] Current Status of the SVG Implementation in WebKit

2005-12-08 Thread Antoine Quint
Safari and OmniWeb. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- AIDS in India

Re: [svg-developers] getSheet() and FireFox 1.5

2005-12-08 Thread Antoine Quint
is this .sheet accessor? Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- Most low income households

Re: [svg-developers] Adobe/Macromedia

2005-12-06 Thread Antoine Quint
, including SVG-t and Flash, to meet the needs of customers and partners worldwide. http://www.adobe.com/aboutadobe/invrelations/adobeandmacromedia_faq.html Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text

Re: [svg-developers] Adobe/Macromedia

2005-12-06 Thread Antoine Quint
will be maintained (ie. support in future Illustrator and GoLive versions) or expanded (ie. support within Flash or another dynamic content authoring tool). These are the type of things I would really like to know :) Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C

Re: [svg-developers] Predictive graphics pipeline

2005-12-01 Thread Antoine Quint
On 1 déc. 2005, at 17:57, John wrote: Does SVG support predictive graphics pipelining? http://trunks.secondfoundation.org/files/psychic.swf Yes. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text

Re: [svg-developers] Firefox 1.5 with SVG now officially released

2005-11-30 Thread Antoine Quint
, missing namespaces, mimetypes and invalid DOM-methods. And we can only applaud the Firefox for going this way, everyone needs to have a strict environment to create better content. Long live SVG in Firefox! Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG

Re: [svg-developers] Re: problem in rendering SVGT on K600! please help folks!

2005-11-28 Thread Antoine Quint
://lab.vodafone.com:8008/sharesvg http://lab.vodafone.com:8008/chartsvg I think these work on a K750, so it would seem that it's not all server-generated content that crashes the browser. It's got to be something else, but what could it be? Antoine -- Antoine Quint — Fuchsia Design SVG Client-side

[svg-developers] Re: problem in rendering SVGT on K600! please help folks!

2005-11-14 Thread Antoine Quint
Larsson --- In svg-developers@yahoogroups.com, Antoine Quint [EMAIL PROTECTED] wrote: Hi, On 10 nov. 2005, at 01:44, tomilarsson wrote: I checked this on SonyEricsson K750 as well and it gives the same result, however when I do this on a Siemens-CX65 device with embedded SVG fonts, it just

Re: [svg-developers] Re: problem in rendering SVGT on K600! please help folks!

2005-11-14 Thread Antoine Quint
and K600 phones. The origin of the problem is quite shady right now as the Ikivo viewer itself is known to handle both cases in other phones, which could mean that something is wrong with the integration within Sony Ericsson phones. I'm looking into this right now. Antoine -- Antoine

Re: [svg-developers] problem in rendering SVGT on K600! please help folks!

2005-11-10 Thread Antoine Quint
? By the way, the CX65 is also powered by Ikivo, so it looks like it may be a Sony Ericsson specific issue we're dealing with here. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text portions of this message

Re: [svg-developers] getClientX() and getBBox() not in Firefox 1.5?

2005-10-16 Thread Antoine Quint
work in Firefox. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http

Re: [svg-developers] [PROP:] SVG-DEV DAY(S) - PARIS

2005-08-25 Thread Antoine Quint
corporations in France that could/should use SVG in their product offering/services, especially in the telecom industry. Whatever happens, I'll be there and offer to present! Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia

Re: [svg-developers] Uses for getBBox, getCTM, getScreenCTM and getTransformToElement

2005-07-20 Thread Antoine Quint
to translate mouse coordinates, or coordinates local to a specific group. getTransformToElement I use it all the time to translate coordinates local to a specific group with regards to higher-level group. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert

Re: [svg-developers] svg viewer plug-in in web browser of mobile devices ?

2005-07-13 Thread Antoine Quint
it can also open standalone SVG documents within the web browser. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com

Re: [svg-developers] Re: mms/svg

2005-07-08 Thread Antoine Quint
not delete the XML file if you plan to reoptimize the message for another device.) =8= I have not tried that myself, Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com - To unsubscribe send a message

Re: [svg-developers] mms/svg

2005-07-06 Thread Antoine Quint
/ Nokia_7710_Creating_MMS_Content_v1_0en.pdf Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership

[svg-developers] CanvaSVG - SVG on top of canvas

2005-06-01 Thread Antoine Quint
. If you're into that sort of things, head over to: http://fuchsia-design.com/CanvaSVG/ Many thanks to Kevin Lindsey for all his help on this. Antoine -- Antoine Quint Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com - To unsubscribe

Re: [svg-developers] video in SVG Tiny 1.2

2005-05-24 Thread Antoine Quint
for my video. Do you think this is possible? I don't think this is possible in SVGT 1.2. Antoine -- Antoine Quint Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

Re: [svg-developers] video in SVG Tiny 1.2

2005-05-24 Thread Antoine Quint
On 24 mai 2005, at 16:18, Michael Bolger wrote: Antoine Quint wrote: It is still being discussed within the group whether the video restarts at its same internal time it has been paused or whether it resumes at the time of the timeline. Would it be possible to have both options? We

[svg-developers] The Guardian's Take on Flash and SVG

2005-05-23 Thread Antoine Quint
by SVG Tiny without major changes to the many users of the Flash ecosystem. Antoine -- Antoine Quint Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

Re: [svg-developers] The Guardian's Take on Flash and SVG

2005-05-23 Thread Antoine Quint
On 23 mai 2005, at 18:37, Richard Gnyla wrote: Found this Microsoft Engineers blog about IE7 and PNG/SVG. Where? Antoine -- Antoine Quint Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com - To unsubscribe send a message

Re: [svg-developers] Re: Flex SVG

2005-05-19 Thread Antoine Quint
, there is no mention of a particular W3C-sentenced profile that Flex would adhere to, etc. Basically there are no tools for Flex developers to have any predictable basis for importing SVG in their document. Antoine -- Antoine Quint Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert

Re: [svg-developers] SVG Devlopment

2005-05-16 Thread Antoine Quint
On 16 mai 2005, at 22:26, Randy George wrote: Will there be any SVG Tiny 1.2 devices available by this summer? No. Antoine -- Antoine Quint Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com - To unsubscribe send a message

Re: [svg-developers] SVG Devlopment

2005-05-15 Thread Antoine Quint
) or Java , multimedia capabilities, etc. Currently available tools for creating mobile SVG content: - Adobe Creative Suite 2 Illustrator and GoLive - Ikivo Animator - Beatware Mobile Designer Those will definitely help you get on your feet. Antoine -- Antoine Quint Fuchsia Design SVG

[svg-developers] Antigrain and Renesis

2005-05-05 Thread Antoine Quint
was also made available on the gosvg.net website. By the way, I have posted a news story on SVG.org about Renesis: http://svg.org/story/2005/5/4/71547/41740. Hope that helps gathering interest in this promising project. Good luck to all involved! Antoine -- Antoine Quint Fuchsia Design SVG

Re: [svg-developers] Re: Antigrain and Renesis

2005-05-05 Thread Antoine Quint
news for SVG, so it had its place on SVG.org :) Antoine -- Antoine Quint Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers

Re: [svg-developers] Re: Antigrain and Renesis

2005-05-05 Thread Antoine Quint
or svgz file into Renesis and it'll render it.. like the Map demo. Actually, the map thing (comparison to ASV) is a raw 40 MB SVG File with about 800,000 Lines of XML Code in it. Antoine -- Antoine Quint Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http

Re: [svg-developers] Re: Antigrain and Renesis

2005-05-05 Thread Antoine Quint
On 6 mai 2005, at 03:48, Alexander Adam wrote: Do you actually use Antigrain for your rendering? Yes, some little parts of it. Why - is there something wrong with that? No, in fact it's good news given the praise about that rendering library. Antoine -- Antoine Quint Fuchsia Design

Re: [svg-developers] GoSVG.NET (Renesis SVG Viewer) has gone online!

2005-05-04 Thread Antoine Quint
-- Antoine Quint Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links

Re: [svg-developers] Adobe SVG Viewer 3.03 for Windows

2005-05-03 Thread Antoine Quint
here. There was a security issues, Adobe fixed it. Now, Adobe making SVG Tiny one of the few new big features in the Creative Suite might be such an indication. But right now, it's anyone guess what's going to happen.. Antoine -- Antoine Quint Fuchsia Design SVG Client-side XML Consulting

Re: [svg-developers] new SVG Game: Sokoban

2005-04-25 Thread Antoine Quint
On 25 avr. 2005, at 15:04, Holger Will wrote: i havent tested on a mac, so if you are on a mac please let me know if it works. Works perfect with omniweb. Well done! Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia

Re: [svg-developers] Percentage-Based Path in SVG Tiny

2005-04-21 Thread Antoine Quint
percentages based on the values you stick into the width and height of the svg element. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com [Non-text portions of this message have been removed] - To unsubscribe

Re: [svg-developers] opera browser in Adobe CS2

2005-04-05 Thread Antoine Quint
On 5 avr. 2005, at 15:26, Andre M. Winter - Carto.net wrote: what does that mean for SVG? I think it doens't mean anything. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com [Non-text portions

[svg-developers] SVG Wiki is Temporarily Offline

2005-03-30 Thread Antoine Quint
for content on the wiki get temporarily redirected to this announcement on SVG.org - http://svg.org/story/2005/3/30/122830/422. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com [Non-text portions of this message

Re: [svg-developers] SVG Wiki

2005-03-28 Thread Antoine Quint
On 28 mars 2005, at 17:02, Marjorie Roswell wrote: http://wiki.svg.org/ used to be a great resource, before a spammer took over. Who's able to help restore it? I'm happy to help, if someone gives me access. It's in the process of being restored. Stay tuned. Antoine -- Antoine Quint

Re: [svg-developers] Re: Macromedia SVGT in Flash Lie 1.1

2005-03-24 Thread Antoine Quint
will probably have better luck getting your hands on an SVGT-enabled phone if it doesn't run Flash Lite with SVGT. If all you care about is a phone with SVG Tiny support, then forget about Macromedia Flash Lite. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert

Re: [svg-developers] Re: Macromedia SVGT in Flash Lie 1.1

2005-03-24 Thread Antoine Quint
to speed on Macromedia happenings around SVG. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED

Re: [svg-developers] Re: Macromedia SVGT in Flash Lie 1.1

2005-03-23 Thread Antoine Quint
, there are absolutely NO licensee of the SVG parts of the Flash Lite player. Maybe Macromedia has some deals, but the general public has never been informed of such deals. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia

Re: [svg-developers] Macromedia SVGT in Flash Lie 1.1

2005-03-22 Thread Antoine Quint
that support SVG Tiny, you can go to http://svg.org/special/svg_phones. Hope that helps, Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com [Non-text portions of this message have been removed] - To unsubscribe send

Re: [svg-developers] endElement

2005-03-11 Thread Antoine Quint
to use endElement() on have its end attribute set to indefinite? If not, endElement() will not work on that element. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia-design.com [Non-text portions of this message have been

Re: [svg-developers] What Wireless Phones

2005-03-04 Thread Antoine Quint
On 4 mars 2005, at 00:48, tbone58x wrote: can support SVG content right now? Will it only render SVG 1.2 (tiny)? Have a look at http://svg.org/special/svg_phones. All the phones listed there are SVGT 1.1 compliant. Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting

[svg-developers] Recent Mobile SVG News

2005-03-01 Thread Antoine Quint
/03453 3GSM: Sony Ericsson Announces Two New SVG Phones http://svg.org/story/2005/2/14/162739/291 3GSM: Obigo to Demonstrate SVG http://svg.org/story/2005/2/12/105133/480 Antoine -- Antoine Quint — Fuchsia Design SVG Client-side XML Consulting W3C Invited Expert (SVG and CDF) http://fuchsia

Re: [svg-developers] Re: SVG Editor with animation capability

2005-01-21 Thread Antoine Quint
Mobile Designer is. Which is good, we need many tools and diversity for SVG Tiny to succeed. You can check them out at http://beatware.com/products/md.html and http://www.ikivo.com/animator/index.html. You can download both tools for trial. Antoine -- Antoine Quint [EMAIL PROTECTED] W3C

Re: [svg-developers] Problems installing ASV 3 on Macintosh OS X

2005-01-20 Thread Antoine Quint
freezes at Copying... SVG Plugin. Are you by any chance using UFS as your file system? Antoine -- Antoine Quint [EMAIL PROTECTED] W3C Invited Expert (SVG and CDF) SVG Consulting and Outsourcing http://svg.org/user/uid:2/diary [Non-text portions of this message have been removed

Re: [svg-developers] Problems installing ASV 3 on Macintosh OS X

2005-01-20 Thread Antoine Quint
wrong with your install, sorry. Antoine -- Antoine Quint [EMAIL PROTECTED] W3C Invited Expert (SVG and CDF) SVG Consulting and Outsourcing http://svg.org/user/uid:2/diary [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED

[svg-developers] SVG.org News Syndicated on W3C SVG Public Page

2004-12-09 Thread Antoine Quint
and have it broadcasted to not just SVG.org, but also all of the websites syndicating its contents, such as W3C and XML. Antoine [0] http://svg.org/ [1] http://www.w3.org/Graphics/SVG/ [2] http://svg.org/special/RSS_feeds [3] http://svg.org/submit -- Antoine Quint [EMAIL PROTECTED] W3C Invited Expert

Re: [svg-developers] eventlistener

2004-11-04 Thread Antoine Quint
listeners they have. For what it's worth, you can always call removeEventListener even if there are no event listeners. According to the DOM Level 2 specs, there are no exceptions or errors thrown in the case where you're trying to remove an event listener that isn't there. Antoine -- Antoine