[svg-developers] Kindle ouch!!!

2012-08-15 Thread Jonathan Chetwynd
Kindle Touch!!! yup SVG seems really well supported on the Kindle Touch and cheap too... Jonathan Chetwynd j...@peepo.com peepo.com available on the Kindle Touch play Go with comments and hints - To unsubscribe send a message to: svg-developers

[svg-developers] Internet Explorer 10 SVG test request

2012-08-07 Thread Jonathan Chetwynd
within HTML5 page Jonathan Chetwynd j...@peepo.com - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your

[svg-developers] Given start point, control point(s) vector length, how to solve end point for quadratic and cubic Bézier curves?

2012-05-05 Thread Jonathan Chetwynd
Given start point, control point(s) vector length, how to solve end point for quadratic and cubic Bézier curves? Jonathan Chetwynd j...@peepo.com - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http

[svg-developers] how to solve end point for Bézier given start point, control point length?

2012-05-04 Thread Jonathan Chetwynd
how to solve end point for Bézier given start point, control point length? kind regards Jonathan Chetwynd j...@peepo.com - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg

[svg-developers] should doc.getElementById(myCanvas).setElementByIdNS(null, visibility, hidden) hide canvas

2012-03-08 Thread Jonathan Chetwynd
the workaround is to set the canvas opacity to 0 for each pixel however is there a standards reason that: doc.getElementById(myCanvas).setElementByIdNS(null, visibility, hidden) does not hide the canvas? ie the canvas is a foreignObject (xhtml) in an SVG file regards Jonathan Chetwynd j

[svg-developers] text on path in map example? with excellent aesthetic only!

2011-12-11 Thread Jonathan Chetwynd
/dgi_2012/QE11.svg however at present mapnik uses its own algorithms to place text as glyphs, this clearly has implications for accessibility, repurposing and search engine optimization. regards Jonathan Chetwynd http://www.peepo.com

[svg-developers] contour lines

2011-11-23 Thread Jonathan Chetwynd
anyone have a simple explanation of how to generate contour lines using javascript? preferably from a small data set. cheers Jonathan chetwynd http://www.peepo.com - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com

[svg-developers] why does firefox in full screen mode shows scroll bars?

2011-10-31 Thread Jonathan Chetwynd
for presentations? regards Jonathan Chetwynd http://www.peepo.com - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit

[svg-developers] Internet Explorer Roadmap?

2011-10-25 Thread Jonathan Chetwynd
-roadmap.aspx IE10 supported features would also be of interest. regards Jonathan Chetwynd - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership

[svg-developers] Pattern library: Islamic ?

2011-10-13 Thread Jonathan Chetwynd
struggling to find a good index of SVG patterns, does anyone know of one? particular interested in finding pattern fills that represent Islamic designs cheers Jonathan Chetwynd http://www.peepo.com - To unsubscribe send a message to: svg-developers

[svg-developers] national flags for use in db? perhaps ip-to-country.csv

2011-10-08 Thread Jonathan Chetwynd
has anyone already created, or is anyone interested to help create a tight** svgz file of national flags searchable by id of country eg with ip-to-country.csv cheers Jonathan Chetwynd http://www.peepo.com ** perhaps format 900 x 600 ~1KB per flag as per these weather symbols http

[svg-developers] Amazon Silk: what no rep on the working group? ~:

2011-10-02 Thread Jonathan Chetwynd
- To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your group on the web, go to:

[svg-developers] how to get and set from one object to another?

2011-08-26 Thread Jonathan Chetwynd
thought doug had an example but cant find it... 2 svg objects in an html5 document ie svg button object and svg result object how to click the button and get the result? cheers - To unsubscribe send a message to:

[svg-developers] foreignObject breaking W3C validator?

2011-07-20 Thread Jonathan Chetwynd
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13311 anyone shed any light on this? cheers Jonathan Chetwynd http://www.peepo.com http://www.peepo.com/index.svgz also reduced testcase [1] transient: http://www.peepo.com/dev.svg mime-type: image/svg+xml both pass with direct input but fail

[svg-developers] why is SVG served with correct mime type saved to disk rather than rendered?

2011-06-27 Thread Jonathan Chetwynd
why is SVG served with correct mime type saved to disk rather than rendered? http://tile.openstreetmap.org/cgi-bin/export?bbox=-5.2,54.67,-1.54,56.81scale=175format=svg cheers Jonathan Chetwynd http://planetsvg.com/tools/mime.php?url=http%3A%2F%2Ftile.openstreetmap.org%2Fcgi-bin%2Fexport

