view Box
Creates a viewBox string from coordinates.
The viewBox defines the position and dimensions of the SVG viewport. Commonly used when setting the viewBox attribute on svg/symbol builders.
Return
The viewBox string.
Parameters
min X
The x-coordinate of the viewBox's starting point.
min Y
The y-coordinate of the viewBox's starting point.
width
The width of the viewBox.
height
The height of the viewBox.