Posts tagged with “SVG“ (2)
Simplify theming SVG with contextual fill and stroke values!
The keywords
context-fill
andcontext-stroke
are now available when specifying thefill
andstroke
properties. What SVG powers do they grant?Animating text along a path (it’s easy)
It is easy to animate text along a path. You can use it to make some fun effects. All you need is some SVG and a sprinkle of JavaScript.