1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 12:36:37 +02:00

Added test for SVG

For #589 and #590
This commit is contained in:
kkapsner 2022-01-30 10:05:52 +01:00
parent 78183f9efc
commit 734e76180f
6 changed files with 283 additions and 0 deletions

View file

@ -18,6 +18,7 @@
<li><a href="audioTest.html">Audio Fingerprint test</a></li>
<li><a href="domRectTest.php">DOMRect Fingerprint test</a></li>
<li><a href="textMetricsTest.html">TextMetrics test</a></li>
<li><a href="svgTest.html">SVG test</a></li>
<li><a href="detectionTest.html">Detection test</a></li>
<li><a href="performanceTest.html">Performance test</a></li>
<li><a href="webGL-Test.html">Support for webGL</a></li>