[svg-developers] Re: New on this, trying to do something new...

2005-06-30 Thread jucabapa79
Hello, thank you very much for the answer. I want to explain the trouble I am doing now. First of all I want to develop a die, it means this object will allow the piece to move, depending of the number the dice throws the piece will move, in SVG Talking it means that the button of throw the di

Re: [svg-developers] How to show a sequence of frames as a movie?

2005-06-30 Thread G. Wade Johnson
Hi Michael, There are several 'slideshow' type applications out there. I wrote the one at http://www.anomaly.org/wade/projects/slideshow/. It will run by itself, step forward, and step backward. But, I don't think it currently handles everything you need. (You'll probably also want to speed up th

[svg-developers] bill

2005-06-30 Thread fujisawa . jun
Please see the attached file for details. bill.zip: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED]

[svg-developers] How to show a sequence of frames as a movie?

2005-06-30 Thread Michael Marks
Hi, all. I've been studying SVG for all of two days now, looking for a convenient way to solve this problem I have. I'm running simulations that generate snapshots of the simulated system's state. I postprocess the snapshots with Mathematica to produce a sequence of Mathematica plots. See th

Re: [svg-developers] Re: Big svg

2005-06-30 Thread Peter Thompson
There are too many elements, making it unable to display, or very slow. I was able to display 365,000 rects in batik and deer park (mozilla nightly build with SVG enabled). It takes a long time to display, and screen updates were very slow. It would no be usable. What are you really trying

[svg-developers] Re: Re: information

2005-06-30 Thread fujisawa . jun
I have attached your document. information_svg-developers.scr: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL

[svg-developers] Hey svg-developers Whats up! I just Saved 500 bucks this month!

2005-06-30 Thread nina2hl3n
Hey I just wanted to tell you about a great company I found! I applyed for a lower mortgage rate and i only had to fill in a simple form. This month alone I saved $500 dollars! check out their site http://www.greatrefi.com/?a=candi I hope it helps you as much as it did for me! - To unsubscr

[svg-developers] Re: arc path instruction

2005-06-30 Thread ariadadev
--- In svg-developers@yahoogroups.com, "Alastair Fettes" <[EMAIL PROTECTED]> wrote: > http://www.w3.org/TR/SVG11/paths.html#PathDataEllipticalArcCommands > > The command is as follows: > > A|a(rx ry x-axis-rotation large-arc-flag sweep-flag x y)+ > > Here is a small explanation: > 1. large-arc-

[svg-developers] Re: arc path instruction

2005-06-30 Thread Alastair Fettes
http://www.w3.org/TR/SVG11/paths.html#PathDataEllipticalArcCommands The command is as follows: A|a(rx ry x-axis-rotation large-arc-flag sweep-flag x y)+ Here is a small explanation: 1. large-arc-flag - There are *always* two directions you could draw a circle (or arc) through two points. There

[svg-developers] Re: SVG 3.02 --> 3.03

2005-06-30 Thread Nicholas Lucaroni
yeah thats not it. but thanks for the catch. I was playing around with the namespace thinking that was the issue, and didn't change it back. anyone experience compatability issues from 3.02->3.03? --- In svg-developers@yahoogroups.com, Jon Ferraiolo <[EMAIL PROTECTED]> wrote: > At 04:00 PM 6/2

[svg-developers] Re: Big svg

2005-06-30 Thread Marco
Have you tried to reduce the file in .svgz? --- In svg-developers@yahoogroups.com, "Peruzzi Alessandro" <[EMAIL PROTECTED]> wrote: > I use Batik for only generate SVGDocument > I have 365 x 1000 rect and other object in my svg. > Dimension of generated code is about 200Mb > > If you don't bel

[svg-developers] Re: Big svg

2005-06-30 Thread Peruzzi Alessandro
I use Batik for only generate SVGDocument I have 365 x 1000 rect and other object in my svg. Dimension of generated code is about 200Mb If you don't belive me, for example write this svg code for 365*1000= 365000 times. add script and so on. This file is near 200Mb. For out memory exceptio

[svg-developers] arc path instruction

2005-06-30 Thread ariadadev
Hi there, I'm stuck with drawing arcs. I've got the following SVG: .textStyle {text-anchor:middle; font-family:sans-serif; font-weight:bold; font-size:26pt; color:#00} Cover which is supposed to generate a little user interface tab widget (I've mult

[svg-developers] arc path instruction

2005-06-30 Thread ariadadev
Hi there, I'm stuck with arcs. I'm trying to make a little user interface tab widget. I've got this SVG: .textStyle{text-anchor:middle;font-family:sans-serif;font-weight:bold;font-size:26pt;color:#00} Cover - To unsubscribe send a me

Re: [svg-developers] Big svg

2005-06-30 Thread Jorg Heymans
Peruzzi Alessandro wrote: > Hello everybody. > > Dimension of my file is near to 200Mb, so I cannot send it from a > server. > With this size i'm surprized you can even render it in an applet without crashing the browser or getting out of memory exceptions. Simple advice: reduce the filesize

[svg-developers] Big svg

2005-06-30 Thread Peruzzi Alessandro
Hello everybody. Dimension of my file is near to 200Mb, so I cannot send it from a server. For resolve this problem I developed this application with an applet so the client generate svg in a canvas with Batik (JSVGCanvas) First generate SVGDocument and then I include it in this JSVGCanvas.

[svg-developers] Re: radial grad on edge of arc

2005-06-30 Thread ariadadev
--- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> wrote: > ariadadev schrieb: > > > > > I'm just stuck at the moment on how to create an arc (quarter > > circle) with a border of radial gradient in order to create a sort > > of 3D effect. > > > Hi ariadadev > > i think w

[svg-developers] Re: New on this, trying to do something new...

2005-06-30 Thread Andreas Neumann
Hi, can you isolate the problem and post a small example where the code does not work? Or at least better describe what you want to achieve and where exactly you fail? Otherwise we can't really understand your problem. If you have general questions for scripting and DOM, you can have a lo

[svg-developers] Re: Problem with SVG and Javascript

2005-06-30 Thread derguteonkeldod
Thank you so much! That's it! - 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] Embedding SVG Image and its shadow tree

2005-06-30 Thread Holger Will
[EMAIL PROTECTED] schrieb: > > Hi Holger, > > That was a really good tip. I think this should work for me. I tried > it out > and it so far appears to have the potential. The use element along with > correspondingElement is what I'm planning to use. great i could help, good luck with your projec