SVG Overviewλ︎
You can draw SVG with different shapes, including rectangle :rect
, circle. To draw lines you can use :path
SVG objects are created using the same Hiccup style syntax as generating HTML, obviously with different tags.
Style options are added within a map {}
.
A :view-box
allows you to set your own unit of size within the SVG canvas