blenderskool / canvas-elements

🖌️ Library of commonly used components for HTML5 Canvas made easy to use
MIT License
2 stars 1 forks source link

Border Style #11

Open blenderskool opened 5 years ago

blenderskool commented 5 years ago

Dotted border options for shape elements in the library.

blenderskool commented 5 years ago

Instead of limiting to only dotted borders, we can add a border-style property similar to the one present in CSS including the same options. It should also allow advanced users to use the built-in setLineDash function directly.