1
0
mirror of https://github.com/niklasvh/html2canvas.git synced 2023-08-10 21:13:10 +03:00

text-decoration fix

This commit is contained in:
Niklas von Hertzen 2011-07-16 22:35:21 +03:00
parent ba0306af49
commit 7d94b47a88

@ -92,7 +92,8 @@
fontSize:12,
borderRadius:12,
width:'auto',
height:'auto'
height:'auto',
textDecoration:'none'
}).hide().fadeIn().appendTo('body');
}