... select ... Try http://pilat.free.fr/english/routines/form1.htm using javascript as example or http://pilat.free.fr/english/svg_lib/list_scroll.htm as...
... The is no element "SVG" in SVG; using it in an SVG would make that document invalid. Use "svg". Tobi -- http://www.pinkjuice.com/...
Tobias Reif
tobiasreif@...
Mar 1, 2003 9:11 am
27027
Greetings, (help please) We have started the first of four phases of an advertising campaign to promote SVG. Modest (1) to full on (4) over the next 6 months. ...
Hi, I have a document that includes some embeded SVG documents. To give you an idea it looks something like this: <svg> <image .../> <image .../> <image .../> ...
Dear SVG Community, We have noticed some backwards development in the SVG-Area. As we want to completly re-design the SVG-Café, we wanted to ask the community...
Hi I am using SVG within a framesset. I have noticed that the browsers (IE6) back button does not work properly with SVG. I have tried a simple text link...
Hello! I hope I have a simple question. I have a line that looks like this: "svgdoc.rootElement.getCurrentTranslate.x/.y" to get a current translate. What do I...
hi SVGlers, I am new to SVG but since I started to explore the worlds of SVG, I was fascinated of it, so welcome a newbie :) Btw, does anybody know when the...
Hi Jack ... welcome :) ... http://www.w3.org/TR/SVG12/#xforms ... ASV4 will be released soon, I would think. (there was a mention of it in the test suite, and...
Tobias Reif
tobiasreif@...
Mar 2, 2003 10:57 pm
27036
hi Tobias, ... SVG, I ... Thanks. The SVG-Community seems nice to me. I am just wondering that the postings continues go down in this group, is this a first...
Hi Jack ... I think it was the mag Wired where I saw a curve which most new technologies follow. It went something like this: 1. From zero to upwards, quite...
Tobias Reif
tobiasreif@...
Mar 3, 2003 9:12 am
27038
Dear Community, We spend a whole lot of work and finally released a new view of the SVG-Café. Why we did is, is shortly explained. The "old" Café was ...
Ok here goes. Here is what I would like to do. I would like to zoom in on a drawing and then hit a button that will open up another window with the same svg...
Does the "g" element create a view port? Or that characteriistic is unique for the "svg" element. Thanks in advance. William...
William Castro G.
wcastro@...
Mar 3, 2003 2:20 pm
27043
I am a newbee in svg. 1. How can I get co-ordinates values on mouseclick on a svg rectangle object? evt.clientX method is returning windows co-ordinates. 2....
... smooth ... comparable ... Hi William, It is not clear what is your point. VML is not a W3C standard and I do not believe that there is an available...
Has anyone used SVG in a .NET windows form? I understand that you must embed a SVG viewer into the form, but I'm wondering if it is an effective solution to...
Is it possible to dynamically draw in SVG. For example, is it possible to draw a rubber-band line where a line is drawn on the mousedown click and the line...
Hi, Oh yes!!!! Use the mousedown and mousemove events to drawn the line and then when mouseup event comes set the line back or bounce it back to it's original ...
Look at this URL: http://www.taedium.com/svg/jack-o-lantern.svg.html Hit the "Erase" button first and then draw your lines to indicate the cutting out of the...
Hi, Can I ask a silly question, why use .NET? Mit freundlichen Gru?en/Regards Chris Peto System Development ... Resource Solutions Hohenweg 34 63303 Dreieich -...
I believe Niklas (www.protocol7.com) has made some headway into this using SVG Sharp. As for why use .NET, why use any programming language? Odds are this is...
Hi, My point... For fun I have made an all in one page (webpage or email version) SVG/VML vector shape editor (see links in earlier messages) whereby one can...
I am developing a Windows Form application using .NET (requirement). In this app, I need to allow the user to build very simple "maps" at run-time and this is...
Hey there You might want to take a look at SharpVectorGraphics (http://sourceforge.net/projects/svgdomcsharp) which is a open-source project that aims at...
Is it good form to add custom attributes to an SVG tag without specifying some sort of namespace? e.g. I have a tag like this: <circle id="circ1" cx="100"...
... It's no valid SVG. However, with a modified DTD it could be. But, it's best to keep it in your own namespace to keep a clean separation. You can read more...