mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
3 lines
279 B
HTML
3 lines
279 B
HTML
<raphael-rect [leftCorner]="rectLeftCorner" [width]="width" [height]="height" [radius]="options.radius"
|
|
[stroke]="options.stroke" [strokeWidth]="options.strokeWidth"
|
|
[fillColors]="options.fillColors" [fillOpacity]="options.fillOpacity"></raphael-rect> |