Skip to content

Commit

Permalink
fix: remove useless config about bezier graph
Browse files Browse the repository at this point in the history
  • Loading branch information
xachary committed Jan 6, 2025
1 parent 14a9def commit 1e4afb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Render/graphs/Bezier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ export class Bezier extends BaseGraph {
points: [],
pointerAtBeginning: true,
pointerAtEnding: true,
tension: 0.5,
lineJoin: 'miter',
hitStrokeWidth: 10,
//
Expand Down

0 comments on commit 1e4afb2

Please sign in to comment.