Отв.: [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

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

2012-06-21 Thread Andrew Matseevsky
, there is one more interesting approach- non- Bezier curves, that imitate thin flexible ruler (it is not a spline!). I wrote such prog for dear Doug Shepers, who successfully forgot about it. Regards, Andrew [Non-text portions of this message have been removed

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

[svg-developers] Re: getBBox that takes into account clipping?

2012-06-02 Thread Andrew Shellshear
they don't work as bboxes (as David D. mentions). I'll post the result if I ever get around to implementing the TODO bits above. Thanks for your help! Andrew. [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg

[svg-developers] getBBox that takes into account clipping?

2012-05-26 Thread Andrew Shellshear
. and use combinations of getBBox(), getScreenCTM(), getTranformToElement(), etc. Have any of you done this or seen it done? Cheers, Andrew Shellshear. [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg-developers

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

2012-05-13 Thread Andrew Matseevsky
for Bézier given start point, control point length? kind regards Jonathan Chetwynd There is no way to do it. A control point has two parameters- X and Y. Having only one (length) you cannot calculate two parameters. One additional is a must. Regards, Andrew j...@peepo.com [Non-text portions

[svg-developers] Adjusting the colours in an svg doc

2012-04-17 Thread Andrew Shellshear
a lot of elements to different brightnesses (as I am with my tile-based game), it's creating an off-screen buffer for each one, I think. Depending on what you're doing, it's probably slower than parsing through the tree changing the colours. Cheers, Andrew. [Non-text portions of this message have

[svg-developers] Persistent sessions in SVG

2011-10-11 Thread Andrew Shellshear
script on successful login. However, I'm not sure how the get the last step going. Alternately, is there anything in ECMAScript/SVG that allows persistence across sessions? Thanks, Andrew Shellshear. [Non-text portions of this message have been removed

Re: : [svg-developers] Bitmap gradient

2011-06-16 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

Ответ: [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

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

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

2011-04-26 Thread Andrew Matseevsky
--- Пт, 22.4.11, Jacob Beard jbea...@cs.mcgill.ca пишет: От: Jacob Beard jbea...@cs.mcgill.ca Тема: 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

[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] A pleasant surpri se

2010-10-04 Thread Andrew Matseevsky
-- looks like you moved it somewhere else? cheers David Looks like I didn't put this file to my site at all! Sorry, take it now. Regards, Andrew. [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg

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

2010-10-03 Thread Andrew Matseevsky
. Regards, Andrew. - 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: http

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

2008-07-07 Thread Andrew Matseevsky
is smaller (banner for example). I think, you may realize, which kind of animation could be based on such technology. Andrew š š š ÷Ù ÕÖÅ Ó Yahoo!? éÓÐÙÔÁÊÔÅ ÏÂÎÏ×ÌÅÎÎÕÀ É ÕÌÕÞÛÅÎÎÕÀ. Yahoo! ðÏÞÔÕ! http

Re: [svg-developers] SVG and streamed XML images

2007-10-19 Thread Andrew Shellshear
Cameron McCormack wrote: Hi Andrew. Andrew Shellshear: Is there any way in the SVG DOM of directly specifying the content of an image, for example, as a base64 string, instead of as an IRI Reference? Yes you can use a data: URI with base64 encoded data. http://en.wikipedia.org

[svg-developers] SVG and streamed XML images

2007-10-18 Thread Andrew Shellshear
a bit inefficient. Thanks, Andrew. - 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, go to: http://groups.yahoo.com/group/svg-developers

Re: [svg-developers] Re: onload event is not firing when image added via script

2007-10-17 Thread Andrew Shellshear
for not trying addEventListener first! Thanks Erik and Martin, Andrew. - 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, go to: http

Re: [svg-developers] Using acute accent

2007-10-10 Thread Andrew Stebakov
Thank you, Jerry. I wonder how I convert all the characters I get from the users via the internet into the #0233 form? Let's say I get a http request with acute accented a (code 0xE1 or 225 decimal). Will it be safe if I represent it as #225 in my svg code? Thank you, Andrew - Original

Re: [svg-developers] Using acute accent

2007-10-08 Thread Andrew Stebakov
The site wants username/password for every icon I click. How to I login? Thank you, Andrew - Original Message From: ~:'' ありがとうございました。 [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Monday, October 8, 2007 2:58:12 PM Subject: Re: [svg-developers] Using acute accent

[svg-developers] launching Java3D program from image

2006-03-30 Thread Neiderer, Andrew \(Civ, ARL/CISD\)
a Java3D program from SVG. Thank you. - Andrew M. Neiderer - US Army Research Lab [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

RE: [svg-developers] animation of an image

2006-03-23 Thread Neiderer, Andrew \(Civ, ARL/CISD\)
@yahoogroups.com Subject: Re: [svg-developers] animation of an image * Neiderer, Andrew (Civ, ARL/CISD) wrote: Is it possible to animate an image, e.g. a JPG? I have done this for motion and color. What I would like to do is display a JPG and them have it fade away after some period of time, say 10s

RE: [svg-developers] How to import .js files into SVG

2006-03-02 Thread Neiderer, Andrew \(Civ, ARL/CISD\)
How does one handle multiple external JavaScript ? For example, is it as straightforward as svg height=200 width=200 xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; script type=text/ecmascript xlink:href=file1.js/script script type=text/ecmascript

[svg-developers] Batik and animate, animateColor

2006-02-27 Thread Neiderer, Andrew \(Civ, ARL/CISD\)
' title !-- -- /title desc !-- -- !-- by Andrew M. Neiderer, 17 Feb 2006. -- /desc defs !-- style sheet

[svg-developers] animateColor and CSS

2006-02-24 Thread Neiderer, Andrew \(Civ, ARL/CISD\)
The first 3 rect display properly (see SVG below) but the 4'th does not. Is it possible to have animateColor use an internal CSS, and if so how to I get the 4'th rect to work? Thank you. - Andrew M. Neiderer - US Army Research Laboratory [Non-text portions

[svg-developers] animation of fill-opacity

2006-02-13 Thread Neiderer, Andrew \(Civ, ARL/CISD\)
I have 256 x 256 rects with an attribute id in an SVG document. I then use getURL() to update any of the rectangles that may have changed over some time interval. I would like to first highlight the new change before giving it the actual color. So I would like to set its opacity to full

[svg-developers] getURL() and Batik 1.6

2006-01-10 Thread Neiderer, Andrew \(Civ, ARL/CISD\)
not getting its id, and the red/blue coloring for availability doesn't seem to work. The problem seems to be in the script about line 70, or thereabouts. I guess I have lots to learn about SVG. Any help/advice is appreciated. Thank you. - Andrew M. Neiderer - US Army

[svg-developers] Pain Free Body..? Remove All Sort of Pains or stresses from Your body, Live a healthy life

2005-12-28 Thread Andrew Mathiesons
Be Healthy, Improve your confidece, Learn how to Get Deep Relaxation.. . http://deeprelaxation.blogspot.com/ http://painfreebody.blogspot.com/ Stress is the body's physical, mental, and chemical reaction to Circumstances that frighten, excite, confuse, endanger, or

[svg-developers] internal stylesheets, class

2005-10-21 Thread Neiderer, Andrew \(Civ, ARL/CISD\)
at it using Eye of Gnome on my RH Linux machine. If anyone can figure out why from the minimal SVG below please let me know. Thank you. - Andrew M. Neiderer

[svg-developers] SVG Essentials Animation

2005-08-19 Thread Neiderer, Andrew \(Civ, ARL/CISD\)
suggestions are appreciated. Thank you for your time. - Andrew M. Neiderer [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hp9kfip/M

[svg-developers] Example animation and images generated with SVG

2005-05-18 Thread andrew cooke
Hi, Just in case this is useful as an example for anyone, there's an SVG animation (done using Javascript) at http://www.acooke.org/andrew/diary/2005/may/1.html Images of final results when run with different parameters etc at http://acooke.org/pancito/intnleng/tracks.html Cheers, Andrew

[svg-developers] Re: SVG Tiny Validation

2005-04-26 Thread Andrew Shouldice
, should it be left alone, or have I made a mistake somewhere? Thanks for your help. -Andrew - 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

[svg-developers] SVG Tiny Validation

2005-04-25 Thread Andrew Shouldice
. My question is this: Does there exist an SVG Tiny validator? Is there any fairly straightforward documentation on how to translate SVG to SVG-T? Thanks. -Andrew - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] Percentage-Based Path in SVG Tiny

2005-04-21 Thread Andrew Shouldice
%. This works fine normally, but, as stated, SVG-T doesn't like symbol. It seems very odd to me that these two issues should essentially eliminate the possibility of having path elements that are both scaleable, and designed for use on mobiles. What facts am I missing? Thanks, Andrew

[svg-developers] Re: Percentage-Based Path in SVG Tiny

2005-04-21 Thread Andrew Shouldice
Hi there Antoine; thanks for the reply. Yes, my svg element has width=100% and height=100%. All other elements (line, rect, text) in my graphic are positioned with percentages, and always scale to fit the size and shape of the browser window. Path doesn't like the % character in its D string,

[svg-developers] Transformation Origin.

2005-04-18 Thread Andrew Shouldice
actually angles upward into the graph. Any ideas? (Is this too cryptic? Should I post some code?) Thanks in advance! -Andrew - 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] Convert Ellipse to Cubic Bezier

2005-04-10 Thread Andrew
school math. Andrew M. - Original Message - From: Joe Gammad To: svg-developers@yahoogroups.com Sent: Sunday, April 10, 2005 10:28 AM Subject: [svg-developers] Convert Ellipse to Cubic Bezier I have been struggling with this problem for some time and have not yet found

Re: [svg-developers] Re: Hello

2005-04-09 Thread Andrew
What have I to confirm, Mr. Ferraiolo? Andrew Matseevsky - Original Message - From: [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Sunday, April 10, 2005 3:01 AM Subject: [svg-developers] Re: Hello Please confirm! +++ Attachment: No Virus found

[svg-developers] Fw: about gradient filling in SVG

2005-04-02 Thread Andrew
- Original Message - From: Andrew To: svg-developers@yahoogroups.com Sent: Wednesday, March 30, 2005 10:40 PM Subject: about gradient filling in SVG People, I think, there is one useful way to expand SVG specification a little. As I know, none of vector formats seriously

[svg-developers] Are coords limited to ints?

2005-03-18 Thread andrew cooke
coords have to be greater than 1? And why doesn't squiggle scale the viewport to fit the dimensions (10cm)? Thanks, Andrew -- ` __ _ __ ___ ___| |_ work web site: http://www.ctio.noao.edu/~andrew / _` / _/ _ \/ _ \ / / -_) personal web site: http://www.acooke.org/andrew

RE: [svg-developers] How to generate graphs in SVG?

2005-03-07 Thread Andrew Main
'. http://www.pendraw.co.uk (It is my project, by the way). Andrew Main Hi, I want to generate svg graphs with ms-excel or some text file as input. Can someone suggest me how to proceed? Any related links or examples will help me. Thanks in advance, Shwathi. - To unsubscribe send