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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 25557 - 25587 of 60442   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25557
Hi, I'm trying to write a text along a path, but even when using the documentation, it still won't work. here is what I have done: <defs > <path id="Path_1"...
Ori Burstein
oriburstein
Offline Send Email
Jan 2, 2003
10:13 am
25558
Hi Ori, ... Indeed. You're missing a <textPath xlink:href="#Path_1"> element within your <text> element: <text style="writing-mode: lr; font: Verdana;...
Antoine Quint
graoutsats
Offline Send Email
Jan 2, 2003
10:18 am
25559
Thanks Antoine, It now prints along the path, But now it seems like the SVG displays only the last digit I print ("e") and not all the text it should ...
Ori Burstein
oriburstein
Offline Send Email
Jan 2, 2003
10:46 am
25560
Hi, ... I get the last three characters "cde" because the path is too short. If you want all your text to display you should lengthen your path. Antoine -- ...
Antoine Quint
graoutsats
Offline Send Email
Jan 2, 2003
10:51 am
25561
... Hmmm, yes, there are XML databases but I don't think that their internal storage is in XML. At least the indices usually are not (but I haven't looked at...
Robin Berjon
sibylia2017
Offline Send Email
Jan 2, 2003
10:51 am
25562
Hi, ... Sorry, I spoke too quick. The problem stems from having "text-anchor: middle" which will start printing your string at the origin of the path starting...
Antoine Quint
graoutsats
Offline Send Email
Jan 2, 2003
10:54 am
25563
Thnx, Now it really works fine. Ori. Hi, ... path is too short. If ... lengthen your path. Sorry, I spoke too quick. The problem stems from having...
Ori Burstein
oriburstein
Offline Send Email
Jan 2, 2003
11:07 am
25564
I create an SVG pie chart using XSLT from an XML file. I want to place percentages next to the slices of the pie, and I tried two rotations to achieve this....
paulfrbny <paul.asman...
paulfrbny
Offline Send Email
Jan 2, 2003
6:41 pm
25565
Can anyone send me a link or give me an example where you can use a html form on a page with an embeded svg and control it. I beleave getelementbyId is one of...
wwsmith2003 <wsmith@....
wwsmith2003
Offline Send Email
Jan 2, 2003
8:11 pm
25566
Hi, I have a map in svg. when someone clicks(on florida for example). I want to show details for that state dynamically. I was able to do this. but can I zoom...
svgnewbie2000 <svgnew...
svgnewbie2000
Offline Send Email
Jan 2, 2003
9:55 pm
25567
Declarative (or JavaScripted) animations are not necessarily slow--but if you have applied lots of filter effects for example, they may currently render...
Michael Bierman
mbier
Offline Send Email
Jan 3, 2003
12:17 am
25569
Paul: This is pretty cool idea! Developing XSLT-sheets that could transform XML-data into charts at run-time, which eliminate the need to write any ASP/JSP...
mike_carter99 <mike_c...
mike_carter99
Offline Send Email
Jan 3, 2003
4:34 am
25570
... Hi Patrick, Yes, you can embed an <svg> tag within another <svg> tag and it works in ASV. Maybe the Corel people can confirm this also works with their...
Ronan Oger
ronan@...
Send Email
Jan 3, 2003
6:22 am
25571
clarification: I think Michael means: Declarative (SMIL-based) or alternatively Javascripted (Script-based) animations are not necessarily slow. Ronan...
Ronan Oger
ronan@...
Send Email
Jan 3, 2003
7:04 am
25572
This might help you, this is how you get the embedded SVG Document in a HTML page. Its a dial I made a while back which you change by entering data into a form...
hharchester <dale.ell...
hharchester
Offline Send Email
Jan 3, 2003
2:28 pm
25573
... a ... make ... I think IE on Win and NN4 and some Netscape 6 versions allow the HTML document to script the embedded SVG document, with other browsers that...
honnen_martin <Martin...
honnen_martin
Offline Send Email
Jan 3, 2003
2:51 pm
25574
Hi *, I have the following problem: How can one trigger the script-engine to work with a new loaded code? I load code dynamically into an svg file; an svg part...
SHans@...
stefanjhans
Offline Send Email
Jan 3, 2003
5:50 pm
25575
I'm creating a link as part of a text element in javascript. The linke isn't working and I'm not sure if I need to create it a different way...Help! var...
Shelly <shellykelly@....
shellykelly
Offline Send Email
Jan 3, 2003
6:04 pm
25576
... I can't get this to work. With which attribute of the SVG tag will you refer to the external SVG document? xml:base ? xlink:href? ... I was also thinking...
patphilippot <patphil...
patphilippot
Offline Send Email
Jan 3, 2003
6:09 pm
25577
I know that this is an OT question, but is anyone aware of how I could put the ASV 3.0 for Macintosh on a CD, which will be created on a windows PC? I've had...
McElroy, Jeremiah
zero_interru...
Offline Send Email
Jan 3, 2003
6:28 pm
25578
... could put ... windows PC? ... after I ... If you burn the disk in ISO-9660 format it will be readable on a Mac (that is actually OS X's default now). Jon...
nrissvg <jon@...>
nrissvg
Offline Send Email
Jan 3, 2003
9:19 pm
25579
Hi All, We've recently placed an application our one of our websites that uses SVG (and the Adobe SVG viewer) as a basic GIS interface. Please try it out and...
nrissvg <jon@...>
nrissvg
Offline Send Email
Jan 3, 2003
9:24 pm
25580
Hallo, 1. How could I use an external Script? My code: <xml version="1.0" encoding="iso-8859-1" > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" ...
Burkhard Stollenwerk
futurefarm2000
Offline Send Email
Jan 3, 2003
9:44 pm
25581
I've never had any reason to do this, but it looks like Kevin Lindsey has. He does it on (at least) these two samples: ...
Aaron
MonkeyMan334
Offline Send Email
Jan 3, 2003
9:56 pm
25582
Hi Shelly. I think you have to add the newnode as a child of the elmLink, and not the elmLink as a child of the newNode You do the reverse here. Regards Felipe...
Felipe Dominguez
feliped01
Offline Send Email
Jan 3, 2003
10:12 pm
25583
Hi Burkhard. In file demo you don’t have to add “<![CDATA[“ not “]]>” Just put your java script code. Regards Felipe ... De: Burkhard Stollenwerk...
Felipe Dominguez
feliped01
Offline Send Email
Jan 3, 2003
10:15 pm
25584
Hello All, and a Happy New Year to everyone! My newest nut to crack involves an animation where a <g> group should move along an <mpath>. For a simple element,...
Martin Erdelen <marti...
terrelet
Offline Send Email
Jan 4, 2003
10:47 am
25585
Hi Martin, Nothing better than an animation challenge to start the day! ... Argh, I think what you are looking for is <animateTransform>, check out below! ...
Antoine Quint
graoutsats
Offline Send Email
Jan 4, 2003
11:18 am
25586
Hello, again! ... Ah, merveilleux! That's it! Many thanks for the prompt solution (and on Saturday afternoon, too)! Sometimes I think SVG has just too many...
Martin Erdelen <marti...
terrelet
Offline Send Email
Jan 4, 2003
12:54 pm
25587
All my SVG web site are ASV 3 compliant, but not Corel compliant. has anybody written a doc that lists rules to be both compliant ? Merci Didier ...
NetenMap <caillon.did...
izimap
Offline Send Email
Jan 4, 2003
1:47 pm
Messages 25557 - 25587 of 60442   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