scope
scope()
This element acts as a scope, all state changes such as transformations and styling only affect the elements in the group. Elements after the scope are not affected by the changes inside the scope.
In contrast to group
, the scope
element does not create a named element itself and "leaks" body element to the outside.