Remove duplicate imagedata from reference guide
Prior to this commit many imagedata elements were duplicated in order to configure PDF sizes. Since HTML generation is configured to ignore image scaling altogether this was unnecessary duplication. Issue: SPR-10033
This commit is contained in:
@@ -235,13 +235,8 @@
|
||||
Spring Web MVC shares with many other leading web frameworks).</para>
|
||||
|
||||
<para><mediaobject>
|
||||
<imageobject role="fo">
|
||||
<imagedata align="center" fileref="images/mvc.png" format="PNG"
|
||||
width="400" />
|
||||
</imageobject>
|
||||
|
||||
<imageobject role="html">
|
||||
<imagedata align="center" fileref="images/mvc.png" format="PNG" />
|
||||
<imageobject>
|
||||
<imagedata align="center" fileref="images/mvc.png" format="PNG" width="400"/>
|
||||
</imageobject>
|
||||
|
||||
<caption><para>The request processing workflow in Spring Web MVC (high
|
||||
@@ -319,14 +314,8 @@
|
||||
new scope-specific beans local to a given Servlet instance.</para>
|
||||
|
||||
<para><mediaobject>
|
||||
<imageobject role="fo">
|
||||
<imagedata align="center" fileref="images/mvc-contexts.gif"
|
||||
format="GIF" width="400" />
|
||||
</imageobject>
|
||||
|
||||
<imageobject role="html">
|
||||
<imagedata align="center" fileref="images/mvc-contexts.gif"
|
||||
format="GIF" />
|
||||
<imageobject>
|
||||
<imagedata align="center" fileref="images/mvc-contexts.gif" format="GIF" width="400" />
|
||||
</imageobject>
|
||||
|
||||
<caption>Context hierarchy in Spring Web MVC</caption>
|
||||
|
||||
Reference in New Issue
Block a user