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 963c04bd0c78db2d860a1a3d1a406d88f5993d88..c2a9abef88c960c34d7d60cc7102d8da4a9d1061 100644 (file)
@@ -1,9 +1,10 @@
 .. _create_sketch_rectangle:
-.. |rectangle.icon|    image:: images/rectangle.png
 
 Rectangle
 =========
 
+.. |rectangle.icon|    image:: images/Rectangle.png
+
 Rectangle feature creates a rectangle by two opposite points in the current Sketch.
 
 The result is represented in form of four Lines which compose a rectangle.
@@ -16,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.
@@ -42,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.
\ No newline at end of file
+**See Also** a sample TUI Script of :ref:`tui_create_rectangle` operation.