Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
filipKovachev committed Aug 9, 2024
1 parent d0ce70d commit 402a2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/styling/svg-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Kendo UI for Vue delivers more than 500 Scalable Vector Graphics (SVG) icons.
> Currently, you can use the predefined set of SVG icons with the [Kendo UI for Vue SVG Icon component](slug:overview_svgicon) only.
## What Are SVG Icons

SVG icons are vector images defined in an XML format. They are basically blocks of XML tags and allow vector graphics to be displayed on a webpage.
SVG icons are vector images defined in an XML format. They are blocks of XML tags and allow vector graphics to be displayed on a webpage.

## Why Use SVG Icons

If you need to display vector graphics within a webpage, you can use [font icons](slug:icons) and `SVG` icons.

SVG icons are best suited to be used in terms of:
SVG icons are best suited to be used when:

* Rendering and scalability—They are treated by the browsers as images, so anti-aliasing issues are avoided. This ensures that SVG icons are sharp at all resolutions, without losing quality.
* Flexibility—You can control individual parts of an SVG icon with CSS (font-size, color, animation). Also, you can use available SVG-specific CSS filters and stroke properties. Multi-color SVG icons are supported.
Expand Down

0 comments on commit 402a2a1

Please sign in to comment.