Skip to content

Commit b94e553

Browse files
authored
Update documents with RMagick v6.0.0 (#19)
1 parent bb4e445 commit b94e553

39 files changed

+88
-82
lines changed

arcpath.rb.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ <h1>arcpath.rb</h1>
3333
gc.stroke('#00cd00')
3434
gc.stroke_width(3)
3535
gc.path('M200,175 l 25,-12.5 ' \
36-
'a12.5,12.5 -15 0,1 25,-12.5 l 25,-12.5 ' \
37-
'a12.5,25 -15 0,1 25,-12.5 l 25,-12.5 ' \
38-
'a12.5,37.5 -15 0,1 25,-12.5 l 25,-12.5 ' \
39-
'a12.5,50 -15 0,1 25,-12.5 l 25,-12.5')
36+
'a12.5,12.5 -15 0,1 25,-12.5 l 25,-12.5 ' \
37+
'a12.5,25 -15 0,1 25,-12.5 l 25,-12.5 ' \
38+
'a12.5,37.5 -15 0,1 25,-12.5 l 25,-12.5 ' \
39+
'a12.5,50 -15 0,1 25,-12.5 l 25,-12.5')
4040

4141
gc.draw imgl
4242
imgl.border!(1, 1, 'lightcyan2')

bounding_box.rb.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ <h1>bounding_box.rb</h1>
4343
gc.font_weight(Magick::NormalWeight)
4444
gc.font_style(Magick::NormalStyle)
4545
gc.pointsize(9)
46-
gc.text(bb.x - 15, bb.y - 5, "\'#{bb.x},#{bb.y}\'")
47-
gc.text(bb.x + bb.width - 15, bb.y - 5, "\'#{bb.x + bb.width},#{bb.y}\'")
48-
gc.text(bb.x - 15, bb.y + bb.height + 15, "\'#{bb.x},#{bb.y + bb.height}\'")
49-
gc.text(bb.x + bb.width - 15, bb.y + bb.height + 15, "\'#{bb.x + bb.width},#{bb.y + bb.height}\'")
46+
gc.text(bb.x - 15, bb.y - 5, "'#{bb.x},#{bb.y}'")
47+
gc.text(bb.x + bb.width - 15, bb.y - 5, "'#{bb.x + bb.width},#{bb.y}'")
48+
gc.text(bb.x - 15, bb.y + bb.height + 15, "'#{bb.x},#{bb.y + bb.height}'")
49+
gc.text(bb.x + bb.width - 15, bb.y + bb.height + 15, "'#{bb.x + bb.width},#{bb.y + bb.height}'")
5050

5151
gc.draw(img)
5252

channel.rb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>channel.rb</h1>
1919
imgs &lt;&lt; img
2020
imgs &lt;&lt; img.channel(Magick::RedChannel)
2121
imgs.cur_image['Label'] = 'RedChannel'
22-
imgs &lt;&lt; img.channel(Magick::GreenChannel)
22+
imgs &lt;&lt; img.channel(Magick::GreenChannel)
2323
imgs.cur_image['Label'] = 'GreenChannel'
2424
imgs &lt;&lt; img.channel(Magick::BlueChannel)
2525
imgs.cur_image['Label'] = 'BlueChannel'

colors.rb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>colors.rb</h1>
2626
# Create a 200x25 image for each named color.
2727
# Label with the name, RGB values, and compliance type.
2828
Magick.colors do |c|
29-
if c.name !~ /grey/ # omit SVG 'grays'
29+
unless c.name.include?('grey') # omit SVG 'grays'
3030
colors.new_image(200, 25) do |options|
3131
options.background_color = c.color
3232
options.border_color = 'gray50'

comtasks.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: Common Tasks</title>
7+
<title>RMagick 6.0.0: Common Tasks</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -25,7 +25,7 @@
2525
</head>
2626

2727
<body>
28-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
28+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
2929

3030
<div class="nav">&laquo;&nbsp;<a href="optequiv.html">Prev</a> | <a href="index.html">Contents</a> | <a href="magick.html">Next</a>&nbsp;&raquo;</div>
3131

constants.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: Constants</title>
7+
<title>RMagick 6.0.0: Constants</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -57,7 +57,7 @@
5757
</head>
5858

5959
<body>
60-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
60+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
6161

6262
<div class="nav">&laquo;&nbsp;<a href="info.html">Prev</a> | <a href="index.html">Contents</a> | <a href="rvgtut.html">Next</a>&nbsp;&raquo;</div>
6363

@@ -349,6 +349,16 @@ <h3 class="const" id="ChannelType">ChannelType</h3>
349349

350350
<dt>GrayChannel</dt>
351351

352+
<dt>CompositeChannels</dt>
353+
354+
<dt>TrueAlphaChannel</dt>
355+
356+
<dt>RGBChannels</dt>
357+
358+
<dt>GrayChannels</dt>
359+
360+
<dt>SyncChannels</dt>
361+
352362
<dt>AlphaChannel</dt>
353363

