| Current Path : /home/ereika83/public_html/wp-content/plugins/bb-plugin/includes/shapes/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/bb-plugin/includes/shapes/triangles.svg.php |
<g class="fl-shape">
<?php
for ( $i = 0; $i <= 64; $i++ ) {
$offset = $i * 50;
?>
<polygon points="<?php echo $offset + 25; ?>,34 <?php echo $offset; ?>,0 <?php echo $offset + 50; ?>,0"></polygon>
<?php } ?>
</g>