Php – SVG Using Polygon and Symbol with dynamic points
I have a SVG generated hex grid. The hex grid is composed of polygons which are fed their points via PhP Array. The <polygon> is followed by a <use> element which points to a <symbol>. This code renders the hex…