354364
<dd>Same as OpacityChannel</dd>
@@ -1024,6 +1034,8 @@ <h3 class="const" id="DisposeType">DisposeType</h3>
10241034
<p>The value of the <a href="imageattrs.html#dispose">dispose</a> attribute.</p>
10251035

10261036
<dl>
1037+
<dt>UnrecognizedDispose</dt>
1038+
10271039
<dt>UndefinedDispose</dt>
10281040

10291041
<dd>No disposal specified.</dd>

draw.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: class Draw</title>
7+
<title>RMagick 6.0.0: class Draw</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -20,7 +20,7 @@
2020
</head>
2121

2222
<body>
23-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
23+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
2424

2525
<div class="nav">&laquo;&nbsp;<a href="image3.html">Prev</a> | <a href="index.html">Contents</a> | <a href="struct.html">Next</a>&nbsp;&raquo;</div>
2626

font_styles.rb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>font_styles.rb</h1>
2626
end
2727

2828
canvas.g.styles(font_size: 14, font_weight: 'normal', font_style: 'normal') do |grp|
29-
if RUBY_PLATFORM =~ /mswin32/
29+
if RUBY_PLATFORM.include?('mingw')
3030
grp.text(8, 120, ":font_family=&gt;'Courier-New'").styles(font_family: 'Courier-New')
3131
else
3232
grp.text(8, 120, ":font_family=&gt;'Courier'").styles(font_family: 'Courier')

get_type_metrics.rb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>get_type_metrics.rb</h1>
3838
ORIGIN_X = 110
3939
ORIGIN_Y = 230
4040
GLYPH = 'g'
41-
FONT = RUBY_PLATFORM =~ /mswin/ ? 'Verdana' : 'Times'
41+
FONT = RUBY_PLATFORM.include?('mingw') ? 'Verdana' : 'Times'
4242

4343
canvas = Magick::Image.new(410, 320, Magick::HatchFill.new('white', 'lightcyan2'))
4444

ilist.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: class ImageList</title>
7+
<title>RMagick 6.0.0: class ImageList</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2005 by Timothy P. Hunter" />
@@ -14,7 +14,7 @@
1414
</head>
1515

1616
<body>
17-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
17+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
1818

1919
<div class="nav">&laquo;&nbsp;<a href="magick.html">Prev</a> | <a href="index.html">Contents</a> | <a href="imageattrs.html">Next</a>&nbsp;&raquo;</div>
2020

image.rb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>image.rb</h1>
1717
canvas.background_fill = 'white'
1818
canvas.rect(524, 269).styles(fill: 'none', stroke: 'blue', stroke_width: 1)
1919

20-
hat = ::Magick::Image.read('images/Flower_Hat.jpg').first
20+
hat = Magick::Image.read('images/Flower_Hat.jpg').first
2121

2222
canvas.image(hat, 100, 75, 25, 40).preserve_aspect_ratio('none')
2323
canvas.rect(100, 75, 25, 40).styles(fill: 'none', stroke: 'blue')

image1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: class Image (class methods and instance methods a-d)</title>
7+
<title>RMagick 6.0.0: class Image (class methods and instance methods a-d)</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -39,7 +39,7 @@
3939
</head>
4040

4141
<body>
42-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
42+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
4343

4444
<div class="nav">&laquo;&nbsp;<a href="imageattrs.html">Prev</a> | <a href="index.html">Contents</a> | <a href="image2.html">Next</a>&nbsp;&raquo;</div>
4545

image2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: class Image (instance methods e-o)</title>
7+
<title>RMagick 6.0.0: class Image (instance methods e-o)</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -41,7 +41,7 @@
4141
</head>
4242

4343
<body>
44-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
44+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
4545

4646
<div class="nav">&laquo;&nbsp;<a href="image1.html">Prev</a> | <a href="index.html">Contents</a> | <a href="image3.html">Next</a>&nbsp;&raquo;</div>
4747

image3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: class Image (instance methods p-w)</title>
7+
<title>RMagick 6.0.0: class Image (instance methods p-w)</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -46,7 +46,7 @@
4646
</head>
4747

4848
<body>
49-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
49+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
5050

5151
<div class="nav">&laquo;&nbsp;<a href="image2.html">Prev</a> | <a href="index.html">Contents</a> | <a href="draw.html">Next</a>&nbsp;&raquo;</div>
5252

imageattrs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: class Image (attribute methods)</title>
7+
<title>RMagick 6.0.0: class Image (attribute methods)</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -20,7 +20,7 @@
2020
</head>
2121

2222
<body>
23-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
23+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
2424

2525
<div class="nav">&laquo;&nbsp;<a href="ilist.html">Prev</a> | <a href="index.html">Contents</a> | <a href="image1.html">Next</a>&nbsp;&raquo;</div>
2626

