ringw / vexflow

A JavaScript library for rendering music notation and guitar tablature.
http://www.vexflow.com
71 stars 23 forks source link

Treble clef getting clipped #6

Open MichaelHills opened 9 years ago

MichaelHills commented 9 years ago

See this screenshot:

image

I'm running this on iOS in a UIWebView. From what I can see, the canvas is not big enough to encompass it.

ringw commented 8 years ago

Thanks. I guess the canvas should be created just big enough, it should be possible to take the bounding box of every single object to create a bounding box for the whole stave.