Re: [svg-developers] Re: Performance tips

2006-09-21 Thread Phi Tran
. If your pixel need to be in anti-alias you are forcing the player to calculate and paint extra pixels (maybe 10- 15. . .) Hope it helps Phi On 9/21/06, Phi Tran [EMAIL PROTECTED] wrote: In my experience I use this scheme and it helps. I use multiple layers specially those that serve

Re: [svg-developers] Re: Performance tips

2006-09-21 Thread Phi Tran
-developers%40yahoogroups.com, Phi Tran [EMAIL PROTECTED] wrote: In my experience I use this scheme and it helps. I use multiple layers specially those that serve as the background. Then I only redraw the layer that need to change. In this case I do not force the player to scan/redraw

Re: [svg-developers] Re: Performance tips

2006-09-21 Thread Phi Tran
% of CPU load :-( --- In svg-developers@yahoogroups.com svg-developers%40yahoogroups.com, Phi Tran [EMAIL PROTECTED] wrote: More tips. - Only use Semi-transparent or Semi-opacity when it is in real need. A pixel is processed multiple times faster if it not Semi-opacity.(this is one

Re: [svg-developers] Re: Performance tips

2006-09-21 Thread Phi Tran
, but nontrivial ones fall onto a slower general codepath. -tor -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com [Non-text portions of this message have been removed] - To unsubscribe

Re: [svg-developers] Re: Performance tips

2006-09-21 Thread Phi Tran
() but to cache every single reference in a seperate variable of your own. currently mozilla re-looks up every node in the DOM for XML documents, and it's very, very slow. Jim. -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering

Re: [svg-developers] Re: Performance tips

2006-09-21 Thread Phi Tran
On 9/21/06, Phi Tran [EMAIL PROTECTED] wrote: On 9/21/06, Jim Ley [EMAIL PROTECTED] wrote: revelonshift [EMAIL PROTECTED] revelonshift%40yahoo.com wrote in message news:[EMAIL PROTECTED] eetniq%2Bdls9%40eGroups.com... Hello there. Is there somebody experienced in high

Re: [svg-developers] Re: Browser-based SVG rendering proof-of-concept

2006-09-12 Thread Phi Tran
people, but in the end I think this will be positive for the community as it will break our reliance on a viewer that has been stagnate for many years. Kevin KevLinDev - http://www.kevlindev.com -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus

Re: [svg-developers] Re: Announcement: Adobe to Discontinue Adobe SVG Viewer

2006-09-07 Thread Phi Tran
+applet or javascript + custom protocol. Cheers. -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com Note: Iam waiting for the outcome of IE7 for I can release the Zipprotocol. [Non-text portions

Re: [svg-developers] Base64 encoded Gif in Firefox and IE

2006-08-10 Thread Phi Tran
removed] -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

Re: [svg-developers] SVG development library

2006-08-09 Thread Phi Tran
). -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com

Re: [svg-developers] decrease stroke-width when zoomed in?

2006-08-08 Thread Phi Tran
). Thank you in advance. Regards Csorba [Non-text portions of this message have been removed] -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com [Non-text portions of this message have been

Re: [svg-developers] Re: XSLT whitespace problem

2006-08-07 Thread Phi Tran
(which is char 13,10 and 32). Even before it leave the machine. Hope this help Phi -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com [Non-text portions of this message have been removed

Re: [svg-developers] Re: XSLT whitespace problem

2006-08-07 Thread Phi Tran
On 8/7/06, Phi Tran [EMAIL PROTECTED] wrote: On 8/7/06, waynehet [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.comsvg-developers%40yahoogroups.com, Martin Honnen [EMAIL PROTECTED] wrote: Here is a static SVG document http://www34.brinkster.com/libertydevelop

Re: [svg-developers] Adding an arrow at the other end of a line

2006-08-04 Thread Phi Tran
for your help. Fulio Pen - Yahoo! Music Unlimited - Access over 1 million songs.Try it free. [Non-text portions of this message have been removed] -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG

Re: ASV v2.0 detection (Was Re: [svg-developers] Data not available)

2006-08-03 Thread Phi Tran
know their SVG isn't silently failing to work, with the end user believing they are SVG capable while actually seeing your content displayed in the ASV2.0 plugin? Guy On 03/08/2006, at 2:08 PM, Phi Tran wrote: On 8/2/06, Guy Morton [EMAIL PROTECTED] guy%40alchemy.com.au wrote: Hi

Re: [svg-developers] Data not available

2006-08-02 Thread Phi Tran
. Phi -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

Re: [svg-developers] disable SVG interaction

2006-08-02 Thread Phi Tran
event. I think??. Because it is a System's Window. The OS dispatch those message to that window. IF that is the case, then it gives you is only one option to do something on the SVG before it's submitted. Hope this help. Phi -- Phi - Tran Hugely increase your speed, saving your band-width

Re: [svg-developers] getElementFromPoint

2006-08-01 Thread Phi Tran
color at a given point. Hoppefully in the future. If that capacity is there then it is the work of the browsers however I don't know how they can do it in the situation that the image that plug-in produced such as flash?. Hope this help. -- Phi - Tran Hugely increase your speed, saving your

Re: [svg-developers] something maybe out of topic.........

2006-07-31 Thread Phi Tran
that you have to have the data in XML format. (otherwise it hang death) . I would suggest you should do GET =Less a little bit of surprise. Cheers. Phi -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com

Re: [svg-developers] problem regarding transform

2006-07-28 Thread Phi Tran
expressed in this e-mail communication are taken to be those of the individual sender, except where the sender specifically attributes those views to Australia Post and is authorised to do so. [Non-text portions of this message have been removed] -- Phi - Tran Hugely increase your speed

Re: [svg-developers] Re: Adobe SVG Licensing

2006-07-28 Thread Phi Tran
page within a .NET2.0 Application. I can't find enough information in the license agreement about this specifically. If anybody on this group has any experience on this matter, can you please share them? Regards, PH. -- Phi - Tran Hugely increase your speed, saving your band

Re: [svg-developers] reusing an animateTransform in a use?

2006-07-26 Thread Phi Tran
? If so I can quit trying. Thanks, David -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com [Non-text portions of this message have been removed] - To unsubscribe send a message

Re: [svg-developers] Svg dom parsing problem

2006-07-26 Thread Phi Tran
need these elements, try putting them in a different namespace. I've used this technique before with multiple viewers. G. Wade PS. One copy of the question was all you needed. -- If it doesn't have to be right, I can make it arbitrarily fast. -- Rick Hoselton -- Phi - Tran Hugely

Re: [svg-developers] problem regarding transform

2006-07-26 Thread Phi Tran
,transform,translate (+positionx+,+positiony+)); Is there a way to combine both statement stated above to become 1 statement? Coz after I scale the shape, and translate it, the scale change to it default value again... I don't know why Regards, achio. -- Phi - Tran Hugely increase your

Re: [svg-developers] HI

2006-07-24 Thread Phi Tran
. Home No: +49 5413329380. == A Mind is a terrible thing to waste - Dan Quayle - See the all-new, redesigned Yahoo.com. Check it out. [Non-text portions of this message have been removed] -- Phi - Tran Hugely increase

Re: [svg-developers] Re: open.window command?

2006-07-24 Thread Phi Tran
this structure in SVG? Thanks. Csorba Edith P.S. Thanks for the help around the .js files. The problem was with the server - it did not see them, so I had to move them to another folder and use absolute paths within my code, and to set appropriate permissions for them. -- Phi

Re: [svg-developers] external javascript files

2006-07-17 Thread Phi Tran
/myStyle.css type=text/css? try : xlink:href=http://YourDomain.com/docs/myStyle.css; What could be the problem? Thanks in advance. And thanks for the previous help/s. Cheers. Csorba Edith Hope it help Phi -- Phi - Tran Hugely inrease your speed, saving your band-width with ZipProtocol

Re: [svg-developers] Firefox CPU usage

2006-07-17 Thread Phi Tran
% of CPU in firefox, but which uses only 50% of CPU in opera and 40% in ASV. Does anyone have any tips or ideas as to why this might be? Guy -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com

Re: [svg-developers] Re: SVG Editor -Browser Base-

2006-07-16 Thread Phi Tran
the content of images then therefore it only with ZipProtocol.(You may can explore to see if it works on other players?- Theoretically it should work with minor changes but the ceiling will be to low - I think??). Cheers Phi Phi - Tran Hugely increase your speed, saving your

Re: [svg-developers] passing params to SVG

2006-07-11 Thread Phi Tran
I don't think so) What I means is: in side the SVG. That XML aloow you can do whatever pram you want. Hope It help Phi Quoting Phi Tran [EMAIL PROTECTED] ephitran%40gmail.com: I have worked with the way IE handle protocol. This what I found it: 1-URL length is limited to about 1024 char

Re: [svg-developers] Re: Is it possible to run ASV 3 and ASV 6 concurrently?

2006-07-11 Thread Phi Tran
(ASV 3) This way, it would be possible for existing users of ASV 6 to keep using it and I could deliver content to users of ASV 3 using a new mimetype. However, I could not get this to work, and I don't know why. Any help would be appreciated, Cheers, Joe -- Phi - Tran Hugely

Re: [svg-developers] passing params to SVG

2006-07-10 Thread Phi Tran
resources and info about this? Guy -- Phi - Tran Hugely increase your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com [Non-text portions of this message have been removed] Yahoo! Groups Sponsor

Re: [svg-developers] SVG for comparing line drawings?

2006-07-07 Thread Phi Tran
. Thanks! -- Phi - Tran Hugely inrease your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- See

Re: [svg-developers] Re: Stroke does not border the Polyline border ?

2006-07-07 Thread Phi Tran
On 7/7/06, Erik Dahlström [EMAIL PROTECTED] wrote: On Thu, 06 Jul 2006 21:35:08 +0200, Phi Tran [EMAIL PROTECTED] wrote: On 7/6/06, sent1729 [EMAIL PROTECTED] wrote: Thanks for the suggestion. In my application (GIS and Mapping), I wanted to show the streets which are polylines

Re: [svg-developers] Re: Stroke does not border the Polyline border ?

2006-07-07 Thread Phi Tran
On 7/7/06, Phi Tran [EMAIL PROTECTED] wrote: On 7/7/06, Erik Dahlström [EMAIL PROTECTED] wrote: On Thu, 06 Jul 2006 21:35:08 +0200, Phi Tran [EMAIL PROTECTED] wrote: On 7/6/06, sent1729 [EMAIL PROTECTED] wrote: Thanks for the suggestion. In my application (GIS and Mapping), I

Re: [svg-developers] Re: Need for SVG Transport

2006-07-06 Thread Phi Tran
On 7/6/06, jophof007 [EMAIL PROTECTED] wrote: Hi, If you are running in a browser you can got to the DOM tree of an element and can convert DOM to svg automaticly (by means of small javascript routine scanning the DOM tree) and save it or send it by email. If the display is not SVG it

Re: [svg-developers] Stroke does not border the Polyline border ?

2006-07-06 Thread Phi Tran
On 7/6/06, sent1729 [EMAIL PROTECTED] wrote: Yes, But the stoke does not add any border to the polyline. It just strokes the polyline with a specified color and a stroke width. Say for a polyline of Stroke white with stroke width 10, I would like to draw a black border of stroke width 2,

Re: [svg-developers] Re: Stroke does not border the Polyline border ?

2006-07-06 Thread Phi Tran
and the data from the polyline at the client machine. Hope this help. --- In svg-developers@yahoogroups.com svg-developers%40yahoogroups.com, Phi Tran [EMAIL PROTECTED] wrote: On 7/6/06, sent1729 [EMAIL PROTECTED] wrote: Yes, But the stoke does not add any border to the polyline. It just

Re: [svg-developers] Render SVG using ZipProtocol

2006-07-05 Thread Phi Tran
On 7/5/06, Charles McCathieNevile [EMAIL PROTECTED] wrote: On Wed, 05 Jul 2006 19:11:53 +0200, minhducthandan [EMAIL PROTECTED]ephitran%40gmail.com wrote: I have posted a Pre-Released version of the ZipProtocol where: Installation can be checked and made automatically. Supporting IE

Re: [svg-developers] Re: images in SVG

2006-07-04 Thread Phi Tran
On 7/4/06, Martin Honnen [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com svg-developers%40yahoogroups.com, arnorro [EMAIL PROTECTED] wrote: So I am looking for a way to really integrate the binary data in the SVG. I imagine something like a CDATA section which I link in

Re: [svg-developers] images in SVG

2006-07-04 Thread Phi Tran
On 7/4/06, Erik Dahlström [EMAIL PROTECTED] wrote: On Tue, 04 Jul 2006 14:51:50 +0200, arnorro [EMAIL PROTECTED] wrote: Hello, I want to integrate binary images (mainly PNG) into a SVG document. The library I write generates SVG images which will be used in web environments. I

Re: Re : [svg-developers] My shape doesn't want to follow....

2006-06-14 Thread Phi Tran
On 6/14/06, Bruno Marquiÿe9 [EMAIL PROTECTED] wrote: Thanks for your answer. Your problem is common, though your diagnosis is probably not quite right. If you are putting the mousemove event on the target element itself, then you are losing the mousemove event when you exit the target

Re: [svg-developers] USING a *.ZIP instead of *.SVG

2006-06-12 Thread Phi Tran
We have change SVGProtocol to ZipProtocol. With more functionality and discussion such as Queuing (deferring Job), Pre-load data; and animation; including examples. You can find it at :oneplusplus.com On 6/9/06, minhducthandan [EMAIL PROTECTED] wrote: We happily inform you the new

Re: [svg-developers] Re: SVG Doubt

2006-06-09 Thread Phi Tran
of your argument: I don' have to and I don't want to answer. You and I come from different background it may drive you to think one way while other may think other way. Thanks but no thanks Phi On 6/9/06, Ronan Oger [EMAIL PROTECTED] wrote: On Friday 02 June 2006 22:44, Phi Tran wrote: I

Re: [svg-developers] Re: SVG Doubt

2006-06-04 Thread Phi Tran
) It will happen and currently happens in the alternative browsers. Once everybody else will have it, Microsoft will have it as well. Thats pretty sure. Andreas --- In svg-developers@yahoogroups.com, Phi Tran [EMAIL PROTECTED] wrote: I like to share with you all some of my thoughts based

Re: [svg-developers] SVG Protocol for FIreFox and IE 4,5,6,7

2006-06-02 Thread Phi Tran
Hi Barend. Thank you for your input. On 6/2/06, Barend Köbben [EMAIL PROTECTED] wrote: I have not have a SVG protocol NON-Windows Yet. I'd suggest you'd concentrate on getting NON-windows working, what' s the use of turning a platform independent graphics format into a windows-only one?

Re: [svg-developers] Re: SVG Doubt

2006-06-02 Thread Phi Tran
I like to share with you all some of my thoughts based on reasoning and my observation and as result on some of my experience: 1- You all know having a very good welcome and much more potential then FLASH. Adobe has more reputation then Macromedia, they an easily push it thru to become wide

Re: [svg-developers] SVG Protocol for FIreFox and IE 4,5,6,7

2006-05-31 Thread Phi Tran
On 5/31/06, minhducthandan [EMAIL PROTECTED] wrote: Hi All! We gladly send all of you an invitation to experience the smoothness and the effortless to have the SVG display on your web page using SVG protocol with easy 1,2,3 steps. Sorry for your inconvenience 1- Use your FireFox (Windows

Re: [svg-developers] Re: IE 5, 6,7 Support SVG 'Natively'? -Make it easy-

2006-05-19 Thread Phi Tran
On 5/18/06, Phi Tran [EMAIL PROTECTED] wrote: On 5/18/06, Andreas Neumann [EMAIL PROTECTED] wrote: Hi Phi, I don't understand this at all. As I understand it, the final result through this magic process is a static raster image. What is the benefit of receiving a static raster

Re: [svg-developers] Re: IE 5, 6,7 Support SVG 'Natively'? -Make it easy-

2006-05-18 Thread Phi Tran
No it is not a Plugg-in. It does not have a display As I say it is a Pluggable Protocol As defined by MS. Once installed it is a part of the Windows operation system. You can acesss SVG file thru other means such as XMLHTTP without using the browser. As an example Ie do not support SVG then make

Re: [svg-developers] Re: IE 5, 6,7 Support SVG 'Natively'? -Make it easy-

2006-05-18 Thread Phi Tran
On 5/18/06, Jeff Schiller [EMAIL PROTECTED] wrote: Phi, Can you give us some more information here? I haven't installed your DLL yet, but what is it exactly - is it a plugin for IE? Do you have some more information like what SVG features it supports, how it works. I'm afraid I had a

Re: [svg-developers] Re: IE 5, 6,7 Support SVG 'Natively'? -Make it easy-

2006-05-18 Thread Phi Tran
On 5/18/06, Andreas Neumann [EMAIL PROTECTED] wrote: Hi Phi, I don't understand this at all. As I understand it, the final result through this magic process is a static raster image. What is the benefit of receiving a static raster image? In that case PNG/GIF/Jpeg work just fine. The

Re: [svg-developers] Can I concat the transform matrix without nesting groups?

2006-05-11 Thread Phi Tran
On 5/11/06, lbland [EMAIL PROTECTED] wrote: hi- I can apply (concat) transforms using groups like this: g transform=translate(50,50) g transform=translate(2,2) ! do stuff / g transform=translate(2,2) ! do stuff / /g /g /g In this case you can. As the way rendering agent do; - The

Re: [svg-developers] Can I concat the transform matrix without nesting groups?

2006-05-11 Thread Phi Tran
need to know, it is the non- nested group behavior part I need to know. thanks!- -lance The thing I laid down there are the 'rule' for 'concatenate' without using nested part. Phi On May 11, 2006, at 8:32 AM, Phi Tran wrote: On 5/11/06, lbland [EMAIL PROTECTED] wrote: hi- I can

Re: [svg-developers] Can I concat the transform matrix without nesting groups?

2006-05-11 Thread Phi Tran
=translate(8,48) X1 xxx // that this. 6+2=8; 6+42=48 I Follow the rule. Phi On 5/11/06, lbland [EMAIL PROTECTED] wrote: On May 11, 2006, at 8:55 AM, Phi Tran wrote: The thing I laid down there are the 'rule' for 'concatenate' without using nested part. Phi- Thank you

Re: [svg-developers] progress on svg viewers?

2006-05-09 Thread Phi Tran
We also have face the same problem but in doing animation for game That caused us to sit down to develop one just for rendering - We concentrate on SPEED and SIZE. (Unfornutately it is not for MAC but it OT). This is the TIP for LARGE SVG APP. - I/we as the render developer we don't mind to

Re: [svg-developers] Javascript Libraries and SVG

2006-05-08 Thread Phi Tran
Yes; As the matter of fact JavaScript-ONLY- Can be done to the whole SVG DOC. without ASV or using Embedded tag it's supposed to work on all browsers. I have posted a demo example about 2 months ago it use only JavaScript. The speed is very much compatible plugg-in and natively supported. Phi

Re: [svg-developers] Re: Javascript Libraries and SVG

2006-05-08 Thread Phi Tran
of the site?If not could you give me the link? --- In svg-developers@yahoogroups.com, Phi Tran [EMAIL PROTECTED] wrote: Yes; As the matter of fact JavaScript-ONLY- Can be done to the whole SVG DOC. without ASV or using Embedded tag it's supposed to work on all browsers. I have

Re: [svg-developers] Re: Combining transform matricies

2006-05-07 Thread Phi Tran
W3C/SVG having the order how a,b,c,d to be translated. Such as X,y to be translate last . . . . It Realy is the 'MESS' . There is a certain combination that you will get you into the the bigger mess. such as: Matrix1 having both skewX and translate then matrix2 also having skewY and

Re: [svg-developers] Re: Vote for SVG Support in IE7

2006-05-06 Thread Phi Tran
On 5/6/06, Doug Schepers [EMAIL PROTECTED] wrote: Just a note here to indicate a major obstacle/opportunity for SVG in IE. IE does not currently support DOM2 (much less DOM3), and thus many of the methods and consistency of scripting that we are used to in SVG would not be there if IE

Re: [svg-developers] Inlining of image/bitmap data?

2006-04-27 Thread Phi Tran
You can also use: http://www.motobit.com/util/base64-decoder-encoder.asp where you can import your image file then have it encoded into base64 format. THEN append this data:image/png;base64, in front. (for png) or data:image/tif;base64, for tif .. so on. (all the comma and the colum,semi-column

Re: [svg-developers] Inlining of image/bitmap data?

2006-04-27 Thread Phi Tran
Oh. Something I forget: I have NO LUCK on IE(4,5,6) when using bae64 data encoding (except on mime). Maby when you go thur ASV there is different. On 4/27/06, Phi Tran [EMAIL PROTECTED] wrote: You can also use: http://www.motobit.com/util/base64-decoder-encoder.asp where you can import

Re: [svg-developers] Re: Trouble with fonts

2006-04-26 Thread Phi Tran
On 4/26/06, Nikolya Patskov [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com, Andreas Neumann [EMAIL PROTECTED] wrote: Hi, do you use the correct unicode encoding? Does the machine with the viewer have the font installed? Or did you embed the font as an svg font?

Re: [svg-developers] Re: Sending SVG segment by Email

2006-04-21 Thread Phi Tran
On 4/21/06, Francis Hemsher [EMAIL PROTECTED] wrote: Hi Thomas, I truly sense that Batik is a valid tool, and a great amount of quality effort has been invested. Sometimes, however, we loose focus on the need to access that effort in an intuitive and seamless manner. Believe me, I have made

Re: [svg-developers] SVG dying?

2006-04-18 Thread Phi Tran
I disagree 100% for the following reason. 1- Web User more and more become sophisticated. They want the info with pleasure/ entertained Both you and I agree they/consumers always demand more and more. (according in one internal study of a F100 in Houston, Tx that it has more surf activity (40%)

Re: [svg-developers] Re: An SVG Tutorial

2006-04-17 Thread Phi Tran
I Use Opera 8.54 then. Tools-Delete private data .. -- Advanced (select delete catch) ... Then restart the browser. (It work for me). Phi On 4/17/06, David Dailey [EMAIL PROTECTED] wrote: At 08:28 PM 4/16/2006, Guy wrote: Has anyone compiled a how-to for making your SVG app work in Opera?

Re: [svg-developers] Re: An SVG Tutorial

2006-04-13 Thread Phi Tran
On 4/13/06, Jeff Schiller [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com, domenico_strazzullo [EMAIL PROTECTED] wrote: OT but somehow related: I don't know how long the updated svg page at Adobe has been on, but it states Adobe has taken a leadership role in the

Re: [svg-developers] rubber-banding?

2006-03-31 Thread Phi Tran
I think it is easier you doing that in Javascript with a div, dotted border style and: -For IE: using alpha filter to make transparent background. (do not use background-color:transparent) -For FF load a PNG blank PNG file (as transparent background) On 3/31/06, David Dailey [EMAIL PROTECTED]

Re: [svg-developers] Re: IE7 Beta 2 has an SVG Embed Problem

2006-03-25 Thread Phi Tran
On 3/25/06, Geoffrey Swenson [EMAIL PROTECTED] wrote: This is due to the Eolas patents. Even if you are an ardent M$ hater, you have to be on M$ side on this one, since after Eolas gets done with Microsoft, they intend to go after everyone else. The patents don't look like they are valid in

Re: [svg-developers] SVG cellular automata

2006-02-13 Thread Phi Tran
We have encounter tered the same problem That have caused us to to abandoned some of our works. As you said the IE will mess you up with about 5000-6000 elements (not 50,000). FF Not doing much better either- it will take you a century to get a mouse click event. There are several avenues you can

Re: [svg-developers] RE: Outline of ellipse

2006-02-05 Thread Phi Tran
Definitely you need at least two path. If you could not find that then I can send you a javascript rountine to split that Ellipse into 4 Bezier Curves. Left-top,right bottom. But I you need to devide your ellpise not at the 90 degree even then: The you can do the Path with four ARC(s).

Re: [svg-developers] Plugin opensource

2006-02-01 Thread Phi Tran
On 2/1/06, Bru, Pierre [EMAIL PROTECTED] wrote: I fail to understand why you would want to build a plugin from scratch for SVG when instead you could contribute to Mozilla's SVG team, or Konqueror's SVG team, which are open source, and help those implementation get better. does

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Phi Tran
FYI. Yes. and No. Yes there are some models floating on the NET. 1- Server side java base SVG - Png (from SUN and GOOLE). (You can obtain source ??). 2- Java base Applet that can render SVG image. (Not very impressive) 3- Similar to FishEye Menu (on the net). Requiring client/server round trip?

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Phi Tran
='javascript' src=file1.js /SCRIPT SCRIPT language='javascript' src=file2.js /SCRIPT so on . . It works on FF v1+, IE 4+ ; opera . As long as it is a graphical browsers. []s Phi Tran escreveu: FYI. Yes. and No. Yes there are some models floating on the NET. 1- Server

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Phi Tran
of the specificaition 1.1 W3C. Don't you think ? []s Phi Tran escreveu: FYI. Yes. and No. Yes there are some models floating on the NET. 1- Server side java base SVG - Png (from SUN and GOOLE). (You can obtain source ??). 2- Java base Applet that can render SVG

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Phi Tran
available. All you need to do is read it. Ronan On Tuesday 31 January 2006 20:53, Phi Tran wrote: But as you know ADOBE is abandoned SVG viewer. And 1- It is not CROSS-BROWSER such as IE 2- I don't like to deal with black box. I want to allow the Web author more flexibility such as to know

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Phi Tran
Please forgive me for I can go back to my work. On 1/31/06, Ronan Oger [EMAIL PROTECTED] wrote: On Tuesday 31 January 2006 21:53, Phi Tran wrote: 1- There no server-side XMLHTTP needed. It is 100% Client process. (All it need is an SVG file form the server.). . Right, as long as you

Re: [svg-developers] Re: Doubt

2006-01-27 Thread Phi Tran
Hi. If Am not wrong then your project is building a an embedded system for the VXWork to display SVG file?. In this is a case then . . .I do not know how much effort that you and your team can put into your project. I wasin the similar situation. If you do everthing your own then: First thing