AreaGroup
A group containing other components, including nested groups, AreaPath and AreaText components. It can define a transformation and a default fill and stroke brush for its children.
A transformation applied to child components.
The default fill brush for child components.
The default stroke brush for child components.
The default style of line for child components.
<Area>
<AreaGroup v-bind:fill="redBrush"/>
<AreaPath v-bind:path="circlePath"/>
<AreaPath v-bind:path="squarePath"/>
</AreaGroup>
</Area>
Last modified 5yr ago