InheritedPaintProvider

class InheritedPaintProvider implements Paint

Inherited paint, used for <use /> elements. The properties used on the inherited paint do not override those on the parent.

Constructor


new InheritedPaintProvider(parent: Paint, provider: Paint) → {}

Composes a Paint that will inherit properties from the parent if the provider does not define them.

Parameters:
Name Type Description
parent Paint
provider Paint

Summary



Powered by webdoc!