I\'m embedding an element directly in an HTML5 document, and I want to scale a repeating background pattern in terms of the page\'s font size. No p
You can wrap your polygons in an inner element to scale them as you wish. The viewBox controls the coordinate system of the objects it contains and the height and width attributes control how big it looks.