Skip to content

Commit 74daa8b

Browse files
Replace items_on_stack.png with SVG version
1 parent 1e154a7 commit 74daa8b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

courses/ada_essentials/140_access_types/01-introduction.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ Stack Vs Heap
8181
I : Integer := 0;
8282
J : String := "Some Long String";
8383
84-
.. image:: items_on_stack.png
85-
:width: 50%
84+
.. image:: items_on_stack.svg
8685

8786
.. code:: Ada
8887

images/items_on_stack.png

-9.7 KB
Binary file not shown.

images/items_on_stack.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)