<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>A Guide to Inkscape - SVG Tests</title>
<meta name="generator" content="Bluefish 1.0.7"/>
<meta name="author" content="Tavmjong Bah"/>
<meta name="date" content="2007-02-20T13:03:32+0100"/>
<meta name="copyright" content="Copyright 2006"/>
<meta name="keywords" content="Inkscape, Drawing, SVG, Guide to Inkscape"/>
<meta name="description" content=""/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
<link rel="stylesheet" href="../html/manual.css" type="text/css"/>

</head>

<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <div class="navheader">
  <table width="100%" summary="Navigation header">
   <tr><th colspan="3" align="center">A Guide to Inkscape - SVG Tests</th></tr>
   <tr>
    <td width="20%" align="left"> <a accesskey="p" href="web_examples.xml"><img src="../images/navigation/prev.png" alt="Prev"/></a></td>
    <th width="60%" align="center"> </th>
    <td width="20%" align="right"><a accesskey="n" href="downloads.xml">   <img src="../images/navigation/next.png" alt="Next"/></a></td>
   </tr>
  </table>
  <hr/>
 </div>

 <div class="book" lang="en">
  <div class="titlepage">
   <div>
    <h1 class="title"><a name="InkscapeManuel"></a>A Guide to Inkscape - SVG Tests</h1>
   </div>
  </div>
 </div>

 <h2>SVG Web Browser Test</h2>
 Left: PNG, Right: SVG.
 <br/>
 <img src="../images/SVG_TESTS/svg_test.png" width="400" height="600" alt="" />
 <object type="image/svg+xml" data="../images/SVG_TESTS/svg_test.svg" width="400" height="600">
  Your browser does not support SVG files!
  To obtain a browser with support, download the latest version of
  <a href="http://www.mozilla.com/firefox/">Firefox</a> or
  <a href="http://www.opera.com/">Opera</a>.
 </object>
 <a href="../images/SVG_TESTS/svg_test.svg">Source</a>
 
 <h2>Book Illustrations</h2>

  <p>The book's illustrations make for some good tests.</p>
  
 <ul>
  <li><a href="../images/SHAPES/index.xml">Regular Shapes</a></li>
  <li><a href="../images/PATHS/index.xml">Paths</a></li>
  <li><a href="../images/TEXT/index.xml">Text</a></li>
  <li><a href="../images/ATTRIBUTES/index.xml">Attributes</a></li>
  <li><a href="../images/FILTERS/index.xml">Filter Effects</a></li>
  <li><a href="../images/XMLEDIT/index.xml">XML Editor accessible features.</a></li>
 </ul>
 
 <h2>Comments on SVG support and Documentation preparation.</h2>
 
 <p>Viewers:</p>
 
 <ul>
  <li>Inkscape SVG file problems as seen in Squiggle (Batik 1.6) and Firefox 1.5.
   <ul>
    <li> Dynamic linked paths don't update properly.</li>
    <li> Markers don't properly use viewBox.</li>
   </ul>
  </li>
  <li>Firefox 1.5
   <ul>
    <li>Patterns not supported (supported in trunk).</li>
    <li>Text on path not supported (supported in Bon Echo).</li>
    <li>Kanji text not displayed.</li>
    <li>Vertical text not displayed.</li>
    <li>Flowed text not supported (SVG 1.2). Flowed text creates black
        boxes in random places.</li>
    <li>Filters not supported (supported in trunk).</li>
    <li>Clipping supported but masking not supported. </li>
   </ul>
  </li>
  <li>Firefox 2.0 (Bon Echo), 22 October 2006
   <ul>
    <li>Patterns not supported (supported in trunk).</li>
    <li>Text on path supported - but can be shifted (See spiral, fixed in trunk).</li>
    <li>Kanji text not displayed.</li>
    <li>Vertical text not displayed.</li>
    <li>Flowed text not supported (SVG 1.2). Flowed text creates black
        boxes in random places.</li>
    <li>Filters not supported (supported in trunk).</li>
    <li>Clipping supported but masking not supported. </li>
   </ul>
  </li>
  <li>Firefox 3 nightly (Minefield, Trunk, Gecko 1.9a2pre, 4 January 2007)
   <ul>
    <li>Patterns supported.</li>
    <li>Text on path supported.</li>
    <li>Appears to use only single Sans Serif font for display.</li>
    <li>Kanji text not displayed (related to above?).</li>
    <li>Vertical text not displayed.</li>
    <li>Flowed text not supported (SVG 1.2). Flowed text creates black
        boxes in random places.</li>
    <li>Filters supported but incomplete (may cause crash?).</li>
    <li>Clipping and masking supported, masked objects often disappear. </li>
    <li>Embedded image causes following objects not to be rendered(?).</li>
   </ul>
   See: <a href="http://www.mozilla.org/projects/svg/status.html">Status Page</a> for more details.
  </li>
  <li>Squiggle (Batik 1.6)
   <ul>
    <li>Flowed text not supported (SVG 1.2). Squiggle does not ignore (as it should)
        tags in does not understand and will not render drawings with flowed text.</li>
   </ul>
  </li>
  <li>Opera 8.51 (Supports SVG Tiny specification.)
   <ul>
    <li>Patterns not supported.</li>
    <li>Text not supported.</li>
    <li>Markers not supported.</li>
    <li>Dashed lines not supported.</li>
    <li>Gradients rendered incorrectly.</li>
    <li>Transparency values off.</li>
    <li>Included bitmaps not rendered.</li>
   </ul>
  </li>
  <li>Opera 9 (Supports SVG 1.1 specification.)
   <ul>
    <li>Markers wrong shape, position, and size. Maybe
    problem of markers without viewBoxes.</li>
    <li>Stroke cap style supported as of 9.1.</li>
    <li>Filters supported. Opera requires "filterUnits" to be defined if geometric
        parameters are given, Batik doesn't.</li>
    <li>Clipping and masking supported.</li>
    <li>Text on path with kerning mis-rendered
        (see <a href="../images/TEXT/index.xml">Text examples</a>).</li>
   </ul>
  </li>
 </ul>
 
 <p>Editors:</p>

 <ul>
  <li>Sketsa (Trial version or $49 purchase, download from <a href="http://www.kiyut.com/">Kiyut</a>)
   <ul>
    <li>Filters supported</li>
    <li>Markers displayed but no editing support.</li>
    <li>Resources (&lt;defs&gt;) editor.</li>
    <li>Custom dashes easily defined.</li>
    <li>Overall interface not as well designed as Inkscape's.</li>
    <li>Limited export/import support.</li>
   </ul>
  </li>
 </ul>

 <p>Objects/Attributes</p>
 
 <ul>
  <li>Patterns
   <ul>
    <li>No support in Firefox 1.5.</li>
    <li>Squiggle OK but Batik output not displayed correctly in Evince (one copy of pattern, upside down)
        or Acroread 7.0.5 (repeated pattern, upside down).</li>
   </ul>
  </li>
  <li>Markers
   <ul>
    <li>Inkscape does not treat viewBox correctly when displaying and does not include
        a viewBox when creating markers. It also does not include the attributes markerWidth
        and markerHeight. Opera 9 has problems displaying Inkscape
        markers.</li>
   </ul>
  </li> 
 </ul>
 
 <p>xlstproc/Batik 0.6/Fop 0.92beta</p>
 
 <ul>
  <li>Space added when index term added.</li>
  <li>Acronyms not used.</li>
  <li>Can not use &lt;indexterm&gt; inside formal paragraph.</li>
  <li>Page header incorrect.</li>
 </ul>

 <div class="navfooter">
  <hr/>
  <table width="100%" summary="Navigation footer">
   <tr>
    <td width="40%" align="left">  <a accesskey="p" href="web_examples.xml"><img src="../images/navigation/prev.png" alt="Prev"/></a> </td>
    <td width="20%" align="center"><a accesskey="u" href="../../index.html"> <img src="../images/navigation/up.png"   alt="Up"/></a></td>
    <td width="40%" align="right"> <a accesskey="n" href="downloads.xml">   <img src="../images/navigation/next.png" alt="Next"/></a></td>
   </tr>
   <tr>
    <td width="40%" align="left" valign="top">Web Examples</td>
    <td width="20%" align="center"><a accesskey="h" href="../html/index.html"><img src="../images/navigation/home.png" alt="Table of Contents"/></a></td>
    <td width="40%" align="right" valign="top">Downloads</td>
   </tr>
  </table>
 </div>
 <hr/>
 <p class="copyright">© 2006 Tavmjong Bah.<img src="../images/Feather3.png" alt=""/></p>
</body>
</html>
