Search code examples
csssvgborder

Adding border to SVG image


Is it possible to wrap a SVG image inside a border (that is - putting a border from CSS around that image) ?


Solution

  • Draw a <rect> around the image using fill="none". You can use the stroke property to set a border.