leluque / easygraphics

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

Implement drawing layers. #1

Open leluque opened 6 years ago

leluque commented 6 years ago

Implement layers to which primitives may be added. A layer must have a position and may be hidden or visible.

leluque commented 6 years ago

Partially implemented. It is necessary to implement z-order and layer order changing, and layer removal.