fogleman / gg

Go Graphics - 2D rendering in Go with a simple API.
https://godoc.org/github.com/fogleman/gg
MIT License
4.37k stars 354 forks source link

Preserve empty lines in wordWrap #139

Open forsenonlhaimaisentito opened 3 years ago

forsenonlhaimaisentito commented 3 years ago

At the moment, word wrap inputs which contain multiple newlines in a row lose empty lines in the output, this PR fixes such behavior.

KaymeKaydex commented 1 year ago

@fogleman , please check this one merge request and merge