HaddingtonDynamics / Dexter

GNU General Public License v3.0
374 stars 85 forks source link

txt.string_to_lines fails with 1 char string #46

Closed cfry closed 5 years ago

cfry commented 5 years ago

This function creates the dxf for drawing a string. it works for 2 + lengthed strings but not for 1 char strings. This is a useful function so let Fry know when its fixed so I can document it.

JamesNewton commented 5 years ago

To clarify, this is a DDE issue, correct?

cfry commented 5 years ago

Yes this is a DDE issue.

JamesWigglesworth commented 5 years ago

Fixed: https://github.com/cfry/dde/commit/f4e3ba369fb5c9e285b7836f41795a8c86ecdc8d#diff-0e6dc4fac949e204d6599e0290535e64

Will be in DDE v3.0.8 and later.

JamesNewton commented 3 years ago

Kamino cloned this issue to HaddingtonDynamics/OCADO