Snippets tagged “svg”
4 snippets use this tag.
- How to Create a Teardrop in HTMLHTML
The best way of creating a teardrop is to use SVG, which is used to specify vector-based graphics. In our snippet, we show how to create a teardrop using SVG.
- How to Create an SVG Drop ShadowCSS
On this page, you’ll find information on creating an SVG drop shadow. For that purpose, you can use the SVG <feDropShadow> element or the CSS filter property.
- How to Create Circles with CSSCSS
There are many techniques used to create a circle in CSS. In our snippet, you can find some techniques that are widely used and have good browser support.
- How to Resize SVG in HTMLHTML
In this tutorial, we want to demonstrate how you can resize SVG image in HTML. For that, you can change the values of the “height” and “width” attributes.