hello! svgdoc.getElementById(textZone).getFirstChild().data = 'a new string'; I found out that this works but strangely I cannot do this ...
1028
Jasen Jacobsen
jasenj1@...
Nov 6, 2000 4:01 pm
... of a ... You can check the JavaScript #2 at the demo/tutorial I set up at http://www.xfront.org/svgdemo. I do this in there. Essentially, you don't change...
1029
Harrell, Wade
wade@...
Nov 6, 2000 5:09 pm
Deleting the data child of the tspan seems to be a bit of overkill. Why not just set it == '' ? So: svgdoc.getElementById(textZone).getFirstChild().data =...
1030
Steve White
steve@...
Nov 6, 2000 5:22 pm
I notice that when you transform (stretch) an element, it stretches the outline. ex: http://www.virtualmechanics.com/test/stretch.svg I don't suppose there is...
1031
Harrell, Wade
wade@...
Nov 6, 2000 6:46 pm
This is a good question. In a few experiments I have been doing with the file you linked I have been unable to apply a stroke to a scaled object without that...
1032
carnold@...
Nov 6, 2000 9:07 pm
You can export a Visio drawing to Windows Metafile (.wmf) and then use the .wmf to .svg converter at http://www.graphicservlets.com. It has been hit and miss,...
1033
goessner@...
Nov 6, 2000 9:34 pm
some time ago i asked a similar question .. resolved by chris .. http://www.egroups.com/message/svg-developers/329 hope that helps .. s.goessner ... with the ...
1034
antoine j. quint, esq.
antoine@...
Nov 6, 2000 9:34 pm
Hello, I've got this bit of SVG code <path id="fond_menu2" style="fill:#1989BC;stroke:none;" d=" "/> and I want to get the fill-color of this element through a...
1035
Cathy O'Connor
Cathy.OConnor@...
Nov 6, 2000 9:48 pm
Is there a plug-in or utility that a user can rely on to convert an SVG image to a graphic image (jpeg, tiff, bmp) which could be placed in Word or Pagemaker...
1036
Peter Sorotokin
sorotokin@...
Nov 6, 2000 9:54 pm
... placed ... tool? ... want ... If they select "Copy SVG" from the Adobe SVG plugin menu, they can paste it into their app. They should paste "as image", not...
1037
Martin Girschick
magir@...
Nov 6, 2000 11:14 pm
Hi, I try to hide a few objects in an svg-picture thru javascript: node.setAttribute('style39;, 'visiblity:hidden'); The problem is that when I bring back to...
1038
Tobias Reif
tobiasreif@...
Nov 7, 2000 12:04 am
... it would be great if the adobeViewer would support full Xpointer. "I want to animate the fifth rect in the group with ID 'checkers39;" or "I would like point...
1039
Harrell, Wade
wade@...
Nov 7, 2000 12:19 am
hmmmm, maybe I am seeing an issue with the Adobe viewer then. I tried all three examples from that post and all three gave the same result. A rectangle with...
1040
Amino-X
kj5nh@...
Nov 7, 2000 3:01 am
... Or your user can just hit the "Print Screen" button. This will save the whole page to the clipboard which can then be cropped in a program like Paint Shop...
1041
Amino-X
kj5nh@...
Nov 7, 2000 5:46 am
Nothing spectacular, just a fun implementation. :) http://www2.arkansas.net/~aminox Amino-X kj5nh@... Using MSIE 5.0 and Adobe SVG viewer...
1042
goessner@...
Nov 7, 2000 7:22 am
wade, .. i remember .. i also considered something wrong with adobe viewer's result. maybe someone of adobes developers crew can comment this .. s.goessner ......
1043
Mika Heiskanen
Mika.Heiskanen@...
Nov 7, 2000 8:41 am
... Stroke-width did increase in any viewer in accorance with the previous SVG specification. This because the specification required using the nearest...
1044
carlos.montalvillo@...
Nov 7, 2000 8:42 am
Hi all, I would like to know if it is possible to avoid browser to show the main menu : - View Source - Save SVG as... - Zoom In - Zoom Out Thanks in advance. ...
1045
Jasen Jacobsen
jasenj1@...
Nov 7, 2000 3:52 pm
... overkill. Why not ... Because if you hand-code or programmically generate the svg you end up with tspans that look like <tspan/>. There is no child node....
1046
Cathy O'Connor
Cathy.OConnor@...
Nov 7, 2000 4:49 pm
I followed the steps and pasted first a bitmap image into WORD and then a "Device Independent Bitmap". Neither is exactly the way it looked on the web page....
1047
Jon Ferraiolo
jferraio@...
Nov 7, 2000 5:23 pm
There has been an email thread which I haven't had time to respond to until now about maintaining constant stroke width when enclosed by a non-uniform ...
1048
Harrell, Wade
wade@...
Nov 7, 2000 5:31 pm
ok. For a Circle the solution is as you have shown. How would you recommend keeping a constant stroke on a path that is enclosed by a non-uniform...
1049
Martin Girschick
magir@...
Nov 7, 2000 5:37 pm
Hi, I searched the documentation for it, but I couldn't find anything. I want to open an svg-image with a java-applet and then add some nodes to it, if someone...
1050
Martin Girschick
magir@...
Nov 7, 2000 5:38 pm
Hello again, I'm currently writing a small html-file as a reference to the syntax of svg. It's more a less a very short version of the specs. Perhaps anyone...
1051
Martin Girschick
magir@...
Nov 7, 2000 5:43 pm
When we talk about printing: Try to print the following svg: <svg width="20cm" height="15cm"> <rect x="16.41cm" y="2cm" height="11.7cm" width="0.6cm" ...
1052
New, Cecil (GEAE)
Cecil.New@...
Nov 7, 2000 6:10 pm
unsubscribe...
1053
Steve White
steve@...
Nov 7, 2000 7:26 pm
I think the issue here is whether a transform is a valid way to create geometry. I have certainly used it that way for a long time. It becomes more relevant...
1054
luke@...
Nov 7, 2000 8:03 pm
Martin, Here's a short example using JavaScript and the SVG embedded in an HTML file. <EMBED ID="SVGName" WIDTH="100%" HEIGHT="92%" NAME="SVGName" ...
1055
Harrell, Wade
wade@...
Nov 7, 2000 8:10 pm
I use http://www.adobe.com/svg/indepth/currentsupport.html Often because it is a brief listing of what is available. It does not really describe each item,...
1056
mikeri@...
Nov 7, 2000 8:20 pm
Jon: Just tried 'display39; in place of 'visibility39; and it look like this will work. I used 'display:inline' for the elements I wanted to show. Is this the...