Larger image.

master
Thomas Hintz 4 years ago
parent f02da8926d
commit db30cde051

@ -794,6 +794,7 @@ only the start of your High-Performance React journey.
#+name: render-tree-basic
#+begin_src dot :file "./images/render-tree-basic.png" :exports results
digraph {
size="12!,4";
rankdir=TB;
node [fontname="DejaVu Sans"];
edge [fontname="DejaVu Sans"];
@ -809,6 +810,7 @@ only the start of your High-Performance React journey.
#+end_src
#+caption: Figure {{{n(FIGURE)}}}: Tree of components
#+attr_leanpub: :width 50%
#+RESULTS: render-tree-basic
[[file:./images/render-tree-basic.png]]

@ -1,6 +1,6 @@
# Image Test
{caption: "Figure 1: Tree of components"}
{width: "50%", caption: "Figure 1: Tree of components"}
![Figure 1: Tree of components](./images/render-tree-basic.png)
As you can see in Figure 1 when stage changes in component `A` component `B` will be re-rendered.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Loading…
Cancel
Save