From ddec6943932d2eaa96d19b0b230a4fbbdc52e94b Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Fri, 1 May 2015 15:38:06 -0700 Subject: [PATCH] Update add-zone icon in edit.js --- examples/edit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/edit.js b/examples/edit.js index 93c06c38f2..585b45f3f9 100644 --- a/examples/edit.js +++ b/examples/edit.js @@ -208,8 +208,8 @@ var toolBar = (function () { visible: false }); newZoneButton = toolBar.addTool({ - imageURL: toolIconUrl + "zonecube3.svg", - subImage: { x: 0, y: Tool.IMAGE_WIDTH + 208, width: 256, height: 256 }, + imageURL: toolIconUrl + "zonecube_text.svg", + subImage: { x: 0, y: 128, width: 128, height: 128 }, width: toolWidth, height: toolHeight, alpha: 0.9,