Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

svg-developers · SVG Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 8774
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 19761 - 19790 of 66120   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
19761 jiri_cuypers Send Email Aug 1, 2002
7:02 am
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,...
19762 Steve Cooper
steve_m_cooper Send Email
Aug 1, 2002
7:57 am
... 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...
19763 pflaume001001 Send Email Aug 1, 2002
9:51 am
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...
19764 Niklas Gustavsson
protocol7b Send Email
Aug 1, 2002
10:06 am
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...
19765 Ruud Steltenpool
r.g.steltenpool@... Send Email
Aug 1, 2002
10:17 am
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...
19766 Ruud Steltenpool
r.g.steltenpool@... Send Email
Aug 1, 2002
10:38 am
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...
19767 castelginestfr Send Email Aug 1, 2002
10:45 am
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...
19768 Ruud Steltenpool
r.g.steltenpool@... Send Email
Aug 1, 2002
11:54 am
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"> ...
19769 Jim Ley
jibberjim Send Email
Aug 1, 2002
12:01 pm
"Ruud Steltenpool" <r.g.steltenpool@...> ... just ... Well, not if you insist on only using standards... (window.document == to the HTML...
19770 yeensii Send Email Aug 1, 2002
12:16 pm
... That's the correct version: <xsl:stylesheet version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xsl="http://www.w3.org/1999/XSL/Transform&quot; ...
19771 tomahawk_7 Send Email Aug 1, 2002
12:21 pm
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...
19772 tomahawk_7 Send Email Aug 1, 2002
12:25 pm
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 ... ...
19773 Ruud Steltenpool
r.g.steltenpool@... Send Email
Aug 1, 2002
12:31 pm
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...
19774 Tobias Reif
tobiasreif@... Send Email
Aug 1, 2002
12:34 pm
... 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:...
19775 Jim Ley
jibberjim Send Email
Aug 1, 2002
12:54 pm
"Ruud Steltenpool" <r.g.steltenpool@...> ... cause ... with ... well generate will need to be in a different namespace to SVG, but yep it works...
19776 Chris Lilley
nantonos2001 Send Email
Aug 1, 2002
1:55 pm
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...
19777 Ruud Steltenpool
r.g.steltenpool@... Send Email
Aug 1, 2002
2:05 pm
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...
19778 Jim Ley
jibberjim Send Email
Aug 1, 2002
2:12 pm
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; ...
19779 Ruud Steltenpool
r.g.steltenpool@... Send Email
Aug 1, 2002
3:00 pm
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,...
19780 Ruud Steltenpool
r.g.steltenpool@... Send Email
Aug 1, 2002
3:38 pm
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...
19781 Michael Bierman
mbier Send Email
Aug 1, 2002
4:46 pm
Take a look at http://www.adobe.com/svg/demos/domtree.html and http://www.adobe.com/svg/dynamic/insertion.html Michael...
19782 Michael Bierman
mbier Send Email
Aug 1, 2002
5:03 pm
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...
19783 Jim Ley
jibberjim Send Email
Aug 1, 2002
5:24 pm
"Chris Lilley" <chris@...> ... Not really relevant, but that page does misrepresent VML somewhat claiming it can't rotate text, and can't position text,...
19784 jctheriot Send Email Aug 1, 2002
6:04 pm
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...
19785 Kevin Lindsey
k_e_lindsey Send Email
Aug 1, 2002
6:26 pm
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...
19786 Chris Lilley
nantonos2001 Send Email
Aug 1, 2002
6:30 pm
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...
19787 bobhopgood2002 Send Email Aug 1, 2002
7:23 pm
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...
19788 Yosri Diab
yosridiab Send Email
Aug 1, 2002
7:32 pm
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...
19789 Nokiko
daatje1 Send Email
Aug 1, 2002
7:43 pm
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...
19790 Niklas Gustavsson
protocol7b Send Email
Aug 1, 2002
8:21 pm
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...
Messages 19761 - 19790 of 66120   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help