[svg-developers] hello

2004-10-25 Thread cjolif
The message contains Unicode characters and has been sent as a binary attachment. [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- $9.95 domain names from Yahoo!. Register anything.

Re: [svg-developers] Composite paths

2004-10-25 Thread Thomas DeWeese
Hi wetophelia, wetophelia wrote: I am having an issue, and this may just be a limitation of the specification, but perhaps someone will have an idea I have not thought of. I am under the impression that some elliptical arcs (inclined arcs) can not be drawn without the use of a

RE: [svg-developers] importing svg files

2004-10-25 Thread Ross Allard
Thanks Thomas, my first attempt at including SVG support was to add a JSVGCanvas to my drawing Component for each svg object. However, coordinating it with the surrounding (and above) native drawing proved difficult, so I gave up and treated each as a simple bitmap when painting (although I

[svg-developers] parent node

2004-10-25 Thread nickka53
Can I query for an element's parent node? I tried using the svgDocument and selectSingleNode (using JavaScript) and XPath and it didn't work for me. svgDoc.setProperty(SelectionLanguage, XPath); var parentNode = svgDoc.selectSingleNode(parent::cd[attribute::id= + objectId + ]);

[svg-developers] Re: parent node

2004-10-25 Thread Heiko Niemann
Hi, var element = document.getElementById('child'); var parent = element.parentNode; Regards- -Heiko --- In [EMAIL PROTECTED], nickka53 [EMAIL PROTECTED] wrote: Can I query for an element's parent node? I tried using the svgDocument and selectSingleNode (using JavaScript) and XPath and

[svg-developers] newbie createElement question

2004-10-25 Thread Jeffrey Hau
Hi all, I am just starting out SVG and try to write a script that will make a circle appear on mouse click, when i run the following code using the batic svg viewr, the circle does not appear on click but i can see it has been added to the DOM tree. Can anyone point out what's wrong with the

RE: [svg-developers] Audio on SVG

2004-10-25 Thread Doug Schepers
Hi, Tony- Probably the best compromise would be to include both the proprietary and the standard (but not-quite-here) versions, and use a switch to select between the 2: svg width='100%' height='100%' version='1.2' xmlns='http://www.w3.org/2000/svg'

Re: [svg-developers] Composite paths

2004-10-25 Thread Thomas DeWeese
Chris Lilley wrote: On Tuesday, October 26, 2004, 12:42:21 AM, kgordon wrote: kdc If I have an ellipse (or elliptical arc) wherein the conjugate diameters kdc are not perpendicular, then then its not, strictly, an ellipse. Actually I can't provide a proof, but I strongly believe that

RE: [svg-developers] Image Creation Dynamically

2004-10-25 Thread Felix Moses
Hi, I tried to create a image element dynamically in the Javascript and the code that i am using is below var m_SVGDocument= document.embeds[svgdocument].getSVGDocument(); var newElement = m_SVGDocument.createElement(image);

RE: [svg-developers] Image Creation Dynamically

2004-10-25 Thread Felix Moses
Sorry Folks, This is the code I am using var m_SVGDocument= document.embeds[svgdocument].getSVGDocument(); var newElement = m_SVGDocument.createElement(image); newElement.setAttribute(xlink:href,images/sampleimage.gif); newElement.setAttribute(x,20);

[svg-developers] Graph

2004-10-25 Thread ratee111
hi, Anyone know about graph history? for example the data the bring to plot the bar graph. how it have charateristic? thanks in advance Yahoo! Groups Sponsor

[svg-developers] Re: SVG to DWG

2004-10-25 Thread gauri_rampal
I am interested in SVG to DWG exporter. I think William had mentioned an exporter which exports some entities from SVG to DXF12. Please let me know whether the dxf2svg.zip file has the SVG to DWF exporter. Also, let me know as to how should I run this file. I noticed an html and some

RE: [svg-developers] Image Creation Dynamically

2004-10-25 Thread Felix Moses
Thnx Doug, It Worked. Regards Felix -Original Message- From: Doug Schepers [mailto:[EMAIL PROTECTED] Sent: 26 October 2004 08:25 To: [EMAIL PROTECTED] Subject: RE: [svg-developers] Image Creation Dynamically Hi, Felix- Try this: var m_SVGDocument=

[svg-developers] [ANN] Sketsa (SVG Graphics Editor) 2.2 released

2004-10-25 Thread Tonny Kohar
We just released Sketsa SVG Graphics Editor 2.2. It is available from http://www.kiyut.com/products/sketsa/index.html The new release has the following enhancement: - Group/UnGroup - z-order (Move Up/Down/Top/Bottom) - Improved Session Persistence - Small UI enhancement - Various Bug fixes If