summary refs log tree commit diff
path: root/pamtosvg.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 19:39:47 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 19:39:47 +0000
commit2222b5020909d4867f10cf72720df36e3483c0de (patch)
tree7a8b56782d895e753e39e3cce1c0237b18915855 /pamtosvg.html
parentdab40b54733b6f31bc41106dc126e4f387e8bb37 (diff)
downloadnetpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.tar.gz
netpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.tar.xz
netpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.zip
Replace character entity references with plain double quotes
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@2590 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamtosvg.html')
-rw-r--r--pamtosvg.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/pamtosvg.html b/pamtosvg.html
index b799511e..cbb1b42d 100644
--- a/pamtosvg.html
+++ b/pamtosvg.html
@@ -60,8 +60,8 @@ CorelTrace, and Autotrace do.  It is in fact derived from Autotrace.
 
 <p>SVG is a gigantic format, capable of amazing things.  <b>pamtosvg</b>
 exploits only a morsel of it.  The SVG image produced by <b>pamtosvg</b>
-consists of a single &lt;svg&gt; element, which has a &quot;width&quot;
-attribute and a &quot;height&quot; attribute.  The value of that element
+consists of a single &lt;svg&gt; element, which has a "width"
+attribute and a "height" attribute.  The value of that element
 is composed of &lt;path&gt; elements.  That's it.
 
 <p>In the SVG output, distances are unitless, with one unit corresponding
@@ -144,7 +144,7 @@ as a straight line.
 <dd>Create a log of the curve tracing process (suitable for
 debugging).  Put it in the file named <i>inputfile</i><b>.log</b> in
 the current directory, where <i>inputfile</i> is the root of the input
-file name, or &quot;pamtosvg&quot; if the input is from Standard Input
+file name, or "pamtosvg" if the input is from Standard Input
 or a file with a weird name.
 
 <dt><b>-preserve-width</b>
@@ -175,7 +175,7 @@ when computing the tangent at that point.  Default is 3.
 <H2 id="applicationnotes">Application Notes</H2>
 
 <p>A convenient way to view an SVG document is with a web browser.  Many
-understand a file whose name ends in &quot;.svg&quot; to be an SVG
+understand a file whose name ends in ".svg" to be an SVG
 image and can render it.