We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f7ca0 commit b7253f5Copy full SHA for b7253f5
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [1.2.2] 2024-11-25
4
+
5
+- fix the issue that svg is not saved correctly.
6
+- use proper size and view box when saving as svg.
7
8
## [1.2.1] 2024-05-30
9
10
- `call-graph.saveDir` setting is removed, replaced by showing a save dialog.
package.json
@@ -2,7 +2,7 @@
"name": "call-graph",
"displayName": "Call Graph",
"description": "call graph for vscode",
- "version": "1.2.1",
+ "version": "1.2.2",
"publisher": "LuoZhihao",
"engines": {
"vscode": "^1.65.0"
0 commit comments