<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
 <head>
 <title>Graph::Easy - Manual - Output - SVG</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="MSSmartTagsPreventParsing" content="TRUE">
 <meta http-equiv="imagetoolbar" content="no">
 <link rel="stylesheet" type="text/css" href="../base.css">
 <link rel="stylesheet" type="text/css" href="manual.css">
 <link href="http://bloodgate.com/mail.html" rev="made">
 <!-- compliance patch for microsoft browsers -->
 <!--[if lt IE 7]><script src="http://bloodgate.com/ie7/ie7-standard-p.js" type="text/javascript"></script><![endif]-->
</head>
<body bgcolor=white text=black>

<a name="top"></a>

<div class="menu">
  <a class="menubck" href="index.html" title="Back to the manual index">Index</a>
  <p style="height: 0.2em">&nbsp;</p>

  <a class="menuext" href="overview.html" title="How everything fits together">Overview</a>
  <a class="menuext" href="layouter.html" title="How the layouter works">Layouter</a>
  <a class="menuext" href="hinting.html" title="Generating specific layouts">Hinting</a>
  <a class="menucur" href="output.html" title="Output formats and their limitations">Output</a>
    <a class="menuind" href="output.html#ascii" title="ASCII Art">ASCII</a>
    <a class="menuind" href="output.html#boxart" title="Box Art">Box Art</a>
    <a class="menuind" href="output.html#html" title="HTML + CSS">HTML</a>
    <a class="menucin" href="svg.html" title="Scalable Vector Grafics">SVG</a>
    <a class="menuind" href="output.html#graphviz" title="Graphviz code suitable for dot, neato etc.">Graphviz</a>
  <a class="menuext" href="syntax.html" title="Syntax rules for the text format">Syntax</a>
  <a class="menuext" href="attributes.html" title="All possible attributes for graphs, nodes and edges">Attributes</a>
  <a class="menuext" href="faq.html" title="Frequently Asked Questions and their answers">F.A.Q.</a>
  <a class="menuext" href="tutorial.html" title="Tutorial for often used graph types and designs">Tutorial</a>
</div>

<div class="right">

<h1>Graph::Easy - Manual</h1>

<h2>SVG Output</h2>

<div class="text">

<p>
If you haven't done so, please read the <a href="overview.html">Overview</a> first.
</p>

<a name="svg">
<h3>SVG</h3>
</a>

<p>
Some SVG renders, notable Opera, do not support center-aligned text. Since
this is used to render node labels, these will appear off-center. Likewise,
Opera 8.02 does not support <code>tspan</code> at all. This means multi-line
labels will be missing.
<br>
Also some SVG renderers (Opera 8.5, possible 9.0, Konqueror 3.5) ignore
styles set via CSS classes. This might result in wrong styles, colors or
font sizes.
<br>
There is nothing that can be done about except for SVG renderes finally
supporting the full spec instead of some random subset.
</p>

<p>
Otherwise, the SVG output is mainly complete. If you notice any feature missing or
not working, please open a 
<a href="http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Graph-Easy">bug report</a>.
</p>

<p>
See also the <a href="faq.html#svg">F.A.Q.</a>
</p>

<p>
Here are a few examples on what you can do with SVG:
</p>

<object width="714" height="442" data="svg/test.svg" type="image/svg+xml">
<embed width="714" height="442" src="svg/test.svg" type="image/svg+xml" />
<span class="warning">
If you read this text, your browser does not yet support Scalable Vector graphics (SVG).
</span>
</object>

<object width="829" height="629" data="svg/edges.svg" type="image/svg+xml">
<embed width="829" height="629" src="svg/edges.svg" type="image/svg+xml" />
<span class="warning">
If you read this text, your browser does not yet support Scalable Vector graphics (SVG).
</span>
</object>

</div><div class="text next">

Please continue with the chapter about the <a href="syntax.html">syntax</a>.

</div>

<div class="footer">
Page created <span class="date">2005-08-19</span> by <a href="http://bloodgate.com/mail.html">Tels</a>. Last update: <span class="date">2006-04-09</span>
</div>

</div> <!-- end of right cell -->

</body>
</html>