d3plus / d3plus-text

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

Pipe character "|" stripped from text #110

Closed surdu closed 5 years ago

surdu commented 5 years ago

If I have a pipe character | in my text, it gets stripped out:

new d3plus.TextBox()
  .text("Invisible | pipe")

Expected Behavior

The output text should be Invisible | pipe

Current Behavior

The output text should be Invisible pipe

Your Environment