d3plus / d3plus-text

A smart SVG text box with line wrapping and automatic font size scaling.
MIT License
105 stars 19 forks source link

text wrapping breaks when phrase starts with a space #92

Closed davelandry closed 5 years ago

davelandry commented 6 years ago

Expected Behavior

Spaces from the beginning and end of strings should be stripped before processing.

Current Behavior

If a phrase starts with a space, then all of the words appear as one (no spaces).

Steps to Reproduce (for bugs)

http://jsfiddle.net/gest45z9/

Your Environment