moved examples

This commit is contained in:
MoyuScript
2012-11-25 23:48:08 +02:00
parent d89c37223a
commit 8c34aebc7a
6 changed files with 1 additions and 168 deletions

View File

@ -220,7 +220,7 @@ _html2canvas.Parse = function ( images, options ) {
}
ctx.setVariable("fillStyle", color);
ctx.setVariable("font", font_style+ " " + font_variant + " " + bold + " " + size + " " + family);
ctx.setVariable("font", [font_style, font_variant, bold, size, family].join(" "));
ctx.setVariable("textAlign", (align) ? "right" : "left");
if (text_decoration !== "none"){
return fontMetrics(family, size);