doc/rvg.html in rmagick-2.9.0 vs doc/rvg.html in rmagick-2.9.1
- old
+ new
@@ -4,11 +4,11 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
- <title>RMagick 2.9.0: RVG Reference: RVG Class</title>
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
+ <h6 id="header">RMagick 2.9.1 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> »
@@ -221,10 +221,10 @@
<h4>Description</h4>
<p>Specify a background fill color. The attribute value may be
either a <a href="struct.html#Pixel">pixel</a> or a <a href=
"imusage.html#color_names">color name.</a> The default fill
- color is "#000000ff". This color is usually called "none". This
+ color is "#00000000". This color is usually called "none". This
attribute has no effect on nested RVG objects.</p>
<h4>Example</h4>
<pre>
canvas.background_fill = 'white'