anno.svg - really SVG?

Discuss and ask questions about CAD plugins for 3rd party software: IrfanView, XnView, Total Commander, Konvertor FM.

Moderators: SDS, support, admin

Post Reply
Peter
Posts: 323
Joined: 23 Jun 2005, 11:27
Location: Switzerland
Contact:

anno.svg - really SVG?

Post by Peter » 01 Jul 2009, 23:37

Microsoft Livemeeting installs a file C:\Programme\Microsoft Office\Live Meeting 8\Console\Playback\Engine\Anno.svg

It is very small, the content is:

Code: Select all

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg id="_svg" width="100" height="100" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" onload="init(evt);">
<script><![CDATA[
		function init(e) {
			var svgDoc = e.target.ownerDocument;
			svgDoc.addEventListener("click",stopMenu,true);
			svgDoc.addEventListener("mouseup",stopMenu,true);
			svgDoc.addEventListener("mousedown",stopMenu,true);
			svgDoc.addEventListener("dblclick",stopMenu,true);
		}

		function stopMenu(e) {
			e.preventDefault();
		}
	]]></script>
</svg>

There is no result in different viewers - is it really a SVG?

Peter

support
Posts: 3256
Joined: 30 Mar 2005, 11:36
Contact:

Re: anno.svg - really SVG?

Post by support » 03 Jul 2009, 10:34

Hello Peter.
Yes, this file is really svg. But what did you mean by "no result"? It is opened with CS_SVG.dll. Because it doesn't contain any entities, you see just a blank image.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Peter
Posts: 323
Joined: 23 Jun 2005, 11:27
Location: Switzerland
Contact:

Re: anno.svg - really SVG?

Post by Peter » 03 Jul 2009, 11:15

OK, thanks.

Peter

Post Reply