Ответ: [svg-developers] Re: How to describe a curve with non-constant parameter, distribut ed along it?

2008-07-07 Thread Andrew Matseevsky
BTW, m-r Bruder, if you have an interest in animation, look at attachedštiny prog. Unzip and run. You need only move cursor and look at what happens.. This is biharmonic function.š7 fixed point and one at cursor's hot spot.. it's only demo, so it could be done much faster, especially if window

Re: [svg-developers] Converting maps into SVG

2009-01-09 Thread Andrew Matseevsky
8.1.09, Brad Neuberg : There is no simple way to do it, even using specialized soft like Easy Trace, designed for it. You may convert scanned map to vector object, but result surely will disappoint you. In any event, lots of hand work is a must. I spent some time, trying to write a soft for fa

Ответ: [svg-developers] A pleasant surprise

2010-10-03 Thread Andrew Matseevsky
--- Вс, 3.10.10, ddailey пишет: > От: ddailey > Тема: [svg-developers] A pleasant surprise > Кому: svg-developers@yahoogroups.com > Дата: Воскресенье, 3 октябрь 2010, 1:23 > I was pleased to find that this > example [1], of simulated cylindrical > rotation, from [2] is now working in these br

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

2010-10-04 Thread Andrew Matseevsky
--- ðÎ, 4.10.10, ddailey ÐÉÛÅÔ: > ïÔ: ddailey > ôÅÍÁ: 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" -- > looks like you moved > it somewhere

[svg-developers] Re: Another sort of vector graphics

2011-03-20 Thread Andrew Matseevsky
There are lot of cool effects, what can be done by drawing lines with some additional parameters, distributed along them. This is a sample: http://www.smartfills.com/images/GirlX.JPGš. Text and rectangular box around it. š [Non-text portions of this message have been removed] --

Re: [svg-developers] Any SVG editor with a trace function?

2011-04-26 Thread Andrew Matseevsky
--- Пт, 22.4.11, Jacob Beard пишет: От: Jacob Beard Тема: Re: [svg-developers] Any SVG editor with a trace function? Кому: svg-developers@yahoogroups.com Дата: Пятница, 22 апрель 2011, 19:19 By the way, the Elements tab in the Webkit (Chromium/Safari) debugger (accessible via Shift+Ctrl+i i

RE: [svg-developers] Any SVG editor with a trace function?

2011-04-27 Thread Andrew Matseevsky
I'd write a simple parser, had I suchštask. One may scan SVG file from its backside, excludingštag by tag (of course, a tag, what is currently excluded, must not content another tags!). This is a way how one may get sequence of SVG- files, the first will be the source one, the last the smallest.

RE: [svg-developers] Gradient mesh support

2011-05-15 Thread Andrew Matseevsky
--- Сб, 14.5.11, David Dailey пишет: От: David Dailey Тема: RE: [svg-developers] Gradient mesh support Кому: svg-developers@yahoogroups.com Копия: "'www-svg'" Дата: Суббота, 14 май 2011, 16:59   Thanks for the link, Jan, to this working draft. Of the technologies listed, I see one over

Ответ: [svg-developers] Bitmap gradient

2011-06-14 Thread Andrew Matseevsky
š I have some DEMs I've embedded in an SVG file. Is there a way I can colorize them dynamically like a gradient? I would like to be able to change the colors on the fly as well. Thanks! That's just what I'm trying- to incorporate into SVG additional functionality. Try http://www.smartfil

Re: : [svg-developers] Bitmap gradient

2011-06-15 Thread Andrew Matseevsky
That prog calculates the whole screen with ratio 15 fps, as I remember- I wrote it some years ago. It could be done faster, if necessary. But if you already have set of bitmaps, what you needn'tšcreate when previous are shown at the sreen, it will be faster, of course. What I demonstrated you is

Отв.: [svg-developers] how to solve end point for Bézier given start point, control point & length?

2012-05-13 Thread Andrew Matseevsky
От: Jonathan Chetwynd Кому: svg-developers@yahoogroups.com Отправлено: пятница, 4 мая 2012 19:58 Тема: [svg-developers] how to solve end point for Bézier given start point, control point & length?   how to solve end point for Bézier given start point, co

Re: [svg-developers] Re: Help? What sites & blogs allow upload and viewing of animated SVG photos?

2012-06-12 Thread Andrew Matseevsky
  Hi Marty, Thank you for the reply! Our animations are using SMIL. We will have app developers put the animations in iFrames but would prefer to not have to go that route from day 1. PS. We don't have our online service on multiple servers yet, but y

Re.: [svg-developers] fancy work with Bezier curves

2012-06-21 Thread Andrew Matseevsky
От: David Dailey Кому: svg-developers@yahoogroups.com Отправлено: четверг, 21 июня 2012 6:50 Тема: [svg-developers] fancy work with Bezier curves   You might find this work done by Lubos Brieda of particleincell.com to be informative. He's set up an inte

Отв.: [svg-developers] Re: Convert & animate photos in SVG online, then give us our feedback

2012-06-30 Thread Andrew Matseevsky
Well, well. I've just visited your site. You haven't got rid of all defects of so-called "raster-to-vector conversion". Look at the right side of nose or at the label at man's hat. Convert each pixel to the vector object is the worst idea of what ever could be. I told you once- without proper gr