From db76e6f22cb1e7d41c6a025589fd631f82741ddc Mon Sep 17 00:00:00 2001 From: Mikael Sand Date: Sat, 4 Jan 2020 07:30:52 +0200 Subject: [PATCH] feat!: note about masks and native elements as ancestors of svg BREAKING CHANGE --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f5bc82f9..7523b7e8 100644 --- a/README.md +++ b/README.md @@ -1069,6 +1069,11 @@ Code explanation: ![Mask](https://www.w3.org/TR/SVG11/images/masking/mask01.svg) +v10 adds experimental support for using masks together with native elements. +If you had native elements inside any Svg root before (which was unsupported), +Then your content might change appearance when upgrading, +as e.g. transforms and masks now take effect. + #### Pattern A pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated ("tiled") at fixed intervals in x and y to cover the areas to be painted. Patterns are defined using a ‘pattern’ element and then referenced by properties ‘fill’ and ‘stroke’ on a given graphics element to indicate that the given element shall be filled or stroked with the referenced pattern.