ringw / vexflow

A JavaScript library for rendering music notation and guitar tablature.

Home Page:http://www.vexflow.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using SVG Vexflow backend

freetomik opened this issue · comments

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!

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

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