mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
chore: add circle testing
This commit is contained in:
parent
af6106562d
commit
22a8a360f1
2 changed files with 1 additions and 0 deletions
BIN
__tests__/snapshot/core/examples/test/circle.html.jpg
Normal file
BIN
__tests__/snapshot/core/examples/test/circle.html.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue