Skip to content

Commit

Permalink
Merge branch 'add-vector-to-testdata' into lf-add-2-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nishasy committed Jun 13, 2024
2 parents 92d9252 + 7970b98 commit 0576fb3
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2113,12 +2113,12 @@ export const segmentWithLockedVectors: PerseusRenderer =
.build();

export const segmentWithLockedFigures: PerseusRenderer =
interactiveGraphQuestionBuilder()
.addLockedPointAt(-7, -7)
.addLockedLine([-7, -5], [2, -3])
.addLockedEllipse([0, 5], [4, 2], {angle: Math.PI / 4})
.addLockedVector([0, 0], [8, 2], "purple")
.build();
interactiveGraphQuestionBuilder()
.addLockedPointAt(-7, -7)
.addLockedLine([-7, -5], [2, -3])
.addLockedEllipse([0, 5], [4, 2], {angle: Math.PI / 4})
.addLockedVector([0, 0], [8, 2], "purple")
.build();

export const quadraticQuestion: PerseusRenderer = {
content: "All locked lines\n\n[[☃ interactive-graph 1]]",
Expand Down

0 comments on commit 0576fb3

Please sign in to comment.