doc/rvg.html in rmagick-2.0.0 vs doc/rvg.html in rmagick-2.1.0
- old
+ new
@@ -2,13 +2,13 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
- "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
+ "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
- <title>RMagick 2.0.0: RVG Reference: RVG Class</title>
+ <title>RMagick 2.1.0: RVG Reference: RVG Class</title>
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii" />
<meta name="GENERATOR" content="Quanta Plus" />
<meta name="Copyright" content=
"Copyright (C) 2006 by Timothy P. Hunter" />
@@ -25,11 +25,11 @@
/*]]>*/
</style>
</head>
<body>
- <h6 id="header">RMagick 2.0.0 User's Guide and Reference</h6>
+ <h6 id="header">RMagick 2.1.0 User's Guide and Reference</h6>
<div class="nav">
« <a href="rvgtut.html">Prev</a> | <a href=
"index.html">Contents</a> | <a href=
"rvggroup.html">Next</a> »
@@ -146,11 +146,11 @@
<div class="sig">
<h3 id="RVG_new">new</h3>
<p>RVG.new(<span class="arg">width</span>=nil, <span class=
"arg">height</span>=nil) [ <span class="arg">{ |canvas| drawing
- method calls }</span> ] -> anRVG</p>
+ method calls }</span> ] -> <em>rvg</em></p>
</div>
<div class="desc">
<h4>Description</h4>
@@ -263,11 +263,11 @@
<div class="sig">
<h3 id='RVG_background_image'>background_image=</h3>
<p><span class="arg">canvas</span>.background_image =
- <span class="arg">anImage</span></p>
+ <span class="arg">image</span></p>
</div>
<div class="desc">
<h4>Description</h4>
@@ -278,11 +278,11 @@
<h4>Example</h4>
<pre>
canvas.background_image = Magick::Image.read('myBackground.gif').first
</pre>
- <h4>Returns</h4><span class="arg">anImage</span>
+ <h4>Returns</h4><span class="arg">image</span>
<h4>See also</h4>
<p><a href=
"#RVG_background_position">background_position=</a></p>
@@ -290,11 +290,11 @@
<div class="sig">
<h3 id='RVG_background_pattern'>background_pattern=</h3>
<p><span class="arg">canvas</span>.background_pattern =
- <span class="arg">aFill</span></p>
+ <span class="arg">fill</span></p>
</div>
<div class="desc">
<h4>Description</h4>
@@ -357,11 +357,11 @@
</div>
<div class="sig">
<h3 id='RVG_canvas'>canvas</h3>
- <p><span class="arg">rvg</span>.canvas -> anImage</p>
+ <p><span class="arg">rvg</span>.canvas -> image</p>
</div>
<div class="desc">
<h4>Description</h4>
@@ -376,13 +376,13 @@
<div class="sig">
<h3 id="RVG_desc">desc, desc=</h3>
<p><span class="arg">rvg</span>.desc -> <span class=
- "arg">aString</span><br />
+ "arg">string</span><br />
<span class="arg">rvg</span>.desc = <span class=
- "arg">aString</span></p>
+ "arg">string</span></p>
</div>
<div class="desc">
<h4>Description</h4>Use the <code>desc</code> attribute to
assign a text description to the drawing. The description will
@@ -409,13 +409,13 @@
<div class="sig">
<h3 id="RVG_metadata">metadata, metadata=</h3>
<p><span class="arg">rvg</span>.metadata -> <span class=
- "arg">aString</span><br />
+ "arg">string</span><br />
<span class="arg">rvg</span>.metadata = <span class=
- "arg">aString</span></p>
+ "arg">string</span></p>
</div>
<div class="desc">
<h4>Description</h4>Use the <code>metadata</code> attribute to
assign additional metadata to the drawing. The metadata string
@@ -425,13 +425,13 @@
<div class="sig">
<h3 id="RVG_title">title, title=</h3>
<p><span class="arg">rvg</span>.title -> <span class=
- "arg">aString</span><br />
+ "arg">string</span><br />
<span class="arg">rvg</span>.title = <span class=
- "arg">aString</span></p>
+ "arg">string</span></p>
</div>
<div class="desc">
<h4>Description</h4>Use the <code>title</code> attribute to
assign a title to the drawing. The title will be assigned to
@@ -497,11 +497,11 @@
<h2 class="methods">instance methods</h2>
<div class="sig">
<h3 id='RVG_draw'>draw</h3>
- <p><span class="arg">rvg</span>.draw -> anImage</p>
+ <p><span class="arg">rvg</span>.draw -> image</p>
</div>
<div class="desc">
<h4>Description</h4>
@@ -539,11 +539,11 @@
<div class="sig">
<h3 id='RVG_g'>g</h3>
<p><span class="arg">rvg.</span>g [{|<span class=
"arg">grp</span>| ...}] -> <span class=
- "arg">aGroup</span></p>
+ "arg">group</span></p>
</div>
<div class="desc">
<h4>Description</h4>
@@ -563,11 +563,11 @@
<p><span class="arg">rvg.</span>image(<span class=
"arg">raster_image</span>, <span class="arg">width</span>=nil,
<span class="arg">height</span>=nil, <span class=
"arg">x</span>=0, <span class="arg">y</span>=0) ->
- <span class="arg">anImage</span></p>
+ <span class="arg">image</span></p>
</div>
<div class="desc">
<h4>Description</h4>
@@ -714,12 +714,12 @@
<h3 id="RVG_rvg">rvg</h3>
<p><span class="arg">rvg</span>.rvg(<span class=
"arg">width</span>, <span class="arg">height</span>,
<span class="arg">x</span>=0, <span class="arg">y</span>=0)
- [{|<span class="arg">new_rvg</span>| ...}] -> <span class=
- "arg">anRVG</span></p>
+ [{|<span class="arg">new_rvg</span>| ...}] ->
+ <em>self</em></p>
</div>
<div class="desc">
<h4>Description</h4>
@@ -761,11 +761,11 @@
<h3 id='RVG_text'>text</h3>
<p><span class="arg">rvg.</span>text(<span class=
"arg">x</span>=0, <span class="arg">y</span>=0, <span class=
"arg">text</span>=nil) [{|<span class="arg">aText</span>| ...}]
- -> <span class="arg">aText</span></p>
+ -> <em>text</em></p>
</div>
<div class="desc">
<h4>Description</h4>
@@ -785,12 +785,11 @@
<h3 id="RVG_use">use</h3>
<p><span class="arg">rvg</span>.use(<span class=
"arg">obj</span>, <span class="arg">x</span>=0, <span class=
"arg">y</span>=0, <span class="arg">width</span>=nil,
- <span class="arg">height</span>=nil) -> <span class=
- "arg">aUse</span></p>
+ <span class="arg">height</span>=nil) -> <em>use</em></p>
</div>
<div class="desc">
<h4>Description</h4>
@@ -823,10 +822,10 @@
<p><span class="arg">rvg</span>.viewbox(<span class=
"arg">min_x</span>, <span class="arg">min_y</span>,
<span class="arg">width</span>, <span class=
"arg">height</span>) [{|<span class="arg">self</span>| ...}]
- -> <span class="arg">rvg</span></p>
+ -> <em>self</em></p>
</div>
<div class="desc">
<h4>Description</h4>