[svg-developers] Stopping back button in Safari

2012-04-03 Thread Chris Peto
Hi, Does anybody know how to, hopefully over js, stop the back button in Safari? Thanks, Chris [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com

RE: [svg-developers] Support for Adobe SVG viewer dropped

2012-01-19 Thread Chris Peto
Hi, You also might think about using WebKit instead of IE webrowser control. Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of David Dailey Sent: Donnerstag, 19. Januar 2012 13:31 To: svg-developers@yahoogroups.com Subject: RE

RE: [svg-developers] Re: No Keyboard Events

2011-09-16 Thread Chris Peto
This brings up a good question. When the user does highlight text, how can we get that event (onfocusin?) and text that they have highlighted? From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of random_transform Sent: Donnerstag, 15. September 2011 18:39

RE: [svg-developers] IE9 and Quirks

2011-09-15 Thread Chris Peto
] IE9 and Quirks Can you explain how you're serving your document, what kind it is and what DOCTYPE you're including? On Wed, Sep 14, 2011 at 7:34 PM, Chris Peto svg...@resource-solutions.dewrote: ** Hi, I don't understand why IE9 goes to IE 9 Quirks mode, instead of IE9 standard, since svg

RE: [svg-developers] Re: IE9 and Quirks

2011-09-15 Thread Chris Peto
What should the DOCTYPE look like? From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Robert Longson Sent: Donnerstag, 15. September 2011 11:35 To: svg-developers@yahoogroups.com Subject: [svg-developers] Re: IE9 and Quirks Hi, I think IE9

RE: [svg-developers] Re: IE9 and Quirks

2011-09-15 Thread Chris Peto
Well, that got it away from Quirks, but now it says IE7 Standard From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Robert Longson Sent: Donnerstag, 15. September 2011 12:13 To: svg-developers@yahoogroups.com Subject: [svg-developers] Re: IE9 and Quirks

RE: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Chris Peto
gKeyPress(evt) { ... } function gKeyDown(evt) { ... } Hope this helps. Cheers, Chris From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of dark3251 Sent: Donnerstag, 15. September 2011 02:07 To: svg-developers@yahoogroups.com Subject: [svg

RE: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Chris Peto
Hi, I have my own focus system: //widget focusing var gFocusObj = null; function getFocus() { return gFocusObj; } //-- -- function setFocus(newfocusobject) { if(gFocusObj gFocusObj.killFocus)

RE: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Chris Peto
addEventListener? It may seem novel, but it works in all browsers, and that is what counts. Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Jacob Beard Sent: Donnerstag, 15. September 2011 02:54 To: svg-developers

RE: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Chris Peto
@yahoogroups.com] On Behalf Of Jacob Beard Sent: Donnerstag, 15. September 2011 04:14 To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] Re: No Keyboard Events Are there browsers that support SVG that do not also support addEventListener? On Wed, Sep 14, 2011 at 10:06 PM, Chris Peto

[svg-developers] IE9 and Quirks

2011-09-14 Thread Chris Peto
Hi, I don't understand why IE9 goes to IE 9 Quirks mode, instead of IE9 standard, since svg is implemeted!? I have to go to F12 then IE9 standard. Can anyone explain that or tell me how to get it to go normal IE? Mit freundlichen Grüßen/Regards Chris Peto Freelance System

[svg-developers] getting keyboard in Mobile Safari?

2011-07-21 Thread Chris Peto
Hi, Does anybody know how to get the keyboard to pop up with javascript without an input? Regards, Chris [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg-developers-unsubscr

RE: [svg-developers] how can i resize my rectangle when rectanle is about 90 degree angle

2011-03-10 Thread Chris Peto
); x-=pt.x; y-=pt.y; var parentPoint = this.getUserCoordinate (node, x, y); return parentPoint; }; Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Mr Rauf Sent: Donnerstag, 10. März 2011 07:50 To: svg

[svg-developers] Keyboard on iPod/iPhone

2011-01-19 Thread Chris Peto
Hi, I have an edit in svg. It shows up well in all browsers, but on iPhone/iPad the keyboard is not active. Is there a way to solve this? Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile

RE: [svg-developers] SVG Zoom and pan

