From 47e2e02bf576a2e2199ed157e4b9e41c99fb2657 Mon Sep 17 00:00:00 2001 From: Flavio Silva Date: Tue, 19 Feb 2019 14:24:34 -0300 Subject: [PATCH] [docs] Change 'cascade' wording to 'inheritance'. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fed84975..29a43347 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,7 @@ originY | 0 | Transform originY coordinates for the current obj ``` -You can cascade colors from the Svg element to its children: +Colors set in the Svg element are inherited by its children: ```html