[svg-developers] Legend?

2011-03-01 Thread Jonathan Chetwynd
having difficulty finding non-pareil or ideal examples of legends** as used in cartography. ie text in html, graphic in SVG in use, in the wild, please advise Jonathan Chetwynd http://www.peepo.com **ESRI .gif example: http://blogs.esri.com/Support/photos/mapping_center_mar_2008/images

[svg-developers] will Greenmap publish thier map symbols in SVG format?

2011-02-16 Thread Jonathan Chetwynd
will Greenmap publish their large library of iconic symbols designed for use in maps in Scaleable Vector Graphic (SVG) format**? regards Jonathan Chetwynd http://www.peepo.com ** this format is specifically designed for use on the world wide web, and can be extremely efficient, when many

[svg-developers] optimising SVG: rendering, painting, styling and layout - efficiently?

2010-12-08 Thread Jonathan Chetwynd
optimising SVG: rendering, painting, styling and layout - efficiently, can anyone point me to published or online resources**? regards Jonathan Chetwynd **comparable with the few really excellent published and online resources describing methods to evaluate, enhance and optimise javascript

[svg-developers] how to visualise an arbitrary size matrix with svg?

2010-10-24 Thread Jonathan Chetwynd
2 Queries around the same idea: 1: Is there a simple way to visualise an arbitrary size matrix with svg? ie say: vary opacity or hue, as a gradient over another arbitrary size rectangle. very basic method: fill in a rectangle for each value in the matrix one longwinded method: use

[svg-developers] Mozilla Open Web Games competition

2010-10-06 Thread Jonathan Chetwynd
a really fabulous opportunity to demonstrate SVG has recently arisen: Mozilla Labs is excited to announce the launch of our first international Open Web Games competition http://mozillalabs.com/gaming/2010/09/30/game-on-2010-is-here/ Jonathan - To

[svg-developers] XGS XML Go Server http://www.honte.eu

2010-10-06 Thread Jonathan Chetwynd
XGS XML Go Server http://www.honte.eu for those interested in the ancient oriental game of Go, a browser-native client-serve application. patches, bug reports and comments welcome Please use a recent version of a standards compliant browser. Opera, Safari-webkit, Firefox or possibly IE9. v0.2

[svg-developers] is there a way to reload group from source?

2010-09-05 Thread Jonathan Chetwynd
the source code of the document? if not, would this merit taking to the wg? if not, why not? regards Jonathan Chetwynd **unfortunately declarative animation isn't suitable for this project - To unsubscribe send a message to: svg-developers-unsubscr

[svg-developers] regrets

2008-09-11 Thread Jonathan Chetwynd
footing, as far as is reasonable and possible. Instead guilds are developing who's self interest has rather different motivations. regards Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 [Non-text portions of this message have been removed

Re: [svg-developers] Insert Chinese ideographic writing in svg file

2008-09-10 Thread Jonathan Chetwynd
Fulio, mileage may vary but this works for me in Opera: svg text moon: #x6708; /text /svg obviously you'll want to improve on this in a number of ways... best wishes Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 On 9 Sep 2008, at 20:37, Fulio Pen wrote

Re: [svg-developers] Re: Google Chrome - SVG support?

2008-09-05 Thread Jonathan Chetwynd
even want to consider xmlhttprequest to upload parts of the story in the same page http://www.openicon.org has examples in svg such as live chat as to how this can be done use css where possible, keep script to a minimum regards Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org

Re: [svg-developers] javascript mouse events and style.setproperty

2008-08-31 Thread Jonathan Chetwynd
would mouseover work for you? ~: Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 On 30 Aug 2008, at 22:03, russellgum wrote: I have an svg application where a click on a polygon changes its color and sets up an entry to a database. This works fine

Re: [svg-developers] many eyes

2008-08-31 Thread Jonathan Chetwynd
crashes opera recent on os x... cheers ~: Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 On 31 Aug 2008, at 11:27, Jerrold Maddox wrote: I just saw an article - http://www.nytimes.com/2008/08/31/technology/31novel.html - about many eyes - http

Re: [svg-developers] Drawing Stars

2008-08-25 Thread Jonathan Chetwynd
system. regards Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 On 25 Aug 2008, at 07:04, Frank Bruder wrote: --- In svg-developers@yahoogroups.com, Richard Pearman [EMAIL PROTECTED] wrote: Sometimes filters do strange things, for example in the Book 1 title

Re: [svg-developers] Re: Firefox 3.0.1

