Hi Alastair... first of all here is my personal email 'cos I think it's best to be in touch off-list... vernarim@... or vernarim@... whichever you...
44975
Ronan Oger
ronan@...
Oct 1, 2004 8:04 am
... 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 ...
44976
Ronan Oger
ronan@...
Oct 1, 2004 8:05 am
... 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...
44977
Philippe Lhoste
yphilho
Oct 1, 2004 8:50 am
... 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...
44978
gb81jp
Oct 1, 2004 9:42 am
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...
44979
Herwig Posedu
hposedu
Oct 1, 2004 9:48 am
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 -...
44980
Holger Will
holger492
Oct 1, 2004 11:27 am
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"...
44981
Ronan Oger
ronan@...
Oct 1, 2004 11:35 am
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... ...
44982
pilatfr
Oct 1, 2004 11:59 am
... 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...
44983
Chris Peto
ressol2002
Oct 1, 2004 12:01 pm
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 ...
44984
Olaf Schnabel
darkolaf77
Oct 1, 2004 12:38 pm
I often do this with transform, but as michel mentioned before, you get problems with vertical and horizontal stroke-thickness. <?xml version="1.0"...
44985
"andré m. win...
raxmapa
Oct 1, 2004 12:44 pm
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...
44986
Jim Ley
jibberjim
Oct 1, 2004 12:46 pm
"Ronan Oger" <ronan@...> wrote in message news:200410011336.26819.ronan@.... ... With use being not all that well supported, and somewhat...
44987
lance dyas
garthan_drag...
Oct 1, 2004 1:26 pm
... 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...
44988
Ronan Oger
ronan@...
Oct 1, 2004 1:27 pm
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...
44989
Ronan Oger
ronan@...
Oct 1, 2004 1:31 pm
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. ...
44990
Ronan Oger
ronan@...
Oct 1, 2004 1:37 pm
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...
44991
Ronan Oger
ronan@...
Oct 1, 2004 1:40 pm
Unfortunately, styles are weakly supported... and I have had problems with style-rich documents in ksvgtopng and ImageMagick... (but then again, fonts kill...
44992
Holger Will
holger492
Oct 1, 2004 2:22 pm
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...
44993
Alexander Adam
evolgrafix_a...
Oct 1, 2004 2:47 pm
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...
44994
Martin Honnen
honnen_martin
Oct 1, 2004 2:52 pm
... Why does Mozilla no longer support the embed tag? Which Mozilla version is no longer supporting the embed tag?...
44995
"andré m. win...
raxmapa
Oct 1, 2004 2:53 pm
hi, "later" is some js-code that can access elements of the stuff parsed from "fileName". function addXML(fileName,where,later){ getURL(fileName, fileLoaded); ...
44996
swapna kotha
swapna_kotha
Oct 1, 2004 2:55 pm
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 ...
44997
Chris Peto
ressol2002
Oct 1, 2004 2:56 pm
Why don't you just do your functions in the callback? Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding...
44998
m_verstaen
Oct 1, 2004 3:17 pm
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...
44999
Sean Montague
couloir007
Oct 1, 2004 3:25 pm
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...
45000
Jim Ley
jibberjim
Oct 1, 2004 3:36 pm
"Sean Montague" <smontague@...> wrote in message news:s15d306f.088@.... ... There's a whole variety of problems with it, google...
45001
Jim Ley
jibberjim
Oct 1, 2004 3:51 pm
"lance dyas" <lancelot@...> wrote in message news:415D5993.9020105@.... ... In scripting terms it's very advanced, if my patch can make it...
45002
Jim Ley
jibberjim
Oct 1, 2004 3:51 pm
"Philippe Lhoste" <pl-mlnl@...> wrote in message news:415D199E.6090001@.... ... Sure it's very simple: <iframe src="thing.svg" id="chicken"...
45003
Jean-Claude Moissinac
jeanclaudemo...
Oct 1, 2004 4:33 pm
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...