Nick Hall
Nick Hall
I'm trying to do the same thing. What are the different `box` configurations available? I don't see that information in the docs. Adding padding seems ideal here, I was surprised...
Update: I just found this conversation: https://github.com/jkphl/svg-sprite/pull/24 That seems like what we are looking for. The combination of `padding: x` and `box: padding`. Should add space around each sprite icon...
@ghusse: Correct, `content` is the default. I tried `padding` but there was no change. Here is the [documentation](https://github.com/jkphl/svg-sprite/blob/master/docs/configuration.md#shape-spacing) I am using.
@jkphl: Perhaps we should be using a different setting here? Thank you.
I took a look at this for a while and it seems like `spacing.box` is a property that doesn't actual do anything. Inside of `lib/svg-sprite/shape.js` there is a comment that...