From e54885111410f4956be3dc1b69fb3cd5bd2a6c85 Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Sat, 16 Jul 2011 22:35:21 +0300 Subject: [PATCH] text-decoration fix --- build/jquery.plugin.html2canvas.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/jquery.plugin.html2canvas.js b/build/jquery.plugin.html2canvas.js index aa1fb54..53a7bde 100644 --- a/build/jquery.plugin.html2canvas.js +++ b/build/jquery.plugin.html2canvas.js @@ -92,7 +92,8 @@ fontSize:12, borderRadius:12, width:'auto', - height:'auto' + height:'auto', + textDecoration:'none' }).hide().fadeIn().appendTo('body'); }