Fixed the oversized architecture diagram in the PDF

This commit is contained in:
Trustin Lee 2010-05-04 11:22:11 +00:00
parent b134bfb974
commit 6269d21712

View File

@ -23,20 +23,19 @@
<mediaobject> <mediaobject>
<imageobject> <imageobject>
<imagedata fileref="images/architecture.png" format="PNG"/> <imagedata fileref="images/architecture.png" format="PNG" scale="50" scalefit="1" align="center" />
</imageobject> </imageobject>
<textobject> <textobject>
<phrase>The Architecture Diagram of Netty</phrase> <phrase>The Architecture Diagram of Netty</phrase>
</textobject> </textobject>
<caption> </mediaobject>
<para> <para>
In this chapter, we will examine what core functionalities are provided In this chapter, we will examine what core functionalities are provided
in Netty and how they constitute a complete network application in Netty and how they constitute a complete network application
development stack on top of the core. Please keep this diagram in mind development stack on top of the core. Please keep this diagram in mind
as you read this chapter. as you read this chapter.
</para> </para>
</caption>
</mediaobject>
<section> <section>
<title>Rich Buffer Data Structure</title> <title>Rich Buffer Data Structure</title>