... 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@...
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@...
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...
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 -...
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"...
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@...
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...
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 ...
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...
... 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...
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@...
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@...
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@...
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@...
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...
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...
hi, "later" is some js-code that can access elements of the stuff parsed from "fileName". function addXML(fileName,where,later){ getURL(fileName, fileLoaded); ...
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 ...
Why don't you just do your functions in the callback? Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding...
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...
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...
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...
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,...