diff 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
line wrap: on
line diff
--- a/client/digitallibrary/jquery/svg/svgBasics.html	Thu Feb 10 21:13:54 2011 +0100
+++ b/client/digitallibrary/jquery/svg/svgBasics.html	Thu Feb 10 22:46:17 2011 +0100
@@ -62,7 +62,8 @@
 		svg.clear();
 	}
 	else if (shape == 'zoom') {
-		svg.clear();
+		svg.configure({viewBox: '0 0 800 1000'}, true);
+		//svg.animate({svgViewBox: '0, 0, 100, 100'}, 2000);
 	}
 	
 }