imusage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: ImageMagick Conventions</title>
7+
<title>RMagick 6.0.0: ImageMagick Conventions</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -64,7 +64,7 @@
6464
</head>
6565

6666
<body>
67-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
67+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
6868

6969
<div class="nav">&laquo;&nbsp;<a href="usage.html">Prev</a> | <a href="index.html">Contents</a> | <a href="optequiv.html">Next</a>&nbsp;&raquo;</div>
7070

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
66

7-
<title>RMagick 5.5.0 User's Guide and Reference</title>
7+
<title>RMagick 6.0.0 User's Guide and Reference</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -102,7 +102,7 @@
102102

103103
<p id="magick">
104104
Ruby+ImageMagick<span class="tm">TM</span><br />
105-
Version 5.5.0
105+
Version 6.0.0
106106
</p>
107107

108108
<h1>User's Guide and Reference</h1>
@@ -277,7 +277,7 @@ <h3>What is RMagick?</h3>
277277
<h3>About this document</h3>
278278

279279
<p>
280-
This document describes Version 5.5.0 of RMagick. It is divided into 4 parts. The first is this page. The second part is a user's guide covering both
280+
This document describes Version 6.0.0 of RMagick. It is divided into 4 parts. The first is this page. The second part is a user's guide covering both
281281
RMagick and ImageMagick usage and conventions. The third part is a reference guide to the ImageList, Image, and Draw classes. This guide includes many
282282
examples. The fourth part covers Ruby Vector Graphics (RVG). RVG is a facade for Draw that provides a high-level API for scalable vector graphics. The RVG
283283
section includes a tutorial and complete reference documentation.

info.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: class Image::Info - Optional method arguments</title>
7+
<title>RMagick 6.0.0: class Image::Info - Optional method arguments</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -38,7 +38,7 @@
3838
</head>
3939

4040
<body>
41-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
41+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
4242

4343
<div class="nav">&laquo;&nbsp;<a href="struct.html">Prev</a> | <a href="index.html">Contents</a> | <a href="constants.html">Next</a>&nbsp;&raquo;</div>
4444

magick.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: module Magick</title>
7+
<title>RMagick 6.0.0: module Magick</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -19,7 +19,7 @@
1919
</head>
2020

2121
<body>
22-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
22+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
2323

2424
<div class="nav">&laquo;&nbsp;<a href="comtasks.html">Prev</a> | <a href="index.html">Contents</a> | <a href="ilist.html">Next</a>&nbsp;&raquo;</div>
2525

optequiv.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: Magick Command Options and Their Equivalent Methods</title>
7+
<title>RMagick 6.0.0: Magick Command Options and Their Equivalent Methods</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -63,7 +63,7 @@
6363
</head>
6464

6565
<body>
66-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
66+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
6767

6868
<div class="nav">
6969
&laquo; <a href="index.html">Prev</a> | <a href="imusage.html">Contents</a> | <a href="comtasks.html">Next</a>

rvg.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: RVG Reference: RVG Class</title>
7+
<title>RMagick 6.0.0: RVG Reference: RVG Class</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -22,7 +22,7 @@
2222
</head>
2323

2424
<body>
25-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
25+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
2626

2727
<div class="nav">&laquo;&nbsp;<a href="rvgtut.html">Prev</a> | <a href="index.html">Contents</a> | <a href="rvggroup.html">Next</a>&nbsp;&raquo;</div>
2828

rvgclip.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: RVG Reference: RVG::ClipPath Class</title>
7+
<title>RMagick 6.0.0: RVG Reference: RVG::ClipPath Class</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -22,7 +22,7 @@
2222
</head>
2323

2424
<body>
25-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
25+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
2626

2727
<div class="nav">&laquo;&nbsp;<a href="rvgpattern.html">Prev</a> | <a href="index.html">Contents</a> | <a href="rvgtext.html">Next</a>&nbsp;&raquo;</div>
2828

rvggroup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
66

7-
<title>RMagick 5.5.0: RVG Reference: RVG::Group Class</title>
7+
<title>RMagick 6.0.0: RVG Reference: RVG::Group Class</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
99
<meta name="GENERATOR" content="Quanta Plus" />
1010
<meta name="Copyright" content="Copyright (C) 2006 by Timothy P. Hunter" />
@@ -22,7 +22,7 @@
2222
</head>
2323

2424
<body>
25-
<h6 id="header">RMagick 5.5.0 User's Guide and Reference</h6>
25+
<h6 id="header">RMagick 6.0.0 User's Guide and Reference</h6>
2626

2727
<div class="nav">&laquo;&nbsp;<a href="rvg.html">Prev</a> | <a href="index.html">Contents</a> | <a href="rvgimage.html">Next</a>&nbsp;&raquo;</div>
2828

0 commit comments

Comments
 (0)