[svg-developers] Re: SVG path format confusion

2005-03-04 Thread Andreas Neumann
both are valid, standard SVG. There only several methods to describe a geometry. the upper syntax (Illustrator) seems to be more compact, because it uses relative path syntax. An absolute moveto and then relative line to's. It also uses horizontal and vertical line to's, which is again more com

[svg-developers] How to Hilite

2005-03-04 Thread shreeshail dhuttargi
Hi I want to hilite a clicked SVG Element. i searched for any direct method for hilite but couldn't find it. if any one know then pls reply me. Sorry for simple question (for u). But i spent lot more time to find the answer on sites and SVG specifiaction. Thanks Shreeshail

Re: [svg-developers] What Wireless Phones

2005-03-04 Thread Antoine Quint
On 4 mars 2005, at 00:48, tbone58x wrote: > can support SVG content right now? Will it only render SVG 1.2 (tiny)? Have a look at http://svg.org/special/svg_phones. All the phones listed there are SVGT 1.1 compliant. Antoine -- Antoine Quint — Fuchsia Design SVG & Client-side XML Consulting

Re: [svg-developers] Re: To create text box in SVG

2005-03-04 Thread Holger Will
Hi Jitz ive got two textboxes, one works in ASV6 and Batik http://www.treebuilder.de/svg/textbox/textbox2.svg and the other in ASV3 http://www.treebuilder.de/svg/textbox/textbox.svg im not sure the code is simpler . just check them out. if you have any question concerning the code, just ask. hth

[svg-developers] Is it possible Append To DOM with JavaScript

