diff --git a/test/visual/assets/sharp-clip-test2.svg b/test/visual/assets/sharp-clip-test2.svg new file mode 100644 index 00000000000..a008e7d9601 --- /dev/null +++ b/test/visual/assets/sharp-clip-test2.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/visual/svg_import.js b/test/visual/svg_import.js index 19e7168fab3..df7f7407790 100644 --- a/test/visual/svg_import.js +++ b/test/visual/svg_import.js @@ -103,6 +103,8 @@ 'seaClipPath', 'use-and-style', 'use-svg-style-2', + 'sharp-clip-test', + 'sharp-clip-test2', ].map(createTestFromSVG); tests.forEach(visualTestLoop(QUnit));