/*
 * svg.resize.js 样式
 * @author: ChenJH
 * @create: 2022/05/11
*/

.svg_select_points_lt{
    cursor: nw-resize;
    stroke: #0EA4E3;
    fill: #fff;
}

.svg_select_points_rt{
    cursor: ne-resize;
    stroke: #0EA4E3;
    fill: #fff;
}

.svg_select_points_rb{
    cursor: se-resize;
    stroke: #0EA4E3;
    fill: #fff;
}

.svg_select_points_lb{
    cursor: sw-resize;
    stroke: #0EA4E3;
    fill: #fff;
}

.svg_select_points_rotate{
    cursor: crosshair;
    stroke: #0EA4E3;
    fill: #fff;
}
.svg_select_points_rotateL{
    stroke: #0EA4E3;
    fill: #fff;
}

.svg_select_points_t{
    cursor: n-resize;
    fill: transparent;
}

.svg_select_points_r{
    cursor: e-resize;
    fill: transparent;
}

.svg_select_points_b{
    cursor: s-resize;
    fill: transparent;
}

.svg_select_points_l{
    cursor: w-resize;
    fill: transparent;
}
