We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d69ee commit 0d33c2cCopy full SHA for 0d33c2c
test/ifame.html
@@ -1,5 +1,5 @@
1
<!DOCTYPE html>
2
-
+<html>
3
<head>
4
<meta charset="utf-8">
5
<title>KonvaJS Sandbox</title>
@@ -11,4 +11,4 @@
11
<iframe src="./sandbox.html"></iframe>
12
</body>
13
14
-</html>
+</html>
test/performance/bunnies_native.html
@@ -9,7 +9,7 @@
9
</style>
10
</head>
<body>
- <canvas id="canvas"></div>
+ <canvas id="canvas"></canvas>
<script src="http://www.html5canvastutorials.com/lib/stats/stats.js"></script>
<script defer="defer">
15
var lastTime = 0;
0 commit comments