Salome HOME
Cosmetics. Move XML files to the separate folder inside a corresponding project in VS.
[modules/shaper.git] / src / SketchPlugin / doc / rectangleFeature.rst
index 6167fa055493730e6b79be943628a09712806f1f..c2a9abef88c960c34d7d60cc7102d8da4a9d1061 100644 (file)
@@ -17,10 +17,9 @@ To add a new Rectangle to the Sketch:
 
 The following property panel appears:
 
-.. image:: images/Rectangle_panel.png
-  :align: center
+.. figure:: images/Rectangle_panel.png
+   :align: center
 
-.. centered::
    Rectangle
 
 Click in the view once to set the first corner, then move the mouse and click a second time to set the opposite corner.
@@ -43,10 +42,9 @@ Result
 
 Created rectangle appears in the view.
 
-.. image:: images/Rectangle_res.png
-          :align: center
+.. figure:: images/Rectangle_res.png
+   :align: center
 
-.. centered::
    Rectangle created
 
 **See Also** a sample TUI Script of :ref:`tui_create_rectangle` operation.