﻿.k-graphiceditor-workarea.wireframe .k-graphiceditor-svgcanvas * {
    fill: none;
    stroke: #000;
    stroke-width: 1px;
    stroke-opacity: 1.0;
    stroke-dasharray: 0;
    opacity: 1;
    pointer-events: stroke;
    vector-effect: non-scaling-stroke;
    filter: none;
}

.k-graphiceditor-workarea.wireframe .k-graphiceditor-svgcanvas text {
    fill: #000;
    stroke: none;
}

.k-graphiceditor-workarea.wireframe .k-graphiceditor-canvasBackground > rect {
    fill: #FFF !important;
}
