v0.14.3 #370
bitspittle
announced in
Announcements
v0.14.3
#370
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release adds the full list of SVG filters to the SVG API.
Planning to upgrade? Review instructions in the README.
Note
An SVG filter is basically a collection of effects you can apply to any SVG element. It can be a single effect (like a blur, or blending, or
tiling, or lighting) or a chain of effects.
The following code is adapted from the official Mozilla "displacement filter element" example.
Silk
HorizontalDivider
andVerticalDivider
classes, deprecatingDivider
Divider
is essentiallyHorizontalDivider
now and any usages of it can simply be renamed.Frontend
Full Changelog: v0.14.2...v0.14.3
This discussion was created from the release v0.14.3.
Beta Was this translation helpful? Give feedback.
All reactions