Skip to content

Commit

Permalink
Rebuild 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jun 30, 2016
1 parent 28f14c5 commit 3762d4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/zrender.js
Original file line number Diff line number Diff line change
Expand Up @@ -13876,7 +13876,7 @@ if (!require('../core/env').canvasSupported) {
// FIXME encodeHtmlAttribute ?
var font = fontStyle.style + ' ' + fontStyle.variant + ' ' + fontStyle.weight + ' '
+ fontStyle.size + 'px "' + fontStyle.family + '"';
console.log(font);

var baseline = style.textBaseline;
var verticalAlign = style.textVerticalAlign;

Expand Down

0 comments on commit 3762d4c

Please sign in to comment.