Hi, Does anyone have some experience with SVG (Scalable Vector Graphics) in .NET? (if possible i'm looking for a custom made component with source) examples,...
... If you think it was hand coded, how can adobe show it as a demo under Illustrator on their website ?! To me that is almost false advertising ! I had...
Hi, does anybody know if there is any possiblity to change the layer- position of any element? I need this, because I generate an SVG tree dynamically. And...
Hi We are a group working on an open-source implementation of the SVG DOM in C#. We also develop a SVG viewer. Interactions has to be done from .NET (not with...
http://www.w3.org/TR/SVG/render.html#RenderingOrder and from http://www.w3.org/TR/DOM-Level-2-Core/ecma-script-binding.html The Node object has the following...
Ruud Steltenpool
r.g.steltenpool@...
Aug 1, 2002 10:17 am
19766
Sorry, i was a bit unclear. I'd like to know what's the best FONT for the smallest text. I'm now just using what ASV has as default. That is still quite...
Ruud Steltenpool
r.g.steltenpool@...
Aug 1, 2002 10:38 am
19767
As the "author" of these Flash examples (i noticed yesterday an important traffic from your list on my web site), i would like to say that : - regarding...
In HTML you can let part of the document be generated client-side by just inserting something like the following in the body <script type="text/javascript"> ...
Ruud Steltenpool
r.g.steltenpool@...
Aug 1, 2002 11:54 am
19769
"Ruud Steltenpool" <r.g.steltenpool@...> ... just ... Well, not if you insist on only using standards... (window.document == to the HTML...
For reading on a computer monitor, sans serif fonts are said to be the best. I'm partial to Verdana and Trebuchet MS these days for my web use, along with...
I should also mention that, depending on your drawing's needs, you might want to go with a monospaced font, such as Courier. ... style, ... on ... a ... ...
So this is a way: In your SVG use the following elements <generate function="0" /> <generate function="1" /> Because they're not in the SVG DTD they don't...
Ruud Steltenpool
r.g.steltenpool@...
Aug 1, 2002 12:31 pm
19774
... It's always best to post representative snippets with the first post. You can either set the default namespace to the XSLT URI, and use something like svg:...
Tobias Reif
tobiasreif@...
Aug 1, 2002 12:34 pm
19775
"Ruud Steltenpool" <r.g.steltenpool@...> ... cause ... with ... well generate will need to be in a different namespace to SVG, but yep it works...
On Thursday, August 1, 2002, 9:57:24 AM, Steve wrote: ... SC> If you think it was hand coded, how can adobe show it as a demo under SC> Illustrator on their...
As long as the generate Element is not within the SVG DTD (and i believe it is indeed not), then it's OK right? Namespaces are only there to provide some...
Ruud Steltenpool
r.g.steltenpool@...
Aug 1, 2002 2:05 pm
19778
Subject: Re: example (was:Re: [svg-developers] document.write ? Date: Thu, 1 Aug 2002 14:08:43 -0000 MIME-Version: 1.0 Content-Type: text/plain; ...
I want to be able to resize some of my objects (than consist out of multiple SVGElements) and i can do that by changing the transform-attribute of the group,...
Ruud Steltenpool
r.g.steltenpool@...
Aug 1, 2002 3:00 pm
19780
Maybe somebody likes this system i sketch: Points can be assigned colors. (do at least for the viewport corners) Then the whole viewport is divided up in...
Ruud Steltenpool
r.g.steltenpool@...
Aug 1, 2002 3:38 pm
19781
Take a look at http://www.adobe.com/svg/demos/domtree.html and http://www.adobe.com/svg/dynamic/insertion.html Michael...
I was the Senior Product Manager for SVG at Adobe, so I'm familiar with how each demo was created. I disagree that there was any deception involved here. This...
"Chris Lilley" <chris@...> ... Not really relevant, but that page does misrepresent VML somewhat claiming it can't rotate text, and can't position text,...
Hi -- I'm new to this list, didn't find an answer to my problem in the archives ... I inherited some code which generates SVG files, which can be correctly...
Hi André, ... I started working with ASV 2, so I'm not familiar with the problems between 1.0 to 2.0. ... The way I read their support document, it is still...
On Thursday, August 1, 2002, 8:04:33 PM, jctheriot wrote: j> Hi -- I'm new to this list, didn't find an answer to my problem in j> the archives ... j> I...
The following SVG file looks as I would expect it on Batik but the letter A is rubbish using the Adobe Plug-in. Is it a bug or am I doing something that is not...
Eric ... You are right, in the existing Mapping market SVG and Flash are competing against the expensive old desktop Technology. But what about the individual...
Finally had some time to work on some svg related stuff http://www.nokiko.com/svgcsharp.jpg yeah it's an svg vieuwer, and it vieuws a rectangle ;) Armand...
Hi there You might be interested in the open-source Sharp Vector Graphics project that is implementing the SVG DOM in C# and also is building a viewer, pretty...