Skip to content

Commit

Permalink
feat: change protractor image
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaojiaojiaoCpbr committed Jul 27, 2024
1 parent 9c3f328 commit 53af6af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junyiacademy/perseus-core",
"version": "1.0.42",
"version": "1.0.43",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus/src/util/interactive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3257,7 +3257,7 @@ function Protractor(graph: any, center: any) {
this.cy + r - graph.unscaleVector(10.5)[1],
]);
const image = graph.mouselayer.image(
"https://storage.googleapis.com/junyi-exercise-img/widget_protractor.png",
"https://storage.googleapis.com/junyi-exercise-img/protractor.png",
imgPos[0],
imgPos[1],
360,
Expand Down

0 comments on commit 53af6af

Please sign in to comment.