Re: [svg-developers] thanks!

2008-10-28 Thread Jake Beard
Cool. How is it licensed? Jake On Tue, Oct 28, 2008 at 1:49 PM, Tiago Cardoso <[EMAIL PROTECTED]>wrote: > How about using Flash to view it ? > > http://blog.tiagocardoso.eu/mainada/comics-sketch/2008/07/04/svg-viewer-demo/ > > We are working on this. > > Best, > > Tiago Cardoso > > > On Tue, O

Re: [svg-developers] thanks!

2008-10-28 Thread Tiago Cardoso
How about using Flash to view it ? http://blog.tiagocardoso.eu/mainada/comics-sketch/2008/07/04/svg-viewer-demo/ We are working on this. Best, Tiago Cardoso On Tue, Oct 28, 2008 at 2:35 PM, Mirco Coppola <[EMAIL PROTECTED]> wrote: > Thanks for your suggestions. I would make a SVG Viewer. I m

[svg-developers] thanks!

2008-10-28 Thread Mirco Coppola
Thanks for your suggestions. I would make a SVG Viewer. I made the javascript components to zoom and to pan but when I try with a data file (path) SVG about 400 kb is extremely slow. Is there any algorithm that can apply to the file to see improvements in time pan and zoom? There is some deployment

Re: [svg-developers] Re: svg dom size

2008-10-28 Thread Erik Dahlström
On Tue, 28 Oct 2008 14:55:02 +0100, Helder Magalhães <[EMAIL PROTECTED]> wrote: >... >> I'm noticing that if I view >> small SVG files (~ 30kb) panning and zooming are fluid. >> If so (~ 300 kb) is all very slow. > > Yes, performance with large/complex files is usually an issue... :-| Large file

[svg-developers] Re: svg dom size

2008-10-28 Thread Helder Magalhães
> hi, > > my name is Mirco and i'm new of group. Welcome to the community. :-) > I develope application to view > map in SVG on the web (small SVGVIEWER). Are you implementing a SVG viewer? Or you meant a map application which uses SVG as visualization format. > I'm noticing that if I vie

RE: [svg-developers] progressive drawing of path -- attempt to use clipPath

2008-10-28 Thread Dailey, David P.
dd>However, what I did think of was the following: how about I dd> stick a copy of the first half of the path (with its animated dd> stroke-dash) inside a clipPath and then apply the clipPath to the dd> original path. Then shouldn't the growth of the clipping region unveil dd> the path as well as

[svg-developers] svg dom size

2008-10-28 Thread mircocoppola
hi, my name is Mirco and i'm new of group. I develope application to view map in SVG on the web (small SVGVIEWER). I'm noticing that if I view small SVG files (~ 30kb) panning and zooming are fluid. If so (~ 300 kb) is all very slow. Can i reduce the size of the document svg? SVG objects i use

RE: [svg-developers] progressive drawing of path -- attempt to use clipPath

2008-10-28 Thread Julien Reichel
Hi David and all, I just noticed that the example were not working in SVG 1.2 players. The main reason I couldn't find any way to compute the length of the path in 1.2 ... any hints to make the bus example work in a 1.2 tiny player (except hard coding the length in the script of course) ?

Re: [svg-developers] progressive drawing of path -- attempt to use clipPath

2008-10-28 Thread Erik Dahlström
On Mon, 27 Oct 2008 17:28:56 +0100, Dailey, David P. <[EMAIL PROTECTED]> wrote: > > > Andreas wrote: > "not sure I fully understand your requirement. Are you looking for a > progressive drawing of a path geometry? If yes, you can do this by > animating the stroke-dash of a path." > > Examples are