Dear all, I write a simple asp & script for dynamic load SVG from database. following is the asp & script. Everything is work fine. But when I try to load a...
Does your dynamically loaded SVG include a 'viewBox' attribute in its <svg> element? You need to specify the bounding-box of the area to render, otherwise SVG...
Yes;-) Ehm, and I did forget to mention that Mozilla started to check in <canvas/> element support. Very interesting and handy dashboard technology as well. ...
Hi all. I am developing a dynamic charting application via SVG. Each chart is dynamically generated to display an entire month worth of data. My problem...
Dear Richard, Thank you for your remind. The dynamic SVG doesn't specify the viewBox attribute. Because it is generated by the other program and we don't know...
thanks Holger what you suggested makes sense, but my question was wrong in the first place. What I meant was when the user scroll down or up, how do I still...
Hi Rich, You should take a look at the CGUI http://homepage.usask.ca/~ctl271/cgui/index.shtml and SPARK project http://spark.sourceforge.net/. Bye Peter ... ...
Real, Peter
peter.real@...
May 2, 2005 7:15 am
49478
Between you and me, isn't it ridiculous to make use of svg and lots of code spoofing windows and common controls§:=(.. We've already seen table...
Hi! I need to change my svg text. I wonder why the following code is not working: <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG...
Hi! In my application I use accessKey(2) to change some style properties. I do this in the set tag: <set attributeName="stroke" to="red" begin="accessKey(2)"/>...
Try this code: function change(evt) { var svgdoc = evt.getTarget().getOwnerDocument(); var text = svgdoc.getElementById("text"); var child =...
Real, Peter
peter.real@...
May 2, 2005 10:58 am
49483
Hi Tam there are two small error in your code: "var elem = evt.target," should be "var elem = evt.target;" and its ownerDocument , not ownerdocument . hth ...
Whatever happens whether good or bad will be a bonus, if SVG is dropped then so be it we can all move on, if not and SVG is implemented then we can all be...
Visio's SVG export is, ahem, "not that great". Particularly, it doesn't make it very "addressable" via scripting or the DOM (there's no way to control the...
Hi Samuel, I just had a look at your website (I knew your work from the SVG.Open conference). Your work looks great. I included a screenshot and references to...
Rick, flog a subject to death? Just for the record, you can edit the elm/group/etc. ID of any element in Visio. ElmIDs will survive roundtripping as well. The...
<<I resolve this problem by add overflow attribute to <svg> tag. Am I right?>> That may make the rest of your document appear, but you'll have to pan in the...
... Yes, you can do el.attributes["myattr"] if the DOM implementation implements the ECMAScript binding correctly. But ASV (at least version 3) does not...
... http://homepage.usask.ca/~ctl271/cgui/index.shtml and SPARK project http://spark.sourceforge.net/. You'd probably be interested in a CGUI Window. This'll...
Sent you a message off-list looking for examples/docs of setting element ID's in Visio and preserving them in the export. This would make a good how-to in the...
Amen to that. Why the world needs another drop down combo box implementation, I'll never understand <g>. To be fair, it is because of the "disconnectedness"...
Hi, I want to add some more features to the SVG Find(right click and Find). Is it possible to use the existing SVG find and write some more custom code to it? ...
Hi We've been using Batik to create interactive visualization tools in Java. One issue we have is about Batik's memory footprint and that is may not scale....
Hi Liutcpeter, ... That is a fairly large number. I hope the graphics are fairly simple? ... Nothing real specific, filters can use a bit of memory. Aside...