Skip to content

Commit

Permalink
feat!: Masks now support native elements
Browse files Browse the repository at this point in the history
BREAKING CHANGE: If you had native elements inside any Svg root before,
Then your content might change appearance when upgrading,
as e.g. transforms and masks now take effect.
  • Loading branch information
msand committed Jan 4, 2020
1 parent 1749176 commit 966881a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,7 @@ 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.
Expand Down

0 comments on commit 966881a

Please sign in to comment.