chore: add circle testing

This commit is contained in:
chenshenhai 2021-07-26 14:51:28 +08:00
parent af6106562d
commit 22a8a360f1
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View file

@ -13,6 +13,7 @@ const pageList = [
{ path: 'core/examples/test/text.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/svg.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/image.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/circle.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/scale-001.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/scale-002.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/scale-003.html', w: 600, h: 400, delay: 500 },