The Art Of The SVG Filter And Why It Is Awesome – Smashing MagazineSVG filters (and CSS filters) are usually considered a way to spice up bitmaps via blur effects or c...·smashingmagazine.com·May 27, 2015The Art Of The SVG Filter And Why It Is Awesome – Smashing Magazine
Using canvas to fix SVG scaling in Internet Explorer – Nicolas GallagherInternet Explorer 9–11 suffer from various bugs that prevent proper scaling of inline SVG’s. This is...·nicolasgallagher.com·May 25, 2015Using canvas to fix SVG scaling in Internet Explorer – Nicolas Gallagher
SVG 101 - Instructive SVG's - a Collection by Katrine-Marie Burmeister on CodePenSVG demos that either demonstrate basic concepts, or explain advanced concepts in an easy-to-underst...·codepen.io·May 21, 2015SVG 101 - Instructive SVG's - a Collection by Katrine-Marie Burmeister on CodePen
Understanding and Manually Improving SVG Optimization | CSS-TricksThe following is a guest post by Raymond Schwartz. Like it's raster brethren, SVG should be optimized before being used on production sites. There are seve·css-tricks.com·May 19, 2015Understanding and Manually Improving SVG Optimization | CSS-Tricks
Creating Responsive Shapes With Clip-Path And Breaking Out Of The Box – Smashing MagazineKaren Menezes explains clipping with the clip-path property. It's akin to cutting a shape (like a ci...·smashingmagazine.com·May 18, 2015Creating Responsive Shapes With Clip-Path And Breaking Out Of The Box – Smashing Magazine
Tips For Avoiding Common SVG PitfallsSmashing Conf LA, 2015·slides.com·May 18, 2015Tips For Avoiding Common SVG Pitfalls
Making SVG AccessibleMaking SVG useable and useful for everyone·demosthenes.info·May 18, 2015Making SVG Accessible
Утечки памяти при работе с SVGSVG анимация получила огромную популярность среди разработчиков. Простота создания, широкий функцион...·e-planet.ru·May 18, 2015Утечки памяти при работе с SVG
Transforms on SVG Elements | CSS-TricksThe following is a guest post by Ana Tudor. Ana always does a great job digging into the math behind...·css-tricks.com·May 7, 2015Transforms on SVG Elements | CSS-Tricks
Optimizing SVGs in data URIs by Taylor Hunt on CodePenA while back, CSS-Tricks posted "Probably Don't Base64 SVG", which concluded that if you're using SV...·codepen.io·Apr 27, 2015Optimizing SVGs in data URIs by Taylor Hunt on CodePen
Move And Scale SVG Graphics With The viewBox AttributeThe SVG canvas and the SVG viewport, through which you see the canvas operate on independent coordin...·vanseodesign.com·Apr 14, 2015Move And Scale SVG Graphics With The viewBox Attribute
The SVG Canvas, Coordinate System, And ViewportWhen you see SVG images on the screen you’re viewing only part of the canvas on which they’re drawn ...·vanseodesign.com·Apr 6, 2015The SVG Canvas, Coordinate System, And Viewport
Optimising SVG imagesSVG is a vector image format based on XML. It has great advantages, most notably it is lightweight. S...·hacks.mozilla.org·Mar 13, 2015Optimising SVG images
Caching SVG Sprite in localStorageThere are two ways of using SVG in HTML via : with external source and without it. “The use ele...·osvaldas.info·Mar 9, 2015Caching SVG Sprite in localStorage
Creating a Border Animation Effect with SVG and CSSThe website of Carl Philipe Brenner has some very creative and subtle animations and today we want t...·tympanus.net·Jan 12, 2015Creating a Border Animation Effect with SVG and CSS
Elastic SVG Elements | CodropsSome inspiration for elastic components with SVG shape animations for enhanced UI interactions.·tympanus.net·Jan 12, 2015Elastic SVG Elements | Codrops
Ajaxing for your SVG Sprite | CSS-TricksSay you're building an SVG icon system. You're building a SVG sprite full of symbols by hand, or usi...·css-tricks.com·Jan 6, 2015Ajaxing for your SVG Sprite | CSS-Tricks
An Overview of SVG Sprite Creation TechniquesSara Soueidan shows us three ways to create icon sprites using SVG: with HTML, CSS and, perhaps most...·24ways.org·Dec 26, 2014An Overview of SVG Sprite Creation Techniques
Snap.svg - Why SnapSnap.svg is a brand new JavaScript library for working with SVG. Snap provides web developers with a...·snapsvg.io·Dec 23, 2014Snap.svg - Why Snap
SVG Morpheus - Morph SVG iconsIcon: 3D RotationAccessibilityAccount BalanceAccount BoxAccount CircleAdd Shopping CartAndroidBackup...·alexk111.github.io·Dec 2, 2014SVG Morpheus - Morph SVG icons
Css-live - Сверстай свой мир!Перевод книги Pocket Guide to Writing SVG, c разрешения автора — Джони Трайтел. Элемент опред...·css-live.ru·Dec 1, 2014Css-live - Сверстай свой мир!
SVG плюс Angular минус FirefoxSVG удивительная технология, не в последнюю очередь благодаря своим оригинальным подводным камням. П...·css.yoksel.ru·Nov 22, 2014SVG плюс Angular минус Firefox
How SVG Fragment Identifiers Work | CSS-TricksI've talked a good bit about SVG's around here and using it to build an icon system. The beauty of i...·css-tricks.com·Nov 9, 2014How SVG Fragment Identifiers Work | CSS-Tricks
SVG fallback pure CSS: Can I use Part 5Let's draw simple circle in svg file.<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www...·developersdev.blogspot.ru·Nov 4, 2014SVG fallback pure CSS: Can I use Part 5
Styling And Animating SVGs With CSS - Smashing MagazineSara Soueidan explains how to export and optimize SVGs, how each one affects the styles and animatio...·smashingmagazine.com·Nov 4, 2014Styling And Animating SVGs With CSS - Smashing Magazine
A Guide to SVG Animations (SMIL) | CSS-TricksThe following is a guest post by Sara Soueidan. Sara has a knack for digging deep into web features ...·css-tricks.com·Oct 20, 2014A Guide to SVG Animations (SMIL) | CSS-Tricks
SVG animation tool | SVG CircusOnline app enabling you to create cool SVG animations in seconds·svgcircus.com·Oct 8, 2014SVG animation tool | SVG Circus
Грабли на чистом SVGПредположим, вам понадобились SVG-иконки. Вы планируете перекрашивать их по наведению, поэтому в кач...·css.yoksel.ru·Oct 4, 2014Грабли на чистом SVG
willianjusten/awesome-svgawesome-svg - A curated list of SVG.·github.com·Sep 22, 2014willianjusten/awesome-svg
An Intro to SVG Animation with SMIL by Noah Blon on CodePenSitepoint recently posed a challenge to recreate this fun gif animation in code: It looks deceptivel...·codepen.io·Sep 22, 2014An Intro to SVG Animation with SMIL by Noah Blon on CodePen