Stroke
The Telerik and Kendo UI Stroke Utilities are CSS utility classes that enable you to control the stroke of an SVG element.
Utility Class | CSS Property |
---|---|
.k-stroke-white | stroke: white; |
.k-stroke-none | stroke: none; |
.k-stroke-inherit | stroke: inherit; |
.k-stroke-currentColor | stroke: currentColor; |
.k-stroke-transparent | stroke: transparent; |
.k-stroke-black | stroke: black; |
Color
Use the k-stroke-{color}
utility to set a stroke color for an SVG element.