Want to create border on image inside SVG wrapper
Back again with another stupid SVG question...
I want to add a border to an image inside an SVG *wrapper*.
I tried by using "border-width="xxxxxx", and by using "style="border-width:xxxxxxx", etc, etc, etc. And those don't work worth a darn. Using "rect" inside a wrapper won't work. I have googled around unsuccessfully, so now I am stuck.
Is it possible to do this? Do I have to make some sort of declaration to identify these?
Any advice will be much appreciated.
|