mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
4 lines
377 B
HTML
4 lines
377 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>
|
|
<raphael-text [text]="text" [position]="textPosition" [transform]="textTransform"></raphael-text> |