mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-15 17:23:09 +00:00
Uncomment raphael test in complex_shape benchmark.
This commit is contained in:
parent
df76f5d688
commit
240fbf0c13
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
})();
|
||||
|
||||
/*(function testRaphael() {
|
||||
(function testRaphael() {
|
||||
|
||||
var start = function () {
|
||||
// storing original coordinates
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
logEl.innerHTML = 'Raphael: <b>' + (new Date() - startTime) + '</b>ms<br>';
|
||||
|
||||
})();*/
|
||||
})();
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue