.drawing{position:relative;--color:#333333;--thickness:0.6px;--text-size:12px;--text-color:#333333}.drawing-container svg{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none}.dim-ext-line{stroke:var(--color);stroke-width:calc(.8 * var(--thickness));shape-rendering:crispEdges}.drawing-container svg line.dim-line{stroke:var(--color);stroke-width:var(--thickness)}.drawing-container svg polygon.dim-arrow{fill:var(--color)}.drawing-container svg text.dim-text{font-size:var(--text-size);fill:var(--text-color);dominant-baseline:central;user-select:none;pointer-events:none}svg text.dim-text.text-center{text-anchor:middle}svg text.dim-text.text-start{text-anchor:start}svg text.dim-text.text-end{text-anchor:end}svg{font-size:var(--text-size)}