leluque / easygraphics

A client-side Javascript library to draw and manage vectorial graphics.
MIT License
4 stars 2 forks source link

Implement polylines. #2

Open leluque opened 6 years ago

leluque commented 6 years ago

Implement polylines with custom marks at limits in order to allow the implementation of relationships.

leluque commented 6 years ago

First version of polyline implemented. It doesn't have markers and is still drawing as a polygon.