Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 19761 - 19790 of 60470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19761
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,...
jiri_cuypers
Offline Send Email
Aug 1, 2002
7:02 am
19762
... 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...
Steve Cooper
steve_m_cooper
Offline Send Email
Aug 1, 2002
7:57 am
19763
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...
pflaume001001
Offline Send Email
Aug 1, 2002
9:51 am
19764
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...
Niklas Gustavsson
protocol7b
Offline Send Email
Aug 1, 2002
10:06 am
19765
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@...
Send Email
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@...
Send Email
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...
castelginestfr
Offline Send Email
Aug 1, 2002
10:45 am
19768
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@...
Send Email
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...
Jim Ley
jibberjim
Offline Send Email
Aug 1, 2002
12:01 pm
19770
... 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" ...
yeensii
Offline Send Email
Aug 1, 2002
12:16 pm
19771
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...
tomahawk_7
Offline Send Email
Aug 1, 2002
12:21 pm
19772
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 ... ...
tomahawk_7
Offline Send Email
Aug 1, 2002
12:25 pm
19773
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@...
Send Email
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@...
Send Email
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...
Jim Ley
jibberjim
Offline Send Email
Aug 1, 2002
12:54 pm
19776
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...
Chris Lilley
nantonos2001
Offline Send Email
Aug 1, 2002
1:55 pm
19777
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@...
Send Email
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; ...
Jim Ley
jibberjim
Offline Send Email
Aug 1, 2002
2:12 pm
19779
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@...
Send Email
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@...
Send Email
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...
Michael Bierman
mbier
Offline Send Email
Aug 1, 2002
4:46 pm
19782
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...
Michael Bierman
mbier
Offline Send Email
Aug 1, 2002
5:03 pm
19783
"Chris Lilley" <chris@...> ... Not really relevant, but that page does misrepresent VML somewhat claiming it can't rotate text, and can't position text,...
Jim Ley
jibberjim
Offline Send Email
Aug 1, 2002
5:24 pm
19784
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...
jctheriot
Offline Send Email
Aug 1, 2002
6:04 pm
19785
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...
Kevin Lindsey
k_e_lindsey
Offline Send Email
Aug 1, 2002
6:26 pm
19786
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...
Chris Lilley
nantonos2001
Offline Send Email
Aug 1, 2002
6:30 pm
19787
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...
bobhopgood2002
Offline Send Email
Aug 1, 2002
7:23 pm
19788
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...
Yosri Diab
yosridiab
Offline Send Email
Aug 1, 2002
7:32 pm
19789
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...
Nokiko
daatje1
Offline Send Email
Aug 1, 2002
7:43 pm
19790
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...
Niklas Gustavsson
protocol7b
Offline Send Email
Aug 1, 2002
8:21 pm
Messages 19761 - 19790 of 60470   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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