View Single Post

  #1 (permalink)  
Old 08-12-2005, 01:29 PM
prabhahar_madhan prabhahar_madhan is offline
Junior Member
 
Join Date: Aug 2005
Posts: 1
Default SVG print functionality

Hi,

Is there a function in svg to take printout? (sending svg to printer)
Pls let me know how do we take printout of svg.

<html>
<head>
<title>KLLRTXXA</title>
<LINK REL=STYLESHEET HREF="fttpcp.css" TYPE="text/css">
</head>
<BODY>
<EMBED src="level22.svg" name="map" height="1040" width="825" type="image/svg-xml">
</BODY>
</html>

I need to take printout of level22.svg
Reply With Quote