0
Create box line with SVG
Is it possible to create a line box using SVG? I want to make a line box inside a line box but not with a ViewBox attribute.
4 Answers
+ 4
Parent HTML element <svg>
children elements <rect> with attributes x, y, width, height and stroke.
https://code.sololearn.com/WRIC8YupFnWa/?ref=app
+ 6
https://www.sololearn.com/learn/HTML/2200/?ref=app
See this tutorial.
+ 3
What is line box?
0
I want to make a square with line.