Skip to content

Commit

Permalink
Remove Raphael.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh committed Jun 12, 2021
1 parent de2f6d8 commit c3c7d14
Show file tree
Hide file tree
Showing 11 changed files with 4,068 additions and 6,628 deletions.
10,230 changes: 4,059 additions & 6,171 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"opentype.js": "^1.3.3",
"prettier": "^2.2.1",
"qunit": "^2.14.1",
"raphael": "^2.3.0",
"ts-loader": "^8.1.0",
"typedoc": "^0.20.34",
"typescript": "^4.2.3",
Expand Down
3 changes: 1 addition & 2 deletions src/canvascontext.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// [VexFlow](http://vexflow.com) - Copyright (c) Mohit Muthanna 2010.
// Mohit Muthanna <mohit@muthanna.com>
//
// A rendering context for the Raphael backend.
// A rendering context for the Canvas backend (CanvasRenderingContext2D).
//
// Copyright Mohit Cheppudira 2010

Expand Down Expand Up @@ -159,7 +159,6 @@ export class CanvasContext {
return this.vexFlowCanvasContext.arc(x, y, radius, startAngle, endAngle, antiClockwise);
}

// Adapted from the source for Raphael's Element.glow
glow() {
return this.vexFlowCanvasContext.glow();
}
Expand Down
Loading

0 comments on commit c3c7d14

Please sign in to comment.