PHP Classes

PHP Draw Polygons: Display polygons on a page using SVG drawings

Recommend this page to a friend!
  Info   View files Example   Screenshots Screenshots   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 71 This week: 1All time: 10,230 This week: 571Up
Version License PHP version Categories
poligonos 1.0Custom (specified...5HTML, PHP 5, Graphics
Description 

Author

This class can display polygons on a page using SVG drawings.

It can create a drawing with random polygons in different colors.

The generated drawing can be display on a Web page using HTML that embeds the polygons described in the SVG format.

Picture of jean paul Delaye
  Performance   Level  
Name: jean paul Delaye <contact>
Classes: 7 packages by
Country: Mexico Mexico
Age: 49
All time rank: 376347 in Mexico Mexico
Week rank: 103 Up2 in Mexico Mexico Up
Innovation award
Innovation award
Nominee: 2x

Example

<?php

require_once('class.poligonos.php');

 
$artwork = new Poligono( "leslie", "350", "3", "100", "1" );


?>


Details

poligonos

Php class that generates random polygons

Requirements

php >= 5.4.0 

Intallation

just copy the class to your classes folder

Basic Usage $artwork = new Poligono( "leslie", "350", "3", "100", "1" );

Inputs: Color palette, maximum size of the polygon, number of vertices, iteration of polygons, scale

sample: here: https://intelector.com/random-polygons/


Screenshots  
  • polygonsscreenshot1
  Files folder image Files  
File Role Description
Plain text file class.poligonos.php Class Class source
Plain text file index.php Example Example script
Plain text file LICENSE Lic. License text
Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 80%
Total:71
This week:1
All time:10,230
This week:571Up