2005-03-04 Thread shreeshail dhuttargi
Hi all is it possible to append one SVG to another SVG which is opend in browser. Ex. I have a SVG opened in a frame in IE in another frame i have a Text box and control button . in Text Box i enter a local SVG file path and on click event of the control button i want to append contents of SVG (

[svg-developers] problem with CSS class

2005-03-04 Thread Giulio
hi to everyone, i've go t this little problem: Suppose to have an SVg document definied like to follow: some graphic tags and then .Q2h9P0o7R6 { stroke:#de341c; fill:none; stroke-width:20; stroke-dasharray:1,0; pointer-events:visible; } .W2C4e0C5A5 { stroke:#ff; fill:#ff; fill-

Re: [svg-developers] How to Hilite

2005-03-04 Thread Jay Vaughan
>I want to hilite a clicked SVG Element. i searched >for any direct method for hilite but couldn't find it. >if any one know then pls reply me. >Sorry for simple question (for u). But i spent lot >more time to find the answer on sites and SVG >specifiaction. SVG doesn't have a "hilite" ca

Re: [svg-developers] dynamic Metadata-DOMTree

2005-03-04 Thread sholla
Check out SvgComposer.com "Burkhard

[svg-developers] Re: To create text box in SVG

2005-03-04 Thread stevenjmarks
Hello, I have a relatively simple multi-line textbox located at: http://www.galacticpathways.com/OpenSource/OpenSource.aspx To use it: Include a reference to TextBox.js in your svg file. Create a text box by calling Textbox(x, y, width, height, parentyou're your javascript where parent is t

[svg-developers] Re: To create text box in SVG

2005-03-04 Thread ztij0
Thanks for the help. I would like to know how I will be able to get the complete test to a variable. Probably I might be missing something. --- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> wrote: > Hi Jitz > > ive got two textboxes, one works in ASV6 and Batik > http://ww

Re: [svg-developers] dynamic Metadata-DOMTree

2005-03-04 Thread Marjorie Roswell
Hmmm...I downloaded it, and it immediately said that my free trial had expired, and then it pointed me to a page http://www.svgcomposer.com/main/SubscribeNow.asp that doesn't seem to exist. Ah well. On Fri, 4 Mar 2005 09:36:34 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Check out Sv

[svg-developers] My further correspondence with Blogspot, and partial success...

2005-03-04 Thread Marjorie Roswell
Friends, nobody ever responded to my multiple inquiries on embedding SVG in an HTML file without referencing an external file. But persistant searching has paid off somewhat, and I've gotten to a partial answer. I even managed to embed a square or a circle (but not both, and not the specified colo

[svg-developers] PenDraw - programmed web graphics

2005-03-04 Thread iwasandrewfirst
PenDraw is a 2D graphics language of my invention. It is good for diagrams, but has general scope beyond that. It outputs SVG. It is to SVG what Perl is to data. It has some very fundamental features for graphics: it is based on a graphics stack, but has ways for the programmer to prevent

Re: [svg-developers] Re: To create text box in SVG

2005-03-04 Thread Holger Will
Hi Jitz if you give the textbox an id ( say "textbox1") then textbox1.textnode.data contains the entered text. you can also set the text with textbox1.textnode.data="text" cheers holger ztij0 wrote: > > Thanks for the help. I would like to know how I will be able to get > the complete test

RE: [svg-developers] My further correspondence with Blogspot, and partial success...

2005-03-04 Thread Mark Birbeck
Marjorie, I'm seeing orange shapes rather than black, and I think it is because I have ASV6 -- I guess you are using ASV3. I'm stretching my memory here (!) but I think that when you use the technique you are using you get some conflict with IE and styles. If you use attributes instead of style r

[svg-developers] Re: SVG path format confusion

2005-03-04 Thread Joe Gammad
The program that I am working with requires the lower Inkscape syntax and cannot read the upper Illustrator syntax. So I am wondering, what are the advantages to using the Inkscape syntax? Can you clarify what you mean by "better readable"? Do you mean that the Inkscape syntax can be read by

[svg-developers] Anybody knows a company called Geographs?

2005-03-04 Thread marchechik
Anybody knows a company called Geographs.com? I'm trying to reach them to ask some questions about their products but they are very hard to get... Best Marcelo - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edi

Re: [svg-developers] dynamic Metadata-DOMTree

2005-03-04 Thread sholla
Yeah! I tried to subscribe too - but did not work. If you say Cancel when the app. comes up, you get to view the DOM in a readonly manner. It does show the corresp. SVG element displayed when you click on an element in the tree.

[svg-developers] svg and blackberry

2005-03-04 Thread nceronly
anyone know how to make svg to display in blackberry without convert to binary pme? thanks I thought I post one yesterday?!!! - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Group

[svg-developers] Re: SVG path format confusion

2005-03-04 Thread skatethere
--- In svg-developers@yahoogroups.com, Joe Gammad <[EMAIL PROTECTED]> wrote: > > > The program that I am working with requires the lower > Inkscape syntax and cannot read the upper Illustrator > syntax. So I am wondering, what are the advantages to > using the Inkscape syntax? Can you clarify

[svg-developers] Re: Blackberry

2005-03-04 Thread nceronly
thanks, I get it worked yesterday with *.pme is there a way to make it works without convert to binary *.pme? --- In svg-developers@yahoogroups.com, "Val Matison" <[EMAIL PROTECTED]> wrote: > This site should help: > > > > http://www.plazmic.com/en/index.shtml > > > > Val Matison > >

[svg-developers] Re: Event problems: ASV3.02 + Netscape + FireFox

2005-03-04 Thread tajonislee
--- In svg-developers@yahoogroups.com, "tajonislee" <[EMAIL PROTECTED]> wrote: > > I am having troubles capturing events with the Adobe SVGViewer v3.02 > in Netscape Navigator v 7.2(Windows & Mac), Mozilla FireFox v1.0 > (Windows & Mac) and IE 5.02(MAC OS X). When I attempt to 'click' on > a

[svg-developers] Re: Event problems: ASV3.02 + Netscape + FireFox

2005-03-04 Thread tajonislee
Here is the javascript that i am attempting to execute across multiple browsers: / script wide variables / var svgDocument; var diesChanged = new Array(); var dieIdsChanged = new Array(); //var chipNames = new Arr

[svg-developers] Re: SVG path format confusion

2005-03-04 Thread Joe Gammad
Kriby and Andreas, Thanks for the prompt feedback! Much appreciated! Joe __ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/ - To unsubscribe send a messa