Skip to content

Commit

Permalink
Merge pull request #28 from junyiacademy/feat/protractor-png
Browse files Browse the repository at this point in the history
feat: change protractor image
  • Loading branch information
jiaojiaojiaoCpbr authored Jul 29, 2024
2 parents b97747c + 53af6af commit add11c5
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.41",
"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://ka-perseus-graphie.s3.amazonaws.com/e9d032f2ab8b95979f674fbfa67056442ba1ff6a.png",
"https://storage.googleapis.com/junyi-exercise-img/protractor.png",
imgPos[0],
imgPos[1],
360,
Expand Down

0 comments on commit add11c5

Please sign in to comment.