Author: yradtsevich
Date: 2012-04-11 15:51:16 -0400 (Wed, 11 Apr 2012)
New Revision: 40145
Modified:
workspace/yradtsevich/browsersim/region-finder/region-finder.js
Log:
JBIDE-10945 BrowserSim: create more skins
Modified: workspace/yradtsevich/browsersim/region-finder/region-finder.js
===================================================================
--- workspace/yradtsevich/browsersim/region-finder/region-finder.js 2012-04-11 19:46:34
UTC (rev 40144)
+++ workspace/yradtsevich/browsersim/region-finder/region-finder.js 2012-04-11 19:51:16
UTC (rev 40145)
@@ -14,6 +14,7 @@
context.fillText("Drop an image here", 240, 200);
context.fillText("The visible area of the image must touch the top image
border", 240, 240);
context.fillText("(i.e. the first row of the image must have at least 1 filled
pixel).", 240, 255);
+ context.fillText("WORKS IN GOOGLE CHROME ONLY!", 240, 275);
canvas.addEventListener("drop", function (evt) {
var files = evt.dataTransfer.files;
Show replies by date