Chords

ChordSvgExporterInterface

Transforms a chord into an SVG image.

Table of Contents

toSvg()  : string
Transforms the chord into an SVG image.

Methods

toSvg()

Transforms the chord into an SVG image.

public toSvg(Chord $chord) : string
Parameters
$chord : Chord

chord to transform

Return values
string

SVG source

Search results