Skip to content

Commit

Permalink
removes logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cnavarreteliz authored and davelandry committed Aug 21, 2018
1 parent 0bcd204 commit ae94265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TextBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ export default class TextBox extends BaseClass {
.attr("y", (t, i) => d.r === 0 || d.vA === "top" ? `${(i + 1) * d.lH - (d.lH - d.fS)}px` :
d.vA === "middle" ? `${(d.h + d.fS) / 2 + (d.fS - d.lH)}px` : `${d.h - 2 * (d.lH - d.fS)}px`);

console.log((d.h + d.fS) / 2 + (d.fS - d.lH))
}

const texts = select(this).selectAll("text").data(d.lines);
Expand Down

0 comments on commit ae94265

Please sign in to comment.