1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Add performance test for Canvas Render.

This commit is contained in:
Gunther Brunner 2014-02-21 19:28:45 +09:00
parent df3a29d94c
commit 9eb5c74639
9 changed files with 263 additions and 50 deletions

View file

@ -1,4 +1,4 @@
var imageRender = require('./image-render')
var imageRender = require('./fast-image-render')
module.exports = function DeviceScreenDirective($document, ScalingService, $rootScope) {
return {