... It appears to be the case that Netscape doesn't track URL requests made by plug-ins, so that when a plug-in asks for a resource again, Netscape doesn't...
317
Eric Huisman
eric@...
Sep 1, 2000 5:28 pm
I'm trying to change a xlink of an image in a SVG-document using a javascript-function. I thought I read a message/tutorial about this, but I cannot find it ...
318
Kevin Lindsey
kevinlindsey@...
Sep 1, 2000 5:57 pm
Eric, Assuming you have a variable named "image" which refers to your <image> element, you will need to use: image.setAttributeNS( ...
319
Harrell, Wade
wade@...
Sep 1, 2000 5:59 pm
I did that in the JavaScipt of the lower frame in this example: http://www.iguanastudios.com/rnd/svg/rnd002/index.html SNIPPET FROM THE SVG: <a id="anchur"...
320
Alexander J. Vincent
ajvincent@...
Sep 1, 2000 8:36 pm
NURBS??? :confused: Sir, I've only studied first-year calculus *L* and I've never heard of that term. I'm just looking to cover some basic geometric shapes...
321
jdowdell@...
Sep 2, 2000 1:06 am
... Sorry, I'm not positive I'm visualizing the situation there correctly... there are a few text approaches possible, and I'm not certain whether the data-fed...
322
Chris Lilley
chris@...
Sep 2, 2000 1:38 am
... Non Uniform Rational B-Splines. Widely used in CAD (Computer Aided Design), especially 3D, but also 2D. Can represent conics exactly, andc can represent...
323
borisl@...
Sep 3, 2000 10:05 am
I try to work with Adobe SVG ActiveX control from VB. Code is something like this: Dim WithEvents SVGCtl1 As SVGCtl ' SVGCtl1 - ActiveX Control object on my...
324
TAKESATO HAYASHI
take@...
Sep 3, 2000 5:16 pm
Hi, all. I could display Japanese Charactor on my Web server. < http://www.takesato.com/files/svg/kurage.svg > I published it from Illustrator 9.0J with...
325
Tobias Reif
tobiasreif@...
Sep 3, 2000 8:39 pm
... I see japanese characters with german OS and english adobe-viewer-plugIn. Cool! Tobi ===== Tobias Reif http://www.pinkjuice.com/svg/...
326
dr. stefan goessner
stefan.goessner@...
Sep 3, 2000 11:44 pm
when looking at .. <?xml version="1.0"?> <svg width="250" height="250"> <g transform="scale(1 10)"> <rect x="10" y="2" width="200" height="20" ...
327
TAKESATO HAYASHI
take@...
Sep 4, 2000 8:12 am
Hi, all. Thank you Tobi, it helps me much! I'm surprised it works with German OS and English Viewer. Now I'm writing an article about SVG publishing with Adobe...
328
Chris Lilley
chris@...
Sep 4, 2000 9:09 am
... No, it displayed fine on my US-version Windows 2000 with US Adobe viewer. Interested to hear reports of other OS (MacOS, Windows NT, 98...) Because of the...
329
Chris Lilley
chris@...
Sep 4, 2000 9:44 am
... That effect is intended *with the stroke width as you have set it* To see the difference, see the stroke-width, set explicityly three different ways in the...
330
dr. stefan goessner
stefan.goessner@...
Sep 4, 2000 1:17 pm
chris, thank you for the clarification. it obviously works, as one would expect it. so a fourth example .. setting the stroke width for group elements .. must...
331
Alex Vincent
ajvincent@...
Sep 4, 2000 7:07 pm
OK, I'm beginning to realize that a lot of what I'm asking/demanding/pleading for is not directly on topic for SVG. It's related, but I really need access to...
332
dr. stefan goessner
stefan.goessner@...
Sep 4, 2000 7:24 pm
alex, have a look at the code of my lissajou example at adobe's http://www.adobe.com/svg/demos/main.html here you see a typical parametric curve defined by x =...
333
Michael Bierman
mbierman@...
Sep 5, 2000 4:47 am
Takesato, Tobi: Any of the localizations of the Adobe SVG Viewer can display any localized content. The reason for the localizations is for interaction with...
334
Tobias Reif
tobiasreif@...
Sep 5, 2000 8:32 am
Hi! ... Why not the SVG-font-format? It's cool, because it's SVG; thus it can be used in SVG documents very well; sript it, style it, all in combination with...
335
mikeri@...
Sep 5, 2000 1:57 pm
Folks: Is the current Adobe Plug-in lacking support for Markers and for certain types of filter effects (namely lighting filters)? I was trying to create a...
336
Michael Bierman
mbierman@...
Sep 5, 2000 2:50 pm
... We do not support SVG fonts in our 1.0 Adobe SVG Viewer. It is our intention to support the entire specification, however the Candidate Recommendation very...
337
mikeri@...
Sep 5, 2000 9:26 pm
Folks: Is it possible to move an SVG 'symbol' object around on a web page through user interaction (JavaScript)? I've tried to use some sample code from the...
338
Jon Ferraiolo
jferraio@...
Sep 5, 2000 9:47 pm
I'm not sure what exactly you are trying to do, but I'll do my best to help. Most of the time 'symbol' doesn't really have a particular location on the page....
339
dr. stefan goessner
stefan.goessner@...
Sep 5, 2000 10:01 pm
michael, maybe you get some inspiration by robert edwards example .. http://home.earthlink.net/~edwardsrg/Adobe/AdobeTutorial.html or my 'grips' code snippet...
340
Sebastian.Hagen@...
Sep 6, 2000 8:44 am
Is there an editor available, which allows to create svg-graphics and animate its elements? Thanks a lot in advance, Sebastian Hagen...
341
Harrell, Wade
wade@...
Sep 6, 2000 2:22 pm
You can create static SVG files in Adobe Illustrator, and a few others (I admit being partial to the application I have been using for years)..... animate...
342
Harrell, Wade
wade@...
Sep 6, 2000 2:51 pm
I am curious if anyone else was previously working in DHTML. Essentially DHTML is just a term used to describe using JavaScript, CSS, and knowing the DOM but...
343
hpyle@...
Sep 6, 2000 3:37 pm
Wade wrote, ... Essentially ... the ... Up ... interactive ... that ... I share your feelings, but actually had that particular epiphany in the reverse order....
344
Ray Pierce
raycks@...
Sep 6, 2000 3:46 pm
I am using the Adobe SVG viewer plugin and IE 5 w/ MSXML July release. I would like to be able to see the updated SVG source after I have manipulated some...
345
Harrell, Wade
wade@...
Sep 6, 2000 4:04 pm
Try using the right click and "Copy SVG" method.... this tip came from Adobe a while back on the list. Very useful, but I'm not sure if it will work exactly...