canvas-filltext-stroketext

JavaScript performance comparison

Test case created by Ilmari

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.

Testing in unknown unknown
Test Ops/sec
fixed size fill aligned
ctx.fillText("test string", 0, 128);
pending…
fixed size fill offset
ctx.fillText("test string", 0, 128.5);
pending…
fixed size stroke aligned
ctx.strokeText("test string", 0, 128);
pending…
fixed size stroke offset
ctx.strokeText("test string", 0, 128.5);
pending…

You can edit these tests or add even more tests to this page by appending /edit to the URL.

Compare results of other browsers

0 comments

Add a comment