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...
46312
Doug Schepers
d_a_schepers
Dec 1, 2004 2:01 pm
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...
46313
chris@...
nantonos_aedui
Dec 1, 2004 2:54 pm
The sample is attached! +++ Attachment: No Virus found +++ MessageLabs AntiVirus - www.messagelabs.com [Non-text portions of this message have been removed]...
46314
dpfaster@...
dpfaster
Dec 1, 2004 3:08 pm
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...
46315
sara_j_porter
Dec 1, 2004 3:58 pm
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...
46316
couloir007
Dec 1, 2004 4:32 pm
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...
46318
dpfaster@...
dpfaster
Dec 1, 2004 5:28 pm
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...
46319
larry_mason@...
lpmlabs9
Dec 1, 2004 5:59 pm
... 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...
46320
Peter Thompson
plthompson2004
Dec 1, 2004 7:05 pm
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 ...
46321
skatethere
Dec 1, 2004 8:01 pm
... 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: ...
46322
Samuel Dagan
samydagan
Dec 1, 2004 8:42 pm
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...
46323
jdowdell@...
jdowdell99999
Dec 1, 2004 9:23 pm
... Yes, the Macromedia ColdFusion application server can read and write XML files, and people have done varied types of work with the two technologies ...
46324
steltenpower
Dec 1, 2004 10:25 pm
... 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...
46325
dpfaster@...
dpfaster
Dec 2, 2004 12:48 am
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...
46327
stevenjmarks
Dec 2, 2004 4:34 am
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...
46328
zsasse78
Dec 2, 2004 5:33 am
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...
46329
Philippe Lhoste
yphilho
Dec 2, 2004 7:45 am
... 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...
46330
Philippe Lhoste
yphilho
Dec 2, 2004 7:54 am
... 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...
46331
Philippe Lhoste
yphilho
Dec 2, 2004 8:01 am
... Note that the type attribute is mandatory: the SVG Validation service <http://jiggles.w3.org/svgvalidator/> will complain if you omit it. -- Philippe...
46332
Philippe Lhoste
yphilho
Dec 2, 2004 8:12 am
... 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...
46333
Jonathan Chetwynd
signbrowser
Dec 2, 2004 9:09 am
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...
46334
Jonathan Chetwynd
signbrowser
Dec 2, 2004 9:18 am
http://www.photo.net/learn/technology/mflash/merl-non-photo.html This type of information might be captured and made available as a future 'contrast39; or...
46335
Antoine Quint
graouts
Dec 2, 2004 10:24 am
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...
46336
Peter Thompson
plthompson2004
Dec 2, 2004 12:47 pm
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...
46337
"andré m. win...
raxmapa
Dec 2, 2004 1:12 pm
hi, 6) look at the precision of the coordinates. within a viewBox="400000 300000 500000 500000", paths like d="M1254424.11441147,225341.1422444..." are...
46338
Robin Berjon
sibylia2017
Dec 2, 2004 3:08 pm
... 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...
46339
Peter Thompson
plthompson2004
Dec 2, 2004 3:47 pm
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...