canvas-filltext-stroketext
JavaScript performance comparison
Preparation code
<script>
var c = document.createElement('canvas');
c.width = c.height = 512;
var ctx = c.getContext('2d');
</script>
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
fixed size fill aligned |
|
pending… |
fixed size fill offset |
|
pending… |
fixed size stroke aligned |
|
pending… |
fixed size stroke offset |
|
pending… |
You can edit these tests or add even more tests to this page by appending /edit to the URL.
0 comments