comparison client/digitallibrary/jquery/svg/svgBasics.html @ 770:6d7c51e4724b jquery

highlight buttons by background image
author hertzhaft
date Thu, 10 Feb 2011 22:46:17 +0100
parents aab01da232ef
children 65cdf970934d
comparison
equal deleted inserted replaced
769:7e9851ef03d7 770:6d7c51e4724b
60 } 60 }
61 else if (shape == 'clear') { 61 else if (shape == 'clear') {
62 svg.clear(); 62 svg.clear();
63 } 63 }
64 else if (shape == 'zoom') { 64 else if (shape == 'zoom') {
65 svg.clear(); 65 svg.configure({viewBox: '0 0 800 1000'}, true);
66 //svg.animate({svgViewBox: '0, 0, 100, 100'}, 2000);
66 } 67 }
67 68
68 } 69 }
69 70
70 function random(range) { 71 function random(range) {