From b2bbf819646cbcdd4eba1826634690f24c9dc20f Mon Sep 17 00:00:00 2001 From: Nick S Date: Mon, 19 Jun 2023 08:48:33 -0500 Subject: [PATCH] Add test --- tests/html/figure/1.html | 82 ++++++++++++++++++++++++++++++++++++++++ tests/index.html | 8 +++- 2 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 tests/html/figure/1.html diff --git a/tests/html/figure/1.html b/tests/html/figure/1.html new file mode 100644 index 00000000..14dbe1a9 --- /dev/null +++ b/tests/html/figure/1.html @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + Figure -- Use built-in figures + + + +
+ + + diff --git a/tests/index.html b/tests/index.html index c40a632a..adc652fb 100644 --- a/tests/index.html +++ b/tests/index.html @@ -88,7 +88,13 @@ limitations under the License. children: [ { title: 'Use built-in overlays', link: './html/overlay/1.html' }, { title: 'Use built-in overlays, specify points', link: './html/overlay/2.html' }, - { title: 'Overlay override', link: './html/overlay/3.html' } + { title: 'Overlay override', link: './html/overlay/3.html' }, + ] + }, + { + title: 'Figures', + children: [ + { title: 'Rect bounding', link: './html/figure/1.html' }, ] }, { title: 'Set precision', link: './html/set-precision.html' },