Skip to content

Commit 20dcb66

Browse files
fixed different strokes on different scale levels
1 parent d6f2e94 commit 20dcb66

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CacheUMLExplorer",
3-
"version": "1.7.3",
3+
"version": "1.7.4",
44
"description": "An UML Class explorer for InterSystems Caché",
55
"directories": {
66
"test": "test"

web/css/classView.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,12 @@ text {
107107

108108
.element.highlighted {
109109
outline: 4px solid rgba(255, 0, 0, 0.6);
110+
}
111+
112+
.marker-source, .marker-target {
113+
vector-effect: none !important;
114+
}
115+
116+
.connection {
117+
stroke: black;
110118
}

0 commit comments

Comments
 (0)