Re: [svg-developers] obscure things like path d=m0..0.1 2/

2010-10-04 Thread Erik Dahlstrom
On Sat, 02 Oct 2010 23:26:54 +0200, t...@ymail.com t...@ymail.com wrote: I successfully tested my freshly written path data parser against the paths found in the paths-data-##-t.svg files of the 1.2 Tiny test suite. But I wonder whether I also have to take into account obscure things

[svg-developers] Re: obscure things like path d=m0..0.1 2/

2010-10-04 Thread t...@ymail.com
--- In svg-developers@yahoogroups.com, Erik Dahlstrom e...@... wrote: On Sat, 02 Oct 2010 23:26:54 +0200, t...@... t...@... wrote: [...] things like path d=m0..0.1 2 Right, parsing that should give you the coordinates: 0., .0, .1 and 2. That's clear, that's the only possible

Re: [svg-developers] Re: obscure things like path d=m0..0.1 2/

2010-10-04 Thread Bjoern Hoehrmann
* t...@ymail.com wrote: That's clear, that's the only possible interpretation. I only wanted to know whether this is covered by the EBNF description found in the specs. It is. -- Björn Höhrmann · mailto:bjo...@hoehrmann.de · http://bjoern.hoehrmann.de Am Badedeich 7 · Telefon: +49(0)160/4415681

[svg-developers] Re: obscure things like path d=m0..0.1 2/

2010-10-04 Thread t...@ymail.com
--- In svg-developers@yahoogroups.com, Bjoern Hoehrmann derhoe...@... wrote: * t...@... wrote: That's clear, that's the only possible interpretation. I only wanted to know whether this is covered by the EBNF description found in the specs. It is. Thanks! Grüße Thomas W.

Re: Ответ: [svg-developers] A pleasant surpri se

2010-10-04 Thread Andrew Matseevsky
--- ðÎ, 4.10.10, ddailey ddai...@zoominternet.net ÐÉÛÅÔ: ïÔ: ddailey ddai...@zoominternet.net ôÅÍÁ: Re: ïÔ×ÅÔ: [svg-developers] A pleasant surprise ëÏÍÕ: svg-developers@yahoogroups.com äÁÔÁ: ðÏÎÅÄÅÌØÎÉË, 4 ÏËÔÑÂÒØ 2010, 6:07 Hi Andrei, I tried the link here, but was told file not found --

Re: [svg-developers] Re: IE9 and ASV

2010-10-04 Thread David Leunen
There's only one FakeSmile library and, though it hasn't shown much activity in quite awhile, maybe someone will help improve it now that we know IE9 won't support SMIL. http://leunen.d.free.fr/fakesmile/ The feature list can be found at http://leunen.d.free.fr/fakesmile/status.html It's true

[svg-developers] character to path data in SVG

2010-10-04 Thread ddailey
I just can't remember. I seem to recall a DOM interface or function in SVG that takes as input a character (i.e., a text string of length one) rendered in a given font-family and returns the path coordinates of the outline of that object. (something like w.toPath(ariel, 100) -- 0,0 50,100 100,0

Re: [svg-developers] character to path data in SVG

2010-10-04 Thread Bjoern Hoehrmann
* ddailey wrote: I just can't remember. I seem to recall a DOM interface or function in SVG that takes as input a character (i.e., a text string of length one) rendered in a given font-family and returns the path coordinates of the outline of that object. (something like w.toPath(ariel, 100) --

[svg-developers] Re: character to path data in SVG

2010-10-04 Thread jeff_schiller
What Bjoern said. By the way, I would like to see this functionality exposed at some point in the future so that web-based graphical editors (like SVG-edit) can convert SVG text to paths... Jeff --- In svg-developers@yahoogroups.com, Bjoern Hoehrmann derhoe...@... wrote: * ddailey wrote: I

Re: [svg-developers] Re: character to path data in SVG

2010-10-04 Thread ddailey
What Jeff said. Ditto. David - Original Message - From: jeff_schiller To: svg-developers@yahoogroups.com Sent: Monday, October 04, 2010 4:40 PM Subject: [svg-developers] Re: character to path data in SVG What Bjoern said. By the way, I would like to see this