0-length bars are visible in pdfs generated by Orca even though they aren't visible in the plotly.js graphs. <img width="742" alt="image001" src="https://user-images.githubusercontent.com/41019918/90187985-b4fd2080-dd88-11ea-9c69-a12b32672416.png"> I can reproduce this issue using orca directly using [this method](https://github.com/plotly/orca/issues/187#issuecomment-515546339) with the below json figure. ``` {"data": [{"y": ["This", "is", "a", "test", "placeholder"], "x": [12, 9, 15, 12, 0], "type": "bar", "orientation": "h"}], "layout": {"xaxis": {"type": "categorical", "showgrid": false, "zeroline": false}, "yaxis": {"title": "test", "zeroline": false}}} ```