You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/11/26 18:40:59 UTC

[jmeter] 02/02: Correct width heigth ratio for some images

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 813528ed8a468d07783a1d55bda9e0883874785e
Author: vdaburon <vd...@gmail.com>
AuthorDate: Thu Nov 26 16:20:55 2020 +0100

    Correct width heigth ratio for some images
---
 xdocs/changes.xml         | 2 ++
 xdocs/usermanual/curl.xml | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index b18a291..b28d05d 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -163,6 +163,8 @@ applications when JMeter is starting up.</p>
     <li>Update Rhino to 1.7.13 (from 1.7.12)</li>
     <li>Update XStream to 1.4.14 (from 1.4.14.1)</li>
     <li>Update Apache commons-dbcp2 to 2.8.0 (from 2.7.0)</li>
+    <li><pr>635</pr>Correct some image ratios in the documentation. Patch provided
+      by Vincent Daburon (vdaburon at gmail.com)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->
diff --git a/xdocs/usermanual/curl.xml b/xdocs/usermanual/curl.xml
index 7ea228e..8968028 100644
--- a/xdocs/usermanual/curl.xml
+++ b/xdocs/usermanual/curl.xml
@@ -43,11 +43,11 @@ Create a Test Plan From a cURL Command
   </li>
     <li>There are two ways to enter the curl command line. Firstly, we can enter it manually. Secondly, we can import a file containing the curl command line.
     This tool supports input of multiple curl command lines at the same time.
-    <figure width="767" height="316" image="curl/enter_command.png">Figure 2.1 - Enter curl command in text panel</figure>
-    <figure width="767" height="316" image="curl/enter_command_from_file.png">Figure 2.2 - Enter curl command from file</figure>
+    <figure width="767" height="443" image="curl/enter_command.png">Figure 2.1 - Enter curl command in text panel</figure>
+    <figure width="767" height="449" image="curl/enter_command_from_file.png">Figure 2.2 - Enter curl command from file</figure>
   </li>
   <li>Then, click <code>Create Test Plan</code> button and a new HTTP Sample will be added to the Test Plan.
-    <figure width="767" height="316" image="curl/result.png">Figure 3 - result of Test Plan</figure>
+    <figure width="767" height="464" image="curl/result.png">Figure 3 - result of Test Plan</figure>
   </li>
 </ol>
 </subsection>
@@ -163,7 +163,7 @@ Create a Test Plan From a cURL Command
 <p>
 When the command you entered is ignored or contains warning content, we will display warning in the comment section of HTTP Request.
 </p>
-<figure width="768" height="339" image="curl/http_request_warning.png">Figure 1 -Warning</figure>
+<figure width="768" height="464" image="curl/http_request_warning.png">Figure 1 -Warning</figure>
 
 </subsection>
 <subsection name="&sect-num;.4 Examples" anchor="example">