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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 44975 - 45004 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44975
... yes, SVG is supposed to be portable. But nobody ever forced any of us to WRITE portable SVG code, and nobody ever said SVG embedded in HTML would be ...
Ronan Oger
ronan@...
Send Email
Oct 1, 2004
8:04 am
44976
... I absolutely agree. In the end, software browser developers are like all other developers and apply limited funds to do the best they can on a complicated...
Ronan Oger
ronan@...
Send Email
Oct 1, 2004
8:05 am
44977
... On a practical note: I first used the method I saw on several pages: <object data="Foo.svg" width="640" height="480" type="image/svg+xml"> <!-- embed...
Philippe Lhoste
yphilho
Offline Send Email
Oct 1, 2004
8:50 am
44978
Hi everyone. I'm a newbie of SVG. I want to print a dotted line. If anyone knows how to do, please tell me. Thanks...
gb81jp
Offline Send Email
Oct 1, 2004
9:42 am
44979
take that one. you can cut out the code you neet, this appears as a row of dotted rectangles... greetings herwig <svg width="101mm" height="11mm"> <title>SVG -...
Herwig Posedu
hposedu
Offline Send Email
Oct 1, 2004
9:48 am
44980
hi gb81jp and herwig gb81jp: to have a line dashed, use stroke-dasharray if you want it doted , additionaly use stroke-linecap <line x1="0" y1="0" x2="100"...
Holger Will
holger492
Offline Send Email
Oct 1, 2004
11:27 am
44981
Hi all, I am building a graphing application for business graphics and need to implement arbitrary-shaped bar graphs. My SVG knowledge seems have holes... ...
Ronan Oger
ronan@...
Send Email
Oct 1, 2004
11:35 am
44982
... xlink:href in use has to be symbol element and not rect. Use viewBox and preserveAspectRatio in symbol Remain problem of stroke-width as each bar has...
pilatfr
Offline Send Email
Oct 1, 2004
11:59 am
44983
Since you do not want to use javascript or SMIL, how do you intend to change the sizes, by reloading the page? Mit freundlichen Grüßen/Regards Chris Peto ...
Chris Peto
ressol2002
Offline Send Email
Oct 1, 2004
12:01 pm
44984
I often do this with transform, but as michel mentioned before, you get problems with vertical and horizontal stroke-thickness. <?xml version="1.0"...
Olaf Schnabel
darkolaf77
Offline Send Email
Oct 1, 2004
12:38 pm
44985
hi ronan, it is a known issue that one cannot modify <symbol> XML internals and i guess there is no clean solution for in SVG1.0. the only thing you can more...
"andré m. winter"
raxmapa
Offline Send Email
Oct 1, 2004
12:44 pm
44986
"Ronan Oger" <ronan@...> wrote in message news:200410011336.26819.ronan@.... ... With use being not all that well supported, and somewhat...
Jim Ley
jibberjim
Offline Send Email
Oct 1, 2004
12:46 pm
44987
... Abandoning communication with HTML there just seem to be some pretty basic problems that dont involve any real stretching. My code works in Adobe both...
lance dyas
garthan_drag...
Offline Send Email
Oct 1, 2004
1:26 pm
44988
Of course, this is trivial to do by working with primitives, but I am attempting to follow some usability guidelines to re-use primitives wherever possible. If...
Ronan Oger
ronan@...
Send Email
Oct 1, 2004
1:27 pm
44989
This is the pragmatic approach I am using now, but I am really trying hard to find an alternative... ... -- An elephant is a mouse with an operating system. ...
Ronan Oger
ronan@...
Send Email
Oct 1, 2004
1:31 pm
44990
boy, it would be nice to have a document.1px quantity equivalent... Thanks. You confirmed what I thought. ... -- For every credibility gap, there is a...
Ronan Oger
ronan@...
Send Email
Oct 1, 2004
1:37 pm
44991
Unfortunately, styles are weakly supported... and I have had problems with style-rich documents in ksvgtopng and ImageMagick... (but then again, fonts kill...
Ronan Oger
ronan@...
Send Email
Oct 1, 2004
1:40 pm
44992
Hi lance im wondering if u use an actual build ? -external styles do work for me: http://www.treebuilder.de/svg/css/styler.svg if this file does not work ,you...
Holger Will
holger492
Offline Send Email
Oct 1, 2004
2:22 pm
44993
hi there, I have a getUrl call and after that a few functions that are using the result of it. The problem is that the getUrl takes some time and the functions...
Alexander Adam
evolgrafix_a...
Offline Send Email
Oct 1, 2004
2:47 pm
44994
... Why does Mozilla no longer support the embed tag? Which Mozilla version is no longer supporting the embed tag?...
Martin Honnen
honnen_martin
Offline Send Email
Oct 1, 2004
2:52 pm
44995
hi, "later" is some js-code that can access elements of the stuff parsed from "fileName". function addXML(fileName,where,later){ getURL(fileName, fileLoaded); ...
"andré m. winter"
raxmapa
Offline Send Email
Oct 1, 2004
2:53 pm
44996
Hi, Can anybody give me insights as to where I can find sample SVG Tiny Images. Images like SVG Tiny maps or graphs are also fine. Thanks and Regards, Swapna ...
swapna kotha
swapna_kotha
Offline Send Email
Oct 1, 2004
2:55 pm
44997
Why don't you just do your functions in the callback? Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding...
Chris Peto
ressol2002
Offline Send Email
Oct 1, 2004
2:56 pm
44998
http://www.liveassets.com/Presentation displays SVG Tiny and SVG Tiny+ files. Some are interactive. The content is generated on the fly using Beatware Mobile...
m_verstaen
Online Now Send Email
Oct 1, 2004
3:17 pm
44999
So basically we just have wait and see. In the mean time, the Adobe viewer will have to suffice. Some thoughts on iframes, embed, and object tags. Most of...
Sean Montague
couloir007
Offline Send Email
Oct 1, 2004
3:25 pm
45000
"Sean Montague" <smontague@...> wrote in message news:s15d306f.088@.... ... There's a whole variety of problems with it, google...
Jim Ley
jibberjim
Offline Send Email
Oct 1, 2004
3:36 pm
45001
"lance dyas" <lancelot@...> wrote in message news:415D5993.9020105@.... ... In scripting terms it's very advanced, if my patch can make it...
Jim Ley
jibberjim
Offline Send Email
Oct 1, 2004
3:51 pm
45002
"Philippe Lhoste" <pl-mlnl@...> wrote in message news:415D199E.6090001@.... ... Sure it's very simple: <iframe src="thing.svg" id="chicken"...
Jim Ley
jibberjim
Offline Send Email
Oct 1, 2004
3:51 pm
45003
Hello I encounter some problems with the image tag and animated svg (tests with ASV in IE) http://www.infres.enst.fr/~moissina/testsvg/animate-elem-04-t.svg is...
Jean-Claude Moissinac
jeanclaudemo...
Offline Send Email
Oct 1, 2004
4:33 pm
45004
I have a two part question. 1. How do i "clean" the canvas 2. What do i need to cleanup in javascript when re-painting A brief description of what I am doing,...
bradthetaylor
Offline Send Email
Oct 1, 2004
4:55 pm
Messages 44975 - 45004 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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