KCarlile / guitar-diagrams-js

Open source JavaScript library for drawing guitar chords and scales on an HTML5 canvas.
https://demo.kcarlile.com/guitar-diagrams-js/
GNU General Public License v3.0
0 stars 0 forks source link

Add diagram padding for background #18

Open KCarlile opened 2 months ago

KCarlile commented 2 months ago

Background

When a background color is specified, it becomes apparent that there is no padding around the diagram (see example 5):

image

Diagram padding should be an option for users in case they want to have a nice uniform padding around the diagram elements.

Acceptance Criteria

Approach

Notes

TBD