Skip to content

pouyamer/regular-polygon-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular Shapes and Polygons

What's a Regular Shape?

A regular polygon is a polygon which has congruent sides and interior angles.polygons

What's a Regular Star?

When you connect the dots on a regular polygon to rest of the dots you'll get a Regular Star.

download

Configurations

You can edit the config.js file.

Size

  • width: width of the canvas
  • height: height of the canvas

Show/Hide Circle

  • showCircle: show/hide the circle sorrounding the shapes

Show/Hide Regular Polygon

  • showOuterShape: show/hide the Regular Polygon

Number of points

  • points: the number of points that Polygon/Star has

Circle Configurations

  • strokeWidth: width of the circle
  • color : color of the circle

Star Configurations

  • width
  • polygonColor
  • starColor