home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / amaya / amaya-WinXP-9.1.exe / doc / WX / SVG.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-02-23  |  1.7 KB  |  47 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta http-equiv="Content-Type"
  7.   content="application/xhtml+xml; charset=iso-8859-1" />
  8.   <meta name="GENERATOR" content="amaya 9.1, see http://www.w3.org/Amaya/" />
  9.   <title>Editing Graphics</title>
  10.   <style type="text/css">
  11.  
  12.   </style>
  13.   <link href="style.css" rel="stylesheet" type="text/css" />
  14. </head>
  15.  
  16. <body xml:lang="en" lang="en">
  17.  
  18. <div>
  19. <img alt="Amaya" src="../../resources/icons/22x22/logo.png" class="logo" />
  20.  
  21. <p class="nav"><a href="Math.html" accesskey="p"><img alt="previous"
  22. src="../../resources/icons/misc/left.png" /></a> <a href="Manual.html"
  23. accesskey="t"><img alt="top" src="../../resources/icons/misc/up.png" /></a>
  24. <a href="Xml.html" accesskey="n"><img alt="next"
  25. src="../../resources/icons/misc/right.png" /></a></p>
  26. </div>
  27.  
  28. <div id="page_body">
  29. <h2>Editing SVG Graphics</h2>
  30.  
  31. <p>Amaya enables you to include vector graphics in Web pages, following the
  32. Scalable Vector Graphics (SVG) specification.</p>
  33.  
  34. <p>Amaya handles SVG elements as structured components, in the same way as
  35. HTML elements. Therefore, you can manipulate SVG graphics in the same way you
  36. manipulate other parts of HTML documents.</p>
  37.  
  38. <p>All editing commands provided by Amaya for handling text are also
  39. available for handling graphics (for example it's possible to create a link
  40. on a SVG element).</p>
  41.  
  42. <p>Editing new SVG graphics in Amaya is not yet possible but Amaya
  43. development team is working on it.</p>
  44. </div>
  45. </body>
  46. </html>
  47.