From 36597d50727d6bd76456cf32f630a9306c6e34fd Mon Sep 17 00:00:00 2001 From: Philip Giuliani Date: Thu, 9 Apr 2015 14:27:19 +0200 Subject: [PATCH] Revert my test --- test/demo/fitboundswithconstraints.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/demo/fitboundswithconstraints.html b/test/demo/fitboundswithconstraints.html index 7e9ba1bd..51889d88 100644 --- a/test/demo/fitboundswithconstraints.html +++ b/test/demo/fitboundswithconstraints.html @@ -67,14 +67,6 @@ Height: 3448 } } - }, - placeholderFillStyle: "#FF0000", - placeholderFillStyle: function(context) { - var gradient = context.createLinearGradient(0,0,1000,0); - gradient.addColorStop(0,"black"); - gradient.addColorStop(1,"red"); - - return gradient; } }); _viewer.addHandler("open", function() {