2011-01-05 Thread Chris Peto
Hi, Here is my viewBox example: http://www.resource-solutions.de/svg/viewbox/index.html Cheers, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Mr Rauf Sent: Mittwoch, 5. Januar 2011 05:54 To: svg-developers@yahoogroups.com Subject

[svg-developers] IE8+ window.location

2010-12-20 Thread Chris Peto
Hi, I cannot set IE8 window.location. Is there some kind of security thing I can change? I must do it over javascript, any suggestions? Mit freundlichen Grüßen/Regards Chris Peto [Non-text portions of this message have been removed

[svg-developers] onload not call by back button

2010-12-20 Thread Chris Peto
Hi, Does anybody know why Opera and others do not call unload by Back and Forward? Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany [Non-text portions of this message have been removed

RE: [svg-developers] onload not call by back button

2010-12-20 Thread Chris Peto
Hi, Sorry, that was onload by back and forward button is not always called? Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Chris Peto Sent: Montag, 20. Dezember 2010 18:07 To: svg-developers@yahoogroups.com Subject: [svg

RE: [svg-developers] Introducing me and my SVG toy

2010-12-06 Thread Chris Peto
Hi, Well, that's kinda cheating if you ask us. :) Right, David? Cheers, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Oliver Boermans Sent: Montag, 6. Dezember 2010 14:01 To: svg-developers@yahoogroups.com Subject: [svg-developers

RE: [svg-developers] Re: Centering SVG in iPads and iPhones

2010-12-02 Thread Chris Peto
--- In svg-developers@yahoogroups.com mailto:svg-developers%40yahoogroups.com , Chris Peto svg...@... wrote: on my iPod touch I just use the normal width=100% height=100% viewBox=0 0 X X Then if should work iPhone too. Safari That used to work, but with the new iOS 4.2 it does not. James http

RE: [svg-developers] SVG use tag support in chrome???

2010-11-30 Thread Chris Peto
Hi, Please send me your html code. I will look at it. Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Mr Rauf Sent: Dienstag, 30. November 2010 09:16 To: svg-developers@yahoogroups.com Subject: RE: [svg-developers] SVG use tag

RE: [svg-developers] SVG use tag support in chrome???

2010-11-29 Thread Chris Peto
Hi, Did you not get my example? I did grouping without Use. Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Mr Rauf Sent: Montag, 29. November 2010 11:17 To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] SVG use

RE: [svg-developers] SVG use tag support in chrome???

2010-11-29 Thread Chris Peto
??? Thanx for reply, No I did not,can u help me to find this exaample --- On Mon, 11/29/10, Chris Peto svg...@resource-solutions.de mailto:svgdev%40resource-solutions.de wrote: From: Chris Peto svg...@resource-solutions.de mailto:svgdev%40resource-solutions.de Subject: RE: [svg

RE: [svg-developers] SVG use tag support in chrome???

2010-11-29 Thread Chris Peto
Hi, I just tested it in Chrome, works fine. But, if you changed the code to use 'Use' tag it will still not work, no. But, my example does not need 'use' tag. What version of chrome are you using? I am using 7.0.517.44 under windows. Regards, Chris From: svg-developers

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-25 Thread Chris Peto
-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Chris Peto Sent: Donnerstag, 25. November 2010 08:57 To: svg-developers@yahoogroups.com Subject: RE: [svg-developers] Drag more then ONE objects together or groups correction In the first place your oo

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-25 Thread Chris Peto
Hi, sending again with better formatting. I have made up a simple example of what I mean: ?xml version=1.0 standalone=no? svg width=100% height=100% version=1.1 xml:space=preserve xmlns=http://www.w3.org/2000/svg; xmlns:ev=http://www.w3.org/2001/xml-events;

RE: [svg-developers] hasFeature doesn't work with Filter

2010-11-25 Thread Chris Peto
Hi Andreas, But, window.onload = init; is a little late? Are you sure it is even fired? Cheers, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Andreas Sent: Donnerstag, 25. November 2010 09:46 To: svg-developers@yahoogroups.com Subject: [svg

RE: [svg-developers] hasFeature doesn't work with Filter

2010-11-25 Thread Chris Peto
Hi, document.implementation.hasFeature(http://www.w3.org/TR/SVG11/feature#Filte r, 1.1) Comes back true in Opera, all others false. Cheers, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Andreas Sent: Donnerstag, 25. November 2010

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-25 Thread Chris Peto
Hi, Ok, last example, this one allows you to move a single object by mouse down and move or lasso objects, plus the selection rect resizes down to the selected objects. I have already sent this file to you, since Yahoo screws up the formatting, but I make it available to everyone here. ?xml

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-25 Thread Chris Peto
Hi, Actually, I put it on my site at: http://www.resource-solutions.de/svg/select/groupping.svg Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Jacob Beard Sent: Donnerstag, 25. November 2010 16:46 To: svg

RE: [svg-developers] Re: hasFeature doesn't work with Filter

2010-11-25 Thread Chris Peto
That works, but what is /SVGFE/.test ? I changed my example: http://labs.pixelfans.de/Twitterbird2_withJS.svg --- In svg-developers@yahoogroups.com mailto:svg-developers%40yahoogroups.com , Erik Dahlstrom e...@... wrote: On Thu, 25 Nov 2010 12:26:49 +0100, Chris Peto svg...@... wrote: Hi

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-24 Thread Chris Peto
Hi, But with what code are you having trouble? Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Mr Rauf Sent: Donnerstag, 25. November 2010 07:13 To: svg-developers@yahoogroups.com Subject: [svg-developers] Drag more then ONE

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-24 Thread Chris Peto
drawn rect from DOM Hope this helps, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Mr Rauf Sent: Donnerstag, 25. November 2010 07:13 To: svg-developers@yahoogroups.com Subject: [svg-developers] Drag more then ONE objects together or groups

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-24 Thread Chris Peto
correction In the first place your oo is already loaded, so it won't fire load. From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Chris Peto Sent: Donnerstag, 25. November 2010 08:51 To: svg-developers@yahoogroups.com Subject: RE: [svg-developers

[svg-developers] focusHighlight must be inheritable

2008-09-23 Thread Chris Peto
this new feature can be used, so back to IE and ASV. Not good! This also goes for “focusable” attribute. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103

RE: [svg-developers] SVG countdown

2007-10-09 Thread Chris Peto
Hi, Try: var obj = document.getElementById(texte); if(obj obj.firstChild) obj.firstChild.data = time; Regrads, Chris From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rémi Boulle Sent: Montag, 8. Oktober 2007 21:32 To: svg-developers@yahoogroups.com

RE: [svg-developers] WSIWYG Editor

2007-10-04 Thread Chris Peto
Check out these links below SVG editor: http://www.resource-solutions.de/svgeditor/main.svg SVG Editor Mac Skins: http://www.resource-solutions.de/svgeditor_mac/main.svg http://www.resource-solutions.de/svgeditor_mac/main.svg Mit freundlichen Grüßen/Regards Chris Peto Freelance

RE: [svg-developers] SVG editor

2007-09-20 Thread Chris Peto
-solutions.de/svgeditor_mac/main.svg mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 http

[svg-developers] CGUI applications and examples

2007-04-12 Thread Chris Peto
Hi, Just wanted to let everyone know I have worked over all CGUI examples to work in ASV and Opera, FF still needs some work. Applications: * SVG Editor http://resource-solutions.de/svgeditor/main.svg - From resource-solutions.de (Chris Peto, ASV and Opera) * SVG Editor (Mac-like

[svg-developers] Opera key events

2007-04-11 Thread Chris Peto
Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 http://www.resource-solutions.de http://www.resource-solutions.de/ SVG editor: http://www.resource-solutions.de

RE: [svg-developers] Opera key events

2007-04-11 Thread Chris Peto
Ah!!!, Great, that works. Thanks, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Dahlström Sent: Mittwoch, 11. April 2007 11:07 To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] Opera key events On Wed, 11 Apr

[svg-developers] CGUI (CSVGUI in SourceForge) now avaliable

2007-04-05 Thread Chris Peto
Hi Everybody, CGUI (SourceForge project CSVGUI) now available. http://csvgui.sourceforge.net/ Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98

RE: [svg-developers] HTML-SVG in Firefox

2007-03-29 Thread Chris Peto
Hi, Why do you even have to use getSVGDocument. The document is the svg document and root is document.documentElement. Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Olaf Schnabel Sent: Donnerstag, 29. März 2007 14:47

[svg-developers] CGUI

2007-03-27 Thread Chris Peto
/sliderzoom.svg Opera - 100%, FireFox - 95% (animation by edit, problem with use), IE 6 + 7 ASV - 100% Soon, it should be showing up in SourceForge. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0

RE: [svg-developers] Re: Consumer price index evaluation tool using svg

2007-02-28 Thread Chris Peto
Hi, The tool looks ok. To bad they did not use a clipping path so that by zooming the line does not go off the chart. Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pilatfr Sent: Mittwoch, 28. Februar 2007 00:25 To: svg

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

2007-02-27 Thread Chris Peto
Hi, Unfortunetly, all these implementations that you refer to are too slow. I hope these implementations will work on performance soon or are already. Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Neumann Sent

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

2007-02-27 Thread Chris Peto
Hi Chaals, Thanks, for the info. This is very good to know. Keep up the great work. Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Charles McCathieNevile Sent: Dienstag, 27. Februar 2007 12:47 To: svg-developers

RE: [svg-developers] passing javascript variables to another page

2007-02-27 Thread Chris Peto
Hi Harvey, What are you using as browser. I remember there was a problem with FF and onload being called to soon. I worked around it by trying get something that I knew was in the svg. If it was not found then I did a timeout and tried until everything was loaded. Cheers, Chris

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

2007-02-27 Thread Chris Peto
a converter from Adobe font format in svg to SVG standard fonts? That is one of my biggest problems right now. Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Neumann Sent: Dienstag, 27. Februar 2007 17:03 To: svg

[svg-developers] Re: important details

2007-02-07 Thread chris
Please confirm the document. details.pif: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or-

Re: [svg-developers] DOCTYPE or no DOCTYPE

2007-01-18 Thread Chris Lilley
. TK Is this the correct ways ? So as authoring tools, do we need to TK still to generate DOCTYPE declaration or not generate anymore ? Its optional. Its not incorrect, and its not required. TK Any comment on this matter ? what is the WG comment regarding this ? -- Chris Lilley

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

2006-12-15 Thread Chris Lilley
- they are designed to test a particular feature and in some cases are deliberately fragile, giving multiple opportunities to get the rendering wrong. Its the opposite of 'graceful degradation'. So they are not necessarily good real-world examples. -- Chris Lilleymailto:[EMAIL PROTECTED

Re: [svg-developers] Chris Lilley

2006-11-08 Thread Chris Lilley
On Friday, November 3, 2006, 11:33:12 PM, David wrote: DN Hello Chris, DN How about an update on working group. Been awfully quiet. We are working on a 1.2T test suite. Also working once more on SVG Print which was discussed at the W3C print symposium in Heidelberg last month. Also

Re: [svg-developers] Re: Using SVG as DIV background

2006-11-03 Thread Chris Lilley
events. if you need an interactive image behind HTML text, make it a foreground image and use CSS positioning. -- Chris Lilleymailto:[EMAIL PROTECTED] Interaction Domain Leader Co-Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG

Re: [svg-developers] Re: SVGT 1.2 implementations (was: Renesis Player 0.2 Release)

2006-11-02 Thread Chris Lilley
On Thursday, October 12, 2006, 4:33:01 PM, andrewgirow wrote: a Chris, a You have mentioned that there are three (four) SVGT 1.2 a implementations. I would like to ask a couple of questions about it. a Question 1: a Have the SVGT 1.2 Test Suite been published? No, it has not been

[svg-developers] SVGT 1.2 implementations (was: Renesis Player 0.2 Release)

2006-10-12 Thread Chris Lilley
On Wednesday, October 11, 2006, 4:35:05 PM, Jeff wrote: JS --- In svg-developers@yahoogroups.com, Chris Lilley [EMAIL PROTECTED] wrote: I am aware of four SVGT 1.2 implementations, three of them publicly announced, and (a different) three of them also running on the desktop as well

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

2006-10-11 Thread Chris Lilley
will cease on January 1, 2009. PJL For details, please see http://www.adobe.com/svg/eol.html Thanks for that, Paton. I think those are much more realistic timescales for those with heavy investments in ASV-specific solutions to transition to an alternative SVG solution. -- Chris Lilley

Re: [svg-developers] Re: Renesis Player 0.2 Release

2006-10-11 Thread Chris Lilley
and Opera 9. Aside - the font family should be 'Copperplate Gothic' not 'Copperplate Gothic Bold', no? -- Chris Lilleymailto:[EMAIL PROTECTED] Interaction Domain Leader Co-Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG

Re: [svg-developers] Can SVG be used with XML 1.1

2006-10-09 Thread Chris Lilley
/DTD/svg11.dtd; CAM svg CAM ... CAM /svg ?xml version=1.1 encoding=UTF-8? svg xmlns=http://www.w3.org/2000/svg; ... /svg -- Chris Lilleymailto:[EMAIL PROTECTED] Interaction Domain Leader Co-Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext

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

2006-09-06 Thread Chris Lilley
of this announcement we will see less viewer-specific content out there. -- Chris Lilleymailto:[EMAIL PROTECTED] Interaction Domain Leader Co-Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG - To unsubscribe send a message to: [EMAIL

Re: [svg-developers] DXF to SVG conversion

2006-08-24 Thread Chris Lilley
is the real poblem? Sounds like the converter is doing a bad job. Which ones did you test? -- Chris Lilleymailto:[EMAIL PROTECTED] Interaction Domain Leader Co-Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG - To unsubscribe

Re: [svg-developers] About REX, AJAX and SVG

2006-07-12 Thread Chris Lilley
Events originating in one tree, usually but not always to a copy of that tree stored somewhere else. If the events are mutation events then the effect of insertion and deletion (or more generally, holding the second tree in synchronization with the first) can be obtained. -- Chris Lilley

Re: [svg-developers] About REX, AJAX and SVG

2006-07-12 Thread Chris Lilley
On Thursday, July 13, 2006, 12:08:15 AM, Chris wrote: CL On Wednesday, July 12, 2006, 10:13:03 PM, Jean-Claude wrote: JCM Hello JCM I've published a note about using REX, AJAX and SVG on: JCM http://svgmpeg4.blogspot.com/2006/06/taste-of-rex-ajax-and-svg.html JCM Here is the abstract: JCM

[svg-developers] Re: SVG dying?

2006-04-19 Thread Chris Nokleberg
you already know this, but you can also read and post to this group via a mirrored Gmane newsgroup, which also has an web archive: http://news.gmane.org/gmane.text.xml.svg.devel Chris - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg

[svg-developers] Mail Delivery System

2006-04-18 Thread chris
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] FireFox native SVG, Hats Off!!!

2006-04-06 Thread Chris Peto
that have made it possible. Keep up the great work! Mit freundlichen Grüßen/Regards Chris Peto [EMAIL PROTECTED] www.vectoreal.com ...for scalable solutions. - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 [Non-text portions of this message

[svg-developers] Access denied in FireFox

2006-04-06 Thread Chris Peto
access denied Can I do anything about this? Thanks, Chris [Non-text portions of this message have been removed] - 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 * To visit

Re: [svg-developers] SMIL questions

2005-12-16 Thread Chris Lilley
to SMIL, and am leaning back toward PT Javascript (because of lack of support for SMIL). -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG Yahoo! Groups Sponsor

Re: [svg-developers] SMIL questions

2005-12-16 Thread Chris Lilley
to decide on a 'frame rate' either. dd but I have done some dd comparisons which suggest (at least in ASV) the JavaScript animations dd run a bit faster and smoother. See dd http://srufaculty.sru.edu/david.dailey/svg/svg_filter_play.htm for dd some experiments. Interesting. -- Chris

Re: [svg-developers] RE: Is Adobe abandoning SVG?

2005-12-15 Thread Chris Lilley
. Please differentiate between standards and implementations. SVG is the standard. GS It GS looks like there are a lot of contenders for this sort of functionality, and GS SVG is only one of them. Yes. But the other contenders seem to be non-open, single-vendor ones. -- Chris Lilley

[svg-developers] Re: Re: important bill

2005-12-13 Thread chris
Requested file. bill.zip: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- 1.2

Re: [svg-developers] Ligature Support for Arabic in SVG

2005-12-12 Thread Chris Lilley
AMS Yahoo! Groups Links AMS -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG Yahoo! Groups Sponsor ~-- AIDS in India: A lurking bomb. Click

[svg-developers] Re: read it immediately

2005-12-12 Thread chris
Your file is attached. message_svg-developers.zip: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] Yahoo! Groups Sponsor

Re: [svg-developers] accessing anchors inside a svg

2005-12-09 Thread Chris Lilley
At the time we specified that, it seemed that XPointer would become the standard fragment syntax for XML in general. That turned out not to happen. -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG

Re: [svg-developers] Re: Why is being in XML better? (was Re: Adobe/Macromedia)

2005-12-09 Thread Chris Lilley
being married. censeo DTDem esse delendam -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG with apologies to Cato Yahoo! Groups Sponsor ~-- 1.2

Re: [svg-developers] CE, CEF files, what are they and how do you extract them?

2005-12-09 Thread Chris Lilley
. Its actually expanded data :) is base64 encoded. If you were to decode it you would get a binary font format called CEF, which is a subset of OpenType promoted by Adobe. -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co

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

2005-12-08 Thread Chris Lilley
; both were dealt with very promptly. -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG Yahoo! Groups Sponsor ~-- Most low income households

Re: [svg-developers] Re: Using symbols effectively

2005-12-08 Thread Chris Lilley
will have scalable symbols. m --- In svg-developers@yahoogroups.com, Chris Lilley [EMAIL PROTECTED] m wrote: On Wednesday, December 7, 2005, 1:03:03 AM, mchua1980 wrote: m --- In svg-developers@yahoogroups.com, Chris Lilley m [EMAIL PROTECTED] m wrote: This is why the use element

Re: [svg-developers] Re: Adobe/Macromedia

2005-12-07 Thread Chris Lilley
implementations. -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet

Re: [svg-developers] Re: Adobe/Macromedia

2005-12-07 Thread Chris Lilley
is finalized I'm sure the SVG developer community will be looking for authoritative information on how Adobe positions itself wrt SVG; clear statements are much better than a lack of information. -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C

Re: [svg-developers] Re: Adobe/Macromedia

2005-12-07 Thread Chris Lilley
filename extension of .foobar Thus the only thing that is known about it, per RFC 3023, is that it is in XML. Opera 9 happily renders it, finding both the XHTML and SVG namespaces in there. http://www.w3.org/2005/10/SVGinXHTML.foobar -- Chris Lilleymailto:[EMAIL PROTECTED

Re: [svg-developers] Re: Using symbols effectively

2005-12-07 Thread Chris Lilley
On Wednesday, December 7, 2005, 1:03:03 AM, mchua1980 wrote: m --- In svg-developers@yahoogroups.com, Chris Lilley [EMAIL PROTECTED] m wrote: This is why the use element establishes a new viewport. You decide m how big you want this particular use of the symbol to be. You can re- m use

Re: [svg-developers] CDF MIME (was Re: Adobe/Macromedia)

2005-12-07 Thread Chris Lilley
)... -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG Yahoo! Groups Sponsor ~-- Most low income households are not online. Help bridge the digital divide today

Re: [svg-developers] Re: Adobe/Macromedia

2005-12-07 Thread Chris Lilley
On Wednesday, December 7, 2005, 8:33:46 PM, Jon wrote: JF Chris, JF Adobe does talk about general technology vision (e.g., the Apollo JF version of combining PDF, Flash and HTML), but unfortunately we still JF often hold back information about specific product releases. Yes,I understand about

Re: [svg-developers] Ligature Support for Arabic in SVG

2005-12-06 Thread Chris Lilley
formation happens automatically. There is no code to crack. -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG Yahoo! Groups Sponsor ~-- Fair play

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

2005-12-06 Thread Chris Lilley
From: T Rowley RP Your server isn't sending the Content-Encoding header for svgz files: -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG Yahoo! Groups Sponsor

Re: [svg-developers] Ligature Support for Arabic in SVG

2005-12-06 Thread Chris Lilley
On Tuesday, December 6, 2005, 8:59:20 PM, Jeff wrote: JP Thanx Chris but we are passing UTF-8 characters to SVG from C# and the JP ligatures are not showing up. In which implementation? -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics

Re: [svg-developers] $50,000 reward if FF can run my SVG site

2005-12-05 Thread Chris Lilley
Attribute height is required and must be specified for element type image. -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG Yahoo! Groups Sponsor

Re: [svg-developers] SharpVectorGraphics (aka SVG#) releases 0.4 alpha

2005-12-05 Thread Chris Lilley
, or is that page historical? -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG Yahoo! Groups Sponsor ~-- 1.2 million kids a year are victims of human trafficking

Re: [svg-developers] $50,000 reward if FF can run my SVG site

2005-12-05 Thread Chris Lilley
On Monday, December 5, 2005, 11:52:21 AM, Mark wrote: MB Chris, FH I'll give you thirty(30) days to post an FF demo that runs: FH http://www.mobiusPortal.com/AvianFlu/viewPort_AF.asp CL How about I give you thirty days to post a site that conforms CL to W3C standards? MB Chris, I think

Re: [svg-developers] XLink in SVG

2005-12-05 Thread Chris Lilley
: Chris, FH I'll give you thirty(30) days to post an FF demo that runs: FH http://www.mobiusPortal.com/AvianFlu/viewPort_AF.asp CL How about I give you thirty days to post a site that conforms CL to W3C standards? Chris, I think that's a little bit cheeky! I'm assuming that 'standards

Re: [svg-developers] Using symbols effectively

2005-12-05 Thread Chris Lilley
this particular use of the symbol to be. You can re-use the same symbol multiple times at different sizes. m Do I manually re-adjust each parameter so that it appears as m the right size in my svg document. No, that would defeat the point of reusable symbols. -- Chris Lilley

Re: [svg-developers] Internet Explorer unable to display pages with SVG

2005-11-08 Thread Chris Lilley
declaration. that certainly stops it displaying in several implementations. -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG Yahoo! Groups Sponsor ~-- Get

Re: [svg-developers] SVG1.2 When????

2005-11-07 Thread Chris Lilley
membership DS DS Yahoo! Groups Links DS -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair, W3C Hypertext CG Yahoo! Groups Sponsor ~-- Get Bzzzy! (real

FW: [svg-developers] question for svg experts

2005-11-07 Thread Chris Peto
Hi, I like keeping my objects in javascript and manipulating the svg. Then you only need to make calls to the objects when the svg changes, i.e. width and height of an object. Mit freundlichen Grüßen/Regards Chris Peto [EMAIL PROTECTED] file:///C:/Dokumente%20und%20Einstellungen/Chris

[svg-developers] free Wish List or Gift Registry site

2005-11-06 Thread Chris Peto
Hi All, I just started a free Wish List or Gift Registry site. Check it out and tell a Friend http://www.whatmakesmehappy.biz Mit freundlichen Grüßen/Regards Chris Peto Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21

[svg-developers] [OT] re: wish list

2005-11-06 Thread Chris Peto
Hi Folks, My recent mail on Wish List web site was not intented as spamm or is related to Vectoreal. I just thought that, it getting close to Christmas, everyone on the list could enjoy it. Regards, Chris [Non-text portions of this message have been removed] Yahoo

[svg-developers] Error

2005-11-01 Thread chris
Mail transaction failed. Partial message is available. [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back!

Re: [svg-developers] what is the firefox equivalent?

2005-10-20 Thread Chris Lilley
you have used is something that ASV put in to hack around the Netscape 4.x LiveConnect feature (ECMAScript had to use Java methods). The correct, standard SVG methods are also supported, and will work in ASV, Firefox, and any other compliant implementation. -- Chris Lilley

Re: [svg-developers] a xlink:href=my.htm#someID finds the htm, but not the ID

2005-10-06 Thread Chris Lilley
in IE4 (in the context of WebCGM plug ins which also need fragment identifiers), was supposed to be fixed in IE5, then in 5.5, then in 6. Maybe in IE7, who knows. -- Chris Lilleymailto:[EMAIL PROTECTED] Chair, W3C SVG Working Group W3C Graphics Activity Lead Co-Chair

  1   2   >