Stroke

The Telerik and Kendo UI SVG utilities enable you to manipulate the properties of an svg element.

On this page

Stroke

The Telerik and Kendo UI Stroke Utilities are CSS utility classes that enable you to control the stroke of an SVG element.

Utility ClassCSS Property
.k-stroke-whitestroke: white;
.k-stroke-nonestroke: none;
.k-stroke-inheritstroke: inherit;
.k-stroke-currentColorstroke: currentColor;
.k-stroke-transparentstroke: transparent;
.k-stroke-blackstroke: black;

Color

Use the k-stroke-{color} utility to set a stroke color for an SVG element.

On this page

Feedback