ringw / vexflow

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

Using SVG Vexflow backend #14

Closed freetomik closed 7 years ago

freetomik commented 8 years ago

Hi @ringw ,

is there some posibility to get your project working with using Vex.Flow.Renderer.Backends.SVG? I read this your comment on similar question(that guy wanted to use Raphael, but this backend is deprecated now in Vexflow), but it's pretty old. Could you, please, provide some advices how to do it?

Thank you!

yodahuang commented 7 years ago

Hi @freetomik ,

This might be late but I just made a fork of this project that adds support for both canvas and SVG.

You can see it here

Best regards

freetomik commented 7 years ago

Hi @yodahuang ,

It is late, but thanks for information anyway. It is good to render notes also to SVG in this project, good job.

Rendering notes to SVG is better especially for interactivity reasons. I have made basic MusicXML editor using also SVG, you can see here

Best wishes