Hi, JD- That's a legitimate concern. The way I overcame it was to do a try/catch. function CheckViewerVersion() { var version = 'Viewer unknown'; try { version...
Amazon in the UK, that is... Not here in the States, where it's still not available. :( That's too bad, I'm interested in X3D. I wonder, does this book talk...
The sample is attached! +++ Attachment: No Virus found +++ MessageLabs AntiVirus - www.messagelabs.com [Non-text portions of this message have been removed]...
Hi folks, I'm trying to print out SVG but so far when I send an SVG file from the browser to the printer, all I get is a blank piece of paper. I'm wondering if...
Doug, I don't know when it will be available in the U.S., but I'm sure it will be. Many of the authors are from the U.S., including Curtis Blais, Don...
I read a post, I think here, a while back about an image editing program that was free. The post mentioned it was as good as photoshop in many respects. Does...
46317
ronan@...
Dec 1, 2004 4:42 pm
If you try to print from Mozilal or Firefox with native SVG, you will simply get a high-quality, vector-rendered picture. With ASV3.xx, you will always have...
Thanks Ronan. Is printing better with ASV6? I didn't know that Firefox had native SVG support. When I installed version 1.0, I still had to move the ASV dlls...
... This is the approach I took. By using Apache's FOP, I create 2 pages in a PDF - one landscape and the other portrait with proper scaling to make the SVG...
Is there a comprehensive SVG FAQ available, something on the order of Marshall Cline's C++ FAQ? I've looked at http://wiki.svg.org/index.php/SvgFaq and ...
... I imagine you read about Sodipodi, which was, a while ago, the best free SVG editor for my money. It's still available and adding new features at: ...
Hi Jean-Loup, I am using regularly ASV 3.01 under Windows 2000 pro with IE6 and am obtaining very nice printings. May be you have some problems with the...
... Yes, the Macromedia ColdFusion application server can read and write XML files, and people have done varied types of work with the two technologies ...
... of Marshall Cline's C++ FAQ? not that i know of. It's not a FAQ, but the spec on w3.org has the answers. ... Though these sites still contain valuable...
Hi Samy, My DOCTYPE is slightly different from yours but the xmlns is the same in my document. Here's what I have: <?xml version="1.0" standalone="yes" ?> ...
46326
Jonathan Watt
wattie@...
Dec 2, 2004 4:14 am
On Tue, 30 Nov 2004 12:19:28 -0200, Gustavo Oliveira ... Mozilla's DOM support is very good, but note that it won't recognise the type 'text/ecmascript' - you...
Hello, The Galactic Pathways game artist, Dan Guerra, has created a 150x150 icon for the game. This icon is on the Galactic Pathways homepage and can be freely...
I am trying to create a script which allows a user to pick to images to morph together and then allows them to pick the points (such as the eyes, mouth, and...
... You don't mention the system you want to run it on... Let's assume it is Windows. The free software the most often compared to Photoshop is The Gimp. But...
... Good, you made your home work before asking... ... Are *your* questions so frequently asked? :-) You can ask here anyway, this is a very helpful mailing...
... Note that the type attribute is mandatory: the SVG Validation service <http://jiggles.w3.org/svgvalidator/> will complain if you omit it. -- Philippe...
... I recall Kevin Lindsey <http://www.kevlindev.com/index.htm> made JavaScript code to split paths and make two paths having the same number of nodes, so it...
Steven, sorry, but I've not explained the situation sufficiently well. You've provided a .jpg file, what is needed is an SVG graphic. It would be best to...
http://www.photo.net/learn/technology/mflash/merl-non-photo.html This type of information might be captured and made available as a future 'contrast' or...
Hello everyone, Here is a compilation of recent news from SVG.org, your community website. Most of these news haven't been relayed on this forum before. You...
There was an SVG map example thread a few weeks ago. Following it you could see an SVG file get reduced in size through a series of steps. The process was...
hi, 6) look at the precision of the coordinates. within a viewBox="400000 300000 500000 500000", paths like d="M1254424.11441147,225341.1422444..." are...
... That is due to an error in the DTD which the validator propagates. If 'type' were required 'contentScriptType' would be useless. Jonathan is right: it is...
Andre, What do you mean by "generalize your map"? Remove points based on the scale being displayed? As an aside, in #7, <path d="M123456,456789 l 44,55 66,77...