From d0ec5bd9d046996a8a89babca5eaefd4cbcdd283 Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Thu, 22 Apr 2010 13:25:40 +0000 Subject: [PATCH] Fixed bug where opera test was left in canvg, breaking PNG export. git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1538 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/canvg/canvg.js | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/canvg/canvg.js b/editor/canvg/canvg.js index d22d84ac..b3d2083f 100644 --- a/editor/canvg/canvg.js +++ b/editor/canvg/canvg.js @@ -605,7 +605,6 @@ if(!window.console) { if (this.style('stroke-miterlimit').hasValue()) ctx.miterLimit = this.style('stroke-miterlimit').value; // font - opera.postError('typeof(ctx.font):' + ctx.font); if (typeof(ctx.font) != 'undefined') { ctx.font = svg.Font.CreateFont( this.style('font-style').value,