Index: /issm/trunk-jpl/src/m/plot/webgl.js
===================================================================
--- /issm/trunk-jpl/src/m/plot/webgl.js	(revision 20836)
+++ /issm/trunk-jpl/src/m/plot/webgl.js	(revision 20837)
@@ -31,6 +31,4 @@
 	// Near things obscure far things
 	gl.depthFunc(gl.LEQUAL);
-	// Clear the color as well as the depth buffer.
-	gl.clear(gl.COLOR_BUFFER_BIT | gl.DEPTH_BUFFER_BIT);
 	// Enable color blending/overlay
 	gl.enable(gl.BLEND);
