svg line:not(.wideLine) {
    vector-effect: non-scaling-stroke;  /*不缩放线宽*/ 
}
svg rect:not(.wideLine) {
    vector-effect: non-scaling-stroke;
}
svg circle:not(.wideLine) {
    vector-effect: non-scaling-stroke;
}
svg path:not(.wideLine) {
    vector-effect: non-scaling-stroke;
}
svg .dimention {
    stroke: darkolivegreen;
}
svg .tendon {
    stroke: darkred;
}
svg .tendonTangent {
    stroke: gray;
    stroke-dasharray: 2px 2px;
}
svg .rebarPoint {
    stroke: darkmagenta;
    fill: darkmagenta;
}
svg text {
    stroke-width:0;
    user-select: none;
}
svg .editableText {
    fill: red;
}
svg .uneditableText {
    fill: blue;
}
svg .secondary {
    stroke: gray;
}

