Announcement at http://metalab.unc.edu/xml/ Adobe's released some free beer SVG plug-ins and converters. The plug-ins allow Netscape or Internet Explorer 4.x...
14
Michael Bierman
mbierman@...
Feb 13, 2000 11:54 pm
Adobe has released a Preview release of our SVG Viewers and a beta of our SVG Converter for Windows for Adobe Illustrator . In addition, we have an SVG...
15
Chris Lilley
chris@...
Feb 14, 2000 6:50 am
... Michael, Could you *please* announce this on www-svg. I have bee waiting for the Adobe public announcement before updating the W3C SVG pages to point to...
16
Michael Bierman
mbierman@...
Apr 26, 2000 4:39 pm
Adobe Systems announces Adobe® Illustrator® 9.0 with support for the March 3 draft of the W3C's Scalable Vector Graphics (SVG) specification allowing ...
17
Michael Bierman
mbierman@...
Apr 26, 2000 4:55 pm
Adobe has posted our beta1 release of the Adobe® SVG Viewer at: http://beta1.adobe.com/svgpreview_alpha/SVG/download/download.html You can find updates to the...
18
tobi
ucyur@...
Apr 28, 2000 6:50 am
Hi y'all! Some SVG art and info on my page http://www.tbx67.de/svg/ I started a linksList with creations by others, so mail me your URLs! Tobias Reif ...
19
tobi
ucyur@...
Apr 29, 2000 11:20 pm
Hi! Is it possible to animate paths? This doesn't work: <svg width="1200" height="400" viewBox="0 0 1200 400"> <desc>path animation</desc> <g> <path ...
20
tobi
ucyur@...
May 11, 2000 7:35 am
... Hi Andrzej! Since this is off-topic in the xml-group, let's move this to http://www.egroups.com/group/svg-developers ... SVG can be printed very well, as...
Hi! How can I animate (move etc.) a compound path (here: a shape with holes in it), AND watch it with the adobeSVGviewer? As far as I know, the adobe-plugIn...
23
Jon Ferraiolo
jferraio@...
May 16, 2000 8:27 pm
Tobi, I don't know exactly what you are trying to do, but here is a working animation that was based on your original SVG code that works with the Adobe SVG...
24
tobi
ucyur@...
May 21, 2000 12:29 am
Hi Jon, thank you very much for the reply, but your example was an animated basic shape, not an animated compound path donut, which is something with a hole in...
25
eedwards@...
Jun 2, 2000 8:10 pm
Greetings, Jasc Software is pleased to announce the release of an updated version of Jasc® Trajectory Pro(tm), a new Web graphics program that works natively...
26
Evenblij, Paul
paul_evenblij@...
Jun 5, 2000 3:22 pm
Hi, We are working on a SVG exporter for a simple diagram-drawing tool. Among other graphic elements, diagrams can contain images in GIF, JPEG, Windows BMP,...
27
Chris Lilley
chris@...
Jun 5, 2000 3:38 pm
... Note that SVG viewers are required to support JPEG and PNG formats. If you convert those GFIFs to indexed PNG and the BMP to indexed or 24-bit PNG as ...
28
Jon Ferraiolo
jferraio@...
Jun 5, 2000 4:15 pm
The data URL scheme is documented at: ftp://www.ietf.org/rfc/rfc2397.txt Jon Ferraiolo ... completely...
29
Asif Alli
ultimatehacker@...
Jun 5, 2000 5:01 pm
Hello All, I am new to the world of SVG and I would like a good SVG DOM Reference so that I can explore the limits to which I have control over SVG Objects... ...
30
Michael Bierman
mbierman@...
Jun 7, 2000 7:34 am
Adobe has just started shipping Adobe Illustrator 9, (http://www.adobe.com/aboutadobe/pressroom/pressreleases/200006/200006 02ai.html) which includes SVG...
31
jasenj1@...
Jun 7, 2000 3:08 pm
[I posted earlier this morning, but that message hasn't shown up yet. Guess I'll post again.] With the beta plugin, the below SVG file works fine, in the 1.0 ...
32
Justin Friedl
justin.friedl@...
Jun 7, 2000 4:29 pm
I was suffering the same problem as this about 20 minutes ago I used the following namespace: xmlns:xlink="http://www.w3.org/2000/xlink/namespace/" notice the...
33
jasenj1@...
Jun 7, 2000 5:15 pm
... you ... That fixed it! Thanks. I hope Adobe puts some mention of this in their release notes. [hint. hint.] - Jasen....
34
Jon Ferraiolo
jferraio@...
Jun 8, 2000 9:14 pm
Hi folks, The March 3 SVG spec says that the XLink namespace is "http://www.w3.org/2000/xlink/namespace/", but the XLink spec says that the XLink namespace is...
35
Kevin Bolduan
k.bolduan@...
Jun 15, 2000 11:39 pm
Greetings, I'm playing with dynamically generating SVG (a poor man's Macromedia Generator!) and ran into a bit of a snag. I'm using VBScript and ASP to...
36
Kevin Bolduan
k.bolduan@...
Jun 16, 2000 12:10 am
Greetings, ... But then I got this in response to a similar question posted on the Adobe SVG forum from Irv Kanode who appears to be from Adobe and knows these...
37
tobi
tobiasreif@...
Jun 16, 2000 8:08 am
Hi Kevin, your page doesn't display in NN, since the MIMEtype seems to not be specified on the server; it works only in IE (IE figures it out somehow, NN works...
38
Kevin Bolduan
k.bolduan@...
Jun 16, 2000 3:54 pm
Tobi, ... Interesting. It works fine in Netscape on my Mac (v. 4.6), and when I try to open it in Netscape on my PC (4.7), I get: Warning, there is a possible...
39
tobi
tobiasreif@...
Jun 16, 2000 4:20 pm
Hi Kevin, ... The exact thing popped up on my page, with NN4.7+adobe-plug-in+windows on a PC, without the MIMEtype specified on the server; since having added ...
40
Chris Lilley
chris@...
Jun 21, 2000 12:48 pm
... Yes, that is a limitation of plug-ins. Also, a limitation of (pre-XHTML) HTML. With XML browsers, which also support SVG, you will be able to have SVG and ...
41
Santiago Onagoity
saonagoity@...
Jun 21, 2000 11:58 pm
Hello!! Here come my questions: 1- Is there any software that can scan an image (eg. a paper photograph) directly to SVG format without passing through bitmap...
42
dr. stefan goessner
stefan.goessner@...
Jun 22, 2000 1:36 pm
hi, .. i ran into a problem selecting an element by mouse. i use adobe's svg-control 1.0. at the first look, doing this works fine: just implement the...