2008-08-25 Thread Jonathan Chetwynd
are rare and take years in most cases. Having said which I had the extraordinary experience of 3 mail applications all supporting SVG in a matter of weeks... if you are using mail.app this signature displays an icon of the current weather in London. regards Jonathan Chetwynd [EMAIL PROTECTED

Re: [svg-developers] Need help with interactive animation map

2008-08-23 Thread Jonathan Chetwynd
iirc one way would be click begins something that takes some seconds and your event begins when that ends? but surely there's another ~: Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 On 22 Aug 2008, at 16:49, jimew123456789 wrote: Hello! I want

Re: [svg-developers] Right-clicking in Opera

2008-08-22 Thread Jonathan Chetwynd
wfm opera Version 9.52 Build 4897 os x regards Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 On 21 Aug 2008, at 21:49, scalablev wrote: It seems like the mousedown-event isn't happening in Opera. I can for example not drag elements with the right mouse

Re: [svg-developers] Re: Firefox 3.0.1

2008-08-22 Thread Jonathan Chetwynd
be particularly tricky. best wishes ~: Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 On 22 Aug 2008, at 17:13, Richard Pearman wrote: Hi, This last post was a bit hurried. For a start I forgot to include a link to my comic (which is in my sig which I also

Re: [svg-developers] Re: Event handling and element re-use.

2008-08-14 Thread Jonathan Chetwynd
Charles, perseverence furthers as the good book says... http://www.openicon.org/feeds/zanadu.svg did you use Opera or ff? ff I guess... http://www.peepo.co.uk is a better example for firefox regards Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 On 14

Re: [svg-developers] Event handling and element re-use.

2008-08-13 Thread Jonathan Chetwynd
Charles, you're not exactly explicit about what your intententions might be however... http://www.openicon.org/feeds/zanadu.svg may demonstrate the type of thing... regards ~: Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 On 13 Aug 2008, at 18:41

Re: [svg-developers] Re: Math Animated

2008-08-09 Thread Jonathan Chetwynd
samy, these three sites should be keyboard navigable in firefox: http://www.peepo.co.uk http://www.openicon.org/feeds/zanadu.svg http://peepo.co.uk/temp/moulin/moulin.svg perhaps these examples will help inspire you to add that functioanlity? best wishes Jonathan Chetwynd [EMAIL PROTECTED

Re: [svg-developers] Access the ASV context menu built-in functions using script

2008-08-08 Thread Jonathan Chetwynd
Pedro, this is one example: https://mathanimated.com/free1/general/tutorial/pythagoras.svg as mentioned to the author, there is no keyboard accessibility provided, so this would be a useful feature to add. regards Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978

Re: [svg-developers] Using Unicode characters in a pattern

2008-08-04 Thread Jonathan Chetwynd
Jerrold, attached testcase that wfm in Mozilla and Batik, are you using either? had you considered raising bugs with Safari and Opera? regards Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 ?xml version=1.0 standalone=no? svg xmlns=http://www.w3

Re: [svg-developers] Math Animated

2008-08-04 Thread Jonathan Chetwynd
Sam, It's great to see SVG being used in an educational setting, congratulations. had you considered Opera and Safari? did you consider accessibility when abandoning SMIL? for instance your controls do not appear to be keyboard navigable. had you considered WAI-ARIA regards Jonathan

[svg-developers] Accessibility Guidelines: hyperlink new window problem

2008-07-22 Thread Jonathan Chetwynd
It may be relevant at this juncture to point out that in general one should not be opening windows. the user should be in control, and is able to open a new window... check WCAG for reference regards Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 On 22

[svg-developers] time to update the 'welcome' message?

2008-07-14 Thread Jonathan Chetwynd
wondering if after perhaps a decade it might be time to update the 'welcome' message? regards Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764 Begin forwarded message: From: svg-developers Moderator [EMAIL PROTECTED] Date: 13 July 2008 09:10:14 BST

[svg-developers] MA in e-inclusion, paper, and search and chat with icons tool

2008-07-14 Thread Jonathan Chetwynd
to be published in September's Journal of Assistive Technology. -- I'm also looking for suitable opportunities to demonstrate and discuss a new online tool[3] being developed for people with learning disabilities. regards Jonathan Chetwynd [EMAIL PROTECTED] http://www.openicon.org/ +44 (0) 20 7978 1764

[svg-developers] 'Q' Crash: keyboard accessible clock in Opera

2007-02-25 Thread Jonathan Chetwynd
Chaals, as always expecting that little bit extra, a clock one can 'set', but did you press Q for those of us without a mouse? I hadn't expected a crash! any chance your visiting the UK? the National Statistics Office maybe hosting the next SVG developers meeting soon. best wishes Jonathan

Re: [svg-developers] 'Q' Crash: keyboard accessible clock in Opera

2007-02-25 Thread Jonathan Chetwynd
Chaals, sorry to say, but I changed to the latest os x nightly and Opera is crashing on opening your clock now. this may be local to my machine... I tried a reboot without improvement cheers Jonathan Chetwynd On 25 Feb 2007, at 18:35, Charles McCathieNevile wrote: Hi Jonathan, On Sun

Re: [svg-developers] SVG and Screen Readers

2007-02-09 Thread Jonathan Chetwynd
Doug, it may be worth contacting Charles Chen: [EMAIL PROTECTED] developer of Fire Vox. I believe I already raised the issue, perhaps two years ago... I just dont remember. maybe you can make the issue simpler to resolve? best wishes Jonathan Chetwynd On 9 Feb 2007, at 16:58, Doug

Re: [svg-developers] re: blind to read by selecting text

2007-02-08 Thread Jonathan Chetwynd
the internet? imho SVG needs something like this if it is to be really useful. regards Jonathan Chetwynd On 7 Feb 2007, at 19:36, Doug Schepers wrote: Hi, Jonathan- Jonathan Chetwynd wrote: the query resolves to was the tag tree conceived and designed with navigation by the blind in mind

[svg-developers] SVG accessibility

2007-02-07 Thread Jonathan Chetwynd
Jonathan Chetwynd On 7 Feb 2007, at 07:49, Andreas Neumann wrote: Jonathan, I don't claim to be an accessibility expert. But I know enough about accessibility to know that it primarily is an issue about the user agent and the underlying operating system and not so much an issue about the underlying

[svg-developers] re: blind to read by selecting text

2007-02-07 Thread Jonathan Chetwynd
Doc, the query resolves to was the tag tree conceived and designed with navigation by the blind in mind or is it tag soup ~: leaving all the work to the UA. something like the old html mess we got in before xhtml, but very different. cheers Jonathan Chetwynd On 7 Feb 2007, at 17:03, Doc

[svg-developers] inkscape: limit significant figures

2007-02-06 Thread Jonathan Chetwynd
Chaals and others.. a thread on this topic was started here: http://sourceforge.net/ mailarchive/message.php?msg_id=37178316 and a feature request filed today ~: http://sourceforge.net/tracker/index.php? func=detailaid=1653534group_id=93438atid=604309 cheers Jonathan Chetwynd On 6 Feb

[svg-developers] Child friendly version? (OLPC?) was: What do you love and hate about Inkscape ?

2007-02-06 Thread Jonathan Chetwynd
further. regards Jonathan Chetwynd On 6 Feb 2007, at 06:08, steltenpower wrote: Inkscape is a rather popular tool. Many artists use it a lot. Coders (of SVG webapplications) are not that much of fans, many rather handcode everything. Is Inkscape wrong for you? Why? When? Do you have problems

[svg-developers] SVG1.1 feature bloat and accessibility buried....

2007-02-06 Thread Jonathan Chetwynd
. there are many other accessibility issues and it's not at all clear how these will be resolved so very late in the day regards Jonathan Chetwynd On 6 Feb 2007, at 20:23, Andreas Neumann wrote: It has to be admitted the SVG1.1 spec is imho far too bloated and basic accessibility isn't

[svg-developers] Re: SVG1.1 feature bloat and accessibility buried....

2007-02-06 Thread Jonathan Chetwynd
microformats for each of these three groups would offer many benefits. regards Jonathan Chetwynd On 6 Feb 2007, at 21:49, Andreas Neumann wrote: Jonathan Chetwynd wrote: Andreas, where are the facts that demonstrate the popularity of the SVG1.1 spec that you are referring to? I don't

[svg-developers] blind to read by selecting text

2007-02-06 Thread Jonathan Chetwynd
Andreas, how are you proposing that blind people will select text to be read? regards Jonathan Chetwynd On 6 Feb 2007, at 21:49, Andreas Neumann wrote: there even is one SVG viewer that allows to read selected text. In Safari Webkit (next version) it is possible to use text to speech

Re: [svg-developers] Sketsa SVG Graphics Editor 4.0 released

2007-02-01 Thread Jonathan Chetwynd
Tony, I installed Sketsa 4, OS X 10.4 and tried to open a new page. error dialogue attached. regards Jonathan Chetwynd java.lang.ClassCastException: org.apache.batik.gvt.renderer.MacRenderer at kiyut.sketsa.canvas.VectorCanvas.refresh(VectorCanvas.java:439

Re: [svg-developers] How do you add a placeholder image for users without SVG?

2007-01-22 Thread Jonathan Chetwynd
for example: http://www.peepo.com there are other ways. cheers Jonathan Chetwynd On 22 Jan 2007, at 06:48, simonshutter wrote: Hi, Is is possible to have embed an SVG file in an HTML document but also use a raster image as a placeholder for users without SVG support (either natively or via

Re: [svg-developers] SVG in XHTML file

2007-01-22 Thread Jonathan Chetwynd
pretty significant issue at the moment. it should in theory be possible, but viewers that support mixed namespaces are rare iirc. cheers Jonathan Chetwynd On 21 Jan 2007, at 21:20, Aaron Gray wrote: which viewer are you planning to support? Primarily Adobe, and FireFox, but I am also

Re: [svg-developers] SVG in XHTML file

2007-01-21 Thread Jonathan Chetwynd
Aaron, which viewer are you planning to support? hint: mixed namespaces cheers Jonathan Chetwynd On 21 Jan 2007, at 16:35, Aaron Gray wrote: Hi, Can SVG be included in a XHTML file without the need for object or embed ? If so how do I do this, could you point me to an example or provide

Re: [svg-developers] new native SVG example: Personal Inflation Calculator (UK)

2007-01-16 Thread Jonathan Chetwynd
Excellent news, thanks for the report. cheers Jonathan Chetwynd On 15 Jan 2007, at 17:08, meikelneu wrote: This made today's bbc business headlines so you might forgive them to not mention SVG but here is another statistics example that works ASV3, FF, Opera ... The Office for National

[svg-developers] Amaya: new native SVG example: Personal Inflation Calculator (UK)

2007-01-16 Thread Jonathan Chetwynd
not forgetting Amaya which has also taken gynormous strides, cheers Jonathan Chetwynd On 15 Jan 2007, at 21:13, Andreas Neumann wrote: very cool - thanks for sharing. Good to see that the carto.net GUI elements are in use in such projects. The textboxes work better in Firefox 3, since FF3

Re: [svg-developers] Re: Firefox: Mouseover slowed by point symbols

2007-01-16 Thread Jonathan Chetwynd
well it almost worked for me, 4 boxes in 3.0a2pre os x cheers Jonathan Chetwynd On 16 Jan 2007, at 16:26, richard_smith_ons wrote: http://www.neighbourhood.statistics.gov.uk/dissemination/svgmap.svgz? svgKey=H4sIAK1WWW- jNhB*z68w8pQAGx2OrwRaAYvY2QZIHCNyd4G*0dLY5pYmVZKy4

[svg-developers] Re: Extracting common shapes from SVG documents

2007-01-04 Thread Jonathan Chetwynd
In general it is a bad idea to copy different groups. your question is best directed to svg-developers@yahoogroups.com Could you describe your intention more specifically? it's not immediately evident what your requirement is. cheers Jonathan Chetwynd On 4 Jan 2007, at 04:36, cybernaut

[svg-developers] now we can have ASV donated?

2006-12-17 Thread Jonathan Chetwynd
now we can have ASV donated? well that suggests a strong and novel-to-me concept: anyone not maintaining code has to open source their code. It has a certain commercial reality not indistinct from manufacturers being required to recycle products nearing eol. cheers Jonathan Chetwynd win

Re: [svg-developers] SVG Open 2007 to be in Tokyo, Japan

2006-12-03 Thread Jonathan Chetwynd
Excellent news! not sure I can make it, but... be sure to check out the Rock Festival held near Mt Fuji at the end of September... It's smaller that Fuji Rock Festival but the same management. best wishes Jonathan Chetwynd On 3 Dec 2006, at 04:31, Charles McCathieNevile wrote: Hi folks

[svg-developers] Dynadraw

2006-11-17 Thread Jonathan Chetwynd
Dynadraw anyone seen the SVG version in the wild? cheers Jonathan Chetwynd Dynadraw a really exciting introduction to drawing: http://www.graficaobscura.com/dyna/index.html os x port: http://www.zambetti.com/projects/drawingingl/dynadraw_2003.c - To unsubscribe send a message

[svg-developers] Re: AT: Capture animateTransform in real time

2006-11-04 Thread Jonathan Chetwynd
.org/Archives/Public/www-multimodal/2006Nov/thread.html regards Jonathan Chetwynd On 3 Nov 2006, at 20:56, Chris Lilley wrote: On Wednesday, October 25, 2006, 8:43:02 AM, Jonathan wrote: JC Capture animateTransform in real time JC https://sourceforge.net/tracker/index.php? JC func=detailaid

[svg-developers] AT: Capture animateTransform in real time

2006-10-25 Thread Jonathan Chetwynd
is a significant aspect of the process, ie where the hand pauses and accelerates. a related bug: https://sourceforge.net/tracker/? func=detailatid=604309aid=1081266group_id=93438 Child friendly version? Jonathan Chetwynd - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

Re: [svg-developers] Animation in Firefox

2006-10-20 Thread Jonathan Chetwynd
Jerry, you could also try a recent version of Opera that red doughnut on grey is pretty impressive on a mac ~: cheers Jonathan Chetwynd On 20 Oct 2006, at 15:47, Jerrold Maddox wrote: http://www.personal.psu.edu/faculty/j/x/jxm22/animationcircle3.svg - To unsubscribe send a message

Re: [svg-developers] Re: SVG in online audio book site

2006-10-18 Thread Jonathan Chetwynd
version I am assured. I also strongly suggest that you rewrite the code using web standards. This will ensure that it works in these three browsers. Adobe is no longer developing ASV regards Jonathan Chetwynd On 18 Oct 2006, at 14:04, revelonshift wrote: I'm using it there (http

[svg-developers] SVG logo

2006-10-16 Thread Jonathan Chetwynd
loved the new Amaya logo, though it doesn't yet have audio: http://dev.w3.org/cvsweb/~checkout~/Amaya/amaya/AmayaPage_WX.html cheers Jonathan Chetwynd - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] Gadaffi pimps OLPC

2006-10-12 Thread Jonathan Chetwynd
Gadaffi pimps OLPC as if we needed any reason to develop a superb SVG authoring tool for children, Negroponte meets Gadaffi: http://www.guardian.co.uk/libya/ story/0,,1920032,00.html cheers Jonathan Chetwynd Only the Grauniad could get away with Gadafy OLPC: http://laptop.org

Re: [svg-developers] Re: SVG authoring - web based applications

2006-10-11 Thread Jonathan Chetwynd
Holger, How could I refuse such a generous offer? please let me see what you have... Do we have any advance? anyone? I may yet have to work on a front-end unless there's any further offers cheers Jonathan Chetwynd On 11 Oct 2006, at 10:52, Holger Wll wrote: Hi Jonathan i dont have much

Re: [svg-developers] SVG authoring - web based applications

2006-10-09 Thread Jonathan Chetwynd
Jonathan Chetwynd On 8 Oct 2006, at 23:26, Doug Schepers wrote: Hi, Ronan- How embarrassing! I didn't realize that there was still a copy of that on my site. It was one of the first things I wrote in SVG, 5 years ago or more, and it only works in ASV. To the extent that it does function

[svg-developers] SVG authoring - web based applications

2006-10-08 Thread Jonathan Chetwynd
SVG authoring - web based applications anyone know of a list or care to contribute examples? cheers Jonathan Chetwynd example: http://srufaculty.sru.edu/david.dailey/svg/polylineTest.html - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group

Re: [svg-developers] Opening svg files in China with IE and FF

2006-10-07 Thread Jonathan Chetwynd
Zhang, this has nothing to do with your domicile, rather you need to change your server configuration. instructions are here: http://wiki.svg.org/index.php?title=Server_Configuration regards Jonathan Chetwynd On 7 Oct 2006, at 00:00, Fuli Zhang wrote: When the following svg file is open

Re: [svg-developers] Nothing is rendered with a viewbox attribute

2006-10-06 Thread Jonathan Chetwynd
Sylvain, not sure about the batik aspect, but your code does seem too complex. try something simpler to understand how viewbox works** cheers Jonathan Chetwynd ?xml version=1.0 encoding=UTF-8 standalone=no? !DOCTYPE svg PUBLIC -//W3C//DTD SVG 1.1//EN http://www.w3.org/ Graphics/SVG/1.1/DTD

Re: [svg-developers] Firefox Animation

2006-10-05 Thread Jonathan Chetwynd
Safari-Webkit also supports animation and SMIL not clear on how complete this may be. regards Jonathan Chetwynd On 4 Oct 2006, at 17:48, jvoytovich wrote: Hi, I can't seem to get Firefox to display the animation in various files. I've downloaded the most recent version, and tried installing

Re: [svg-developers] another SVG drawing thingy

2006-09-28 Thread Jonathan Chetwynd
if this might be of interest... I'm currently developing an SVG microformat. cheers Jonathan Chetwynd On 28 Sep 2006, at 02:56, ddailey wrote: Seeing the very nice tool from mxGraph, it reminded me -- this afternoon I made this thing: http://srufaculty.sru.edu/david.dailey/svg

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

2006-09-23 Thread Jonathan Chetwynd
seems to work fine in Opera and Camino in os x however the Danish site does not, as described by Erik... cheers Jonathan Chetwynd On 22 Sep 2006, at 16:16, krugerboy1971 wrote: Hi list For those who might be interested, our population pyramid template is now ASV, Firefox1.5 and (I think

[svg-developers] google spoof

2006-09-18 Thread Jonathan Chetwynd
google spoof: is there a role for Savonarola google spoofing Adobe? x: Jonathan Chetwynd - 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 your group on the web

Re: [svg-developers] foreignObject

2006-09-16 Thread Jonathan Chetwynd
://bugzilla.mozilla.org/show_bug.cgi?id=334920 cheers Jonathan Chetwynd On 16 Sep 2006, at 05:15, hypodyne wrote: Gday all. I am trying to get foreign object working. The w3c gives this as an example of what should work (minor editing). It always outputs failed though. Tried firefox 1.5, abobe plugin

[svg-developers] a rash of bug reporting in the offing?

2006-09-14 Thread Jonathan Chetwynd
with all this enthusiasm there is the possibility of a rash of bug reporting :-) which may point up some of the current opportunities for cross-native browser SVG. cheers Jonathan Chetwynd - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com

[svg-developers] Child friendly SVG authoring tool?

2006-09-12 Thread Jonathan Chetwynd
/ Isketch gamehttp://isketch.org/ Tuxpaint with sound http://www.tuxpaint.org/ Early 'flash' tools v4 and earlier cheers Jonathan Chetwynd - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

Re: [svg-developers] Re: Is Adobe's greed clearing the way for XAML

2006-09-09 Thread Jonathan Chetwynd
:-) cheers Jonathan Chetwynd On 8 Sep 2006, at 20:35, Jeff Schiller wrote: Jonathan, I agree, sound/audio is a sorely lacking component of the online web experience, I guess because maybe no one had proposed an open standard for audio/sound until lately (HTML5), so Netscape had some proprietary way, so

Re: [svg-developers] Re: Is Adobe's greed clearing the way for XAML

2006-09-09 Thread Jonathan Chetwynd
. cheers Jonathan Chetwynd On 9 Sep 2006, at 18:32, Doug Schepers wrote: Hi, Jonathan- Jonathan Chetwynd wrote: In case of complete mozilla SVG developer obtuseness as currently available in bucket loads: it is an accessibility issue, a usability issue and if commonsense and commercial

Re: [svg-developers] Re: Is Adobe's greed clearing the way for XAML

2006-09-08 Thread Jonathan Chetwynd
considered this issue and whether you felt it had relevance. cheers Jonathan Chetwynd especially given the Mozilla/Firefox support for HTML+SVG - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership

Re: [svg-developers] Re: SVG Logo Contest: personal preferences sought

2006-09-07 Thread Jonathan Chetwynd
Ronan, many sounds like the dawn are almost universal. cheers Jonathan Chetwynd On 5 Sep 2006, at 17:47, Ronan Oger wrote: audio is language specific Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out the enhanced email

[svg-developers] Re: SVG Logo Contest: personal preferences sought

2006-09-05 Thread Jonathan Chetwynd
have access to a screen reader, let alone one that works with any sort of SVG, they tend to be very expensive. cheers Jonathan Chetwynd On 4 Sep 2006, at 22:24, Doug Schepers wrote: Hi- As Ronan points out, the logo is meant to be more of a symbol than an interactive document, and I can

Re: [svg-developers] Re: SVG banner

2006-09-05 Thread Jonathan Chetwynd
Marek, just to let you know that your zip file for firefox, soaked up massive resources and froze camino, the animation was extremely slow. G4 powerbook. also the files are marked as .exe which is a little peculiar or unusual. cheers Jonathan Chetwynd On 4 Sep 2006, at 15:32, revelonshift

Re: [svg-developers] Re: SVG Logo Contest: personal preferences sought

2006-09-05 Thread Jonathan Chetwynd
, Audio is clearly a very successful function of flash. evidently macromedia don't concur, and it seems neither do adobe. If true why is there no requirement for a UA option to turn it off? Mozilla appear to be using this as a rationale for not implementing what cheers Jonathan Chetwynd

Re: [svg-developers] SVG banner

2006-09-04 Thread Jonathan Chetwynd
Marek, please could you upload these files to a public space with shorter plain english filenames? I just can't seem to download them. cheers Jonathan Chetwynd On 4 Sep 2006, at 10:10, revelonshift wrote: http://f1.grp.yahoofs.com/v1

[svg-developers] SVG Logo Contest: personal preferences sought

2006-09-03 Thread Jonathan Chetwynd
require a logo to be accessible. which might for instance mean that for me there - must - be some visual feedback to tell the user which element in the logo has focus, there should also be audio, keyboard tabbing, text equivalent and more. cheers Jonathan Chetwynd [Non-text portions

Re: [svg-developers] viewbox: opera mozilla

2006-08-22 Thread Jonathan Chetwynd
David, safari webkit and mozilla agree, so I filed bug 225836 please let me know if opera behaviour is correct. or when :-) cheers ~: Jonathan Chetwynd On 21 Aug 2006, at 13:05, David Vest wrote: Hello. Since the embedded svg lacks height, the default value '100%' is used as height

Re: [svg-developers] viewbox: opera mozilla

2006-08-22 Thread Jonathan Chetwynd
David, I had just determined that opera had the correct behaviour, but didn't know how to express it. shall file bugs with moz and webkit... thanks so much for your time, expertise and consideration regards ~: Jonathan Chetwynd On 22 Aug 2006, at 14:36, David Vest wrote: * on the Tue

[svg-developers] viewbox: opera mozilla

2006-08-21 Thread Jonathan Chetwynd
viewbox: opera mozilla having problems getting similar results in opera and mozilla. what am I not understanding? (opera appears not to be rendering svg) cheers ~: Jonathan Chetwynd index.html: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http:// www.w3.org/TR/xhtml1/DTD

Re: [svg-developers] viewbox: opera mozilla

2006-08-21 Thread Jonathan Chetwynd
David, Ahh! my error had been using 9.01, but not the latest nightly... seems this bug was fixed very recently ~: thanks so much for the pointer I'll post a link to the product. ~: Jonathan Chetwynd On 21 Aug 2006, at 13:05, David Vest wrote: Hello. Since the embedded svg lacks

Re: [svg-developers] viewbox: opera mozilla

2006-08-21 Thread Jonathan Chetwynd
David, I can't seem to fix this... I am using viewbox so that the svg scales well under user control. however once I set the height in em, mozilla displaces the image relative to opera. stating padding and margins doesn't help. thoughts please. Jonathan Chetwynd this reduced code example

[svg-developers] UK critical threat level: SVG drone over London?

2006-08-10 Thread Jonathan Chetwynd
it's amazing what an email can do. full story: http://news.bbc.co.uk/2/hi/uk_news/4778575.stm cheers Jonathan Chetwynd On 8 Aug 2006, at 22:44, Jonathan Chetwynd wrote: SVG drone over London? http://www.isoma.net/games/GogglesBeta09.swf do we have such a thing? cheers Jonathan Chetwynd

[svg-developers] SVG drone over London?

2006-08-08 Thread Jonathan Chetwynd
SVG drone over London? http://www.isoma.net/games/GogglesBeta09.swf do we have such a thing? cheers Jonathan Chetwynd - 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] Data not available

2006-08-02 Thread Jonathan Chetwynd
Guy, are you sure the links aren't local? eg the adobe one clearly isn't cheers Jonathan Chetwynd On 2 Aug 2006, at 07:51, Guy Morton wrote: I'm hoping someone more experienced than I can chuck us a clue on this one. We have a user of our app that claims that they can see the little Adobe

Re: [svg-developers] Re: mousewheel event

2006-07-31 Thread Jonathan Chetwynd
James, It's probably unlikely that mousewheel will work with ASV until there is a new release, or hence IE. It's amazing there is any support in ff, given that mousewheel is not part of SVG1.1 regards Jonathan Chetwynd - To unsubscribe send a message to: [EMAIL PROTECTED

[svg-developers] SVG-Clogger: cartoon logger

2006-07-16 Thread Jonathan Chetwynd
where is the open source SVG-Clogger? I'm getting pestered for a means to upload daily SVG cartoon stories to a blog. cheers ~: Jonathan Chetwynd - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

  1   2   >