We had a discussion in #105 where this was the desired outcome:
by default: elides based on minwidth of 0.1 pixels (and not 0.1%, which would be 1.2 pixels).
--minwidth=0 or --minwidth=0%: elides nothing: everything is included.
--minwidth=0.5: elides less than 0.5 pixels.
--minwidth=0.5%: elides less than 0.5 percent.
We had a discussion in #105 where this was the desired outcome:
This issue is to implement the above.