Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textbox split property should pass through into textWrap. #108

Closed
snowyu opened this issue May 10, 2019 · 0 comments
Closed

textbox split property should pass through into textWrap. #108

snowyu opened this issue May 10, 2019 · 0 comments
Assignees

Comments

@snowyu
Copy link

snowyu commented May 10, 2019

d3plus-text/src/TextBox.js

Lines 114 to 122 in 00af6bb

const wrapper = wrap()
.fontFamily(style["font-family"])
.fontSize(fS)
.fontWeight(style["font-weight"])
.lineHeight(lH)
.maxLines(this._maxLines(d, i))
.height(h)
.overflow(this._overflow(d, i))
.width(w);

missing:

.split(this._split);
@davelandry davelandry changed the title [bug] textbox split property should pass through into textWrap. textbox split property should pass through into textWrap. May 14, 2019
@davelandry davelandry self-assigned this Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants