mirror of
https://github.com/konvajs/konva.git
synced 2026-01-18 19:51:21 +08:00
I removed the ability to do a convolution with a 1D matrix because I was using all 2D matrices. I also cleaned up some unused variables and filters. I took the entire group of tests dealing with image filters and put them into `filterTests.html` and `filterTests.js`. I removed them from `visualTests.js`.
17 lines
563 B
HTML
17 lines
563 B
HTML
<!DOCTYPE>
|
|
<html>
|
|
<body>
|
|
<h1>KineticJS Test Suite</h1>
|
|
<p>atomated test counts updated on 06-02-2013</p>
|
|
<ul>
|
|
<li><a href="unitTests.html">Unit Tests (724)</a></li>
|
|
<li><a href="functionalTests.html">Functional Tests (171)</a></li>
|
|
<li><a href="visualTests.html">Visual Tests (46)</a></li>
|
|
<li><a href="filterTests.html">Filter Tests</a></li>
|
|
<li><a href="manualTests.html">Manual Tests</a></li>
|
|
<li><a href="visualTests.html">Performance Tests</a></li>
|
|
<li><a href="special/index.html">Special Tests</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|