From a0369d243ae89614723863aa448f44a9d1bf484b Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Fri, 15 May 2015 15:58:02 -0700 Subject: [PATCH] Update web icon --- examples/edit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/edit.js b/examples/edit.js index e034392df0..e4297a94b3 100644 --- a/examples/edit.js +++ b/examples/edit.js @@ -207,8 +207,8 @@ var toolBar = (function () { }); newWebButton = toolBar.addTool({ - imageURL: "https://s3.amazonaws.com/Oculus/earth17.svg", - subImage: { x: 0, y: Tool.IMAGE_WIDTH, width: Tool.IMAGE_WIDTH, height: Tool.IMAGE_HEIGHT }, + imageURL: "https://hifi-public.s3.amazonaws.com/images/www.svg", + subImage: { x: 0, y: 0, width: 128, height: 128 }, width: toolWidth, height: toolHeight, alpha: 0.9,