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 b7e6b0d commit 8313da1Copy full SHA for 8313da1
Sources/Widgets/SVG/SVGLandmarkRepresentation/index.js
@@ -73,8 +73,8 @@ function vtkSVGLandmarkRepresentation(publicAPI, model) {
73
break;
74
}
75
text.setAttribute('dy', dy);
76
+ text.setAttribute('font-size', fontSize);
77
if (model.fontProperties != null) {
- text.setAttribute('font-size', fontSize);
78
text.setAttribute('font-family', model.fontProperties.fontFamily);
79
text.setAttribute('font-weight', model.fontProperties.fontStyle);
80
text.setAttribute('fill', model.fontProperties.fontColor);
0 commit comments