I am trying to make an svg header-line (here) but the problem I am running in to is that svg-lib-tag doesn't have a width option, so when my tag on the left changes sizes (shorter path/filename) then that causes position problems with the tag on the right because the only way I could set their positions was to use margin.
So I was wondering if there was any reason in particular that we can't set the width? Or, is there a way to set a width that I'm missing?
I am trying to make an svg header-line (here) but the problem I am running in to is that
svg-lib-tag
doesn't have a width option, so when my tag on the left changes sizes (shorter path/filename) then that causes position problems with the tag on the right because the only way I could set their positions was to use margin.So I was wondering if there was any reason in particular that we can't set the width? Or, is there a way to set a width that I'm missing?