While trying to view this file it states "You are not a member of the group svg-developers" Is there anything wrong in my membership in this group? me too,...
jonathan chetwynd
j.chetwynd@...
Jan 1, 2002 10:44 am
10252
Is there an SVG validator in discussion/development? This file* produced nothing, though the source was downloaded, I tried to view it offline, and it crashed...
Hi Jonathan, ... Not that I know of. The SVG working group is developing a W3C XML Schema for SVG 1.1 (it will be included with the next public draft), which...
... Good job! Tobi -- http://www.pinkjuice.com/...
Tobias Reif
tobiasreif@...
Jan 1, 2002 11:51 am
10255
Sorry missed the change in extension unfortunately Diner.svg only and very briefly pops up a dialogue, can't tell what it says, but guess it is plugin type... ...
Diner.svg offline this pops up a dialogue too quick to read... online http://www.gnote.org/Diner.svg a text file is generated mozilla 0.9.7 adobe 3.0 many...
... The content-type sent for http://www.gnote.org/Diner.svg is text/plain (for SVG, it should be image/svg+xml ) Check ...
Tobias Reif
tobiasreif@...
Jan 1, 2002 1:55 pm
10259
finally working... and very nice to. http://www.gnote.org/Diner.html it feels like there is a leak, 256MbRAM, 600Mhz and I cannot do anything once the page is...
... http://www.gnote.org/Diner.svg isn't, because the content-type sent for http://www.gnote.org/Diner.svg still is text/plain (for SVG, it should be ...
Tobias Reif
tobiasreif@...
Jan 1, 2002 2:38 pm
10261
In ASV3 documentation, I see that for SVGPathElement, getTotalLength and getPointAtLength are defined. For old discussion about Bezier curve length, it's a...
Thanks Tobi One for the FAQ and wiki I feel. http://www.gnote.org/svg-images/Diner.svg now working... btw I noticed that unless the object has an initial...
... Illustrator ... (pun ... Michael, Yes, it was Illustrator (AI9) that the illustration itself was created with. Essentially, I created the "shell" of the...
... It's been in the FAQ for a while. Just 22 messages before I posted the relevant links in http://groups.yahoo.com/group/svg-developers/message/10240 ... ...
Tobias Reif
tobiasreif@...
Jan 1, 2002 5:18 pm
10265
On http://www.offsight.com/ animation begin by progressive drawing of path. Fot that, using stroke-dasharray and stroke-dashoffset we have to know length of...
... [...] You can also try WebDraw: there you can edit the code of the original file @ any time during the creation process. It also will support SVG ...
Tobias Reif
tobiasreif@...
Jan 1, 2002 5:26 pm
10267
Some lines of javascript in a SVG picture (JPEG converted with cr2v) and you have progressive drawing and filling of it http://pilat.free.fr/temp/pie2.svgz ...
Michel, ... Cool stuff... if you link this and the previous creation(s) somewhere, I' be happy to link 'em. Tobi -- http://www.pinkjuice.com/...
Tobias Reif
tobiasreif@...
Jan 1, 2002 8:06 pm
10269
[snip] ... [snip] Actually, if you upload files with Netscape, it will upload not only file content, but its MIME type as well. So if you have Adobe SVG Viewer...
Tobi oops, you really are very patient, i read some of the faq, but missed out 'server' possibly assuming this was apache etc and too serious. perhaps this...
I was browsing through the SVG Recommendation and found either an error or a very unorthodox piece of coding in the XSLT stylesheet in Chapter 6.6. Outputting...
Riyaz- Here's the snippet you need: <svg xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" a:scriptImplementation="Adobe"> Ric Wright Adobe Systems ...
Ric Wright
riwright@...
Jan 2, 2002 4:50 pm
10278
Hello, Let me introduce our company, Elansoft Infotech Ltd. We are a software products and offshore services company based out of India. We are working on a...
Hi, I am having trouble with the Path statement, I don't understand. Can someone explain it to me. I have the statement below: I understand d="" is draw -...
... sure) ... Hi Brian, The c command in the path statement takes 3 x,y combinations. The first one is the start direction. The second the end direction and...