mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
25 lines
525 B
Markdown
25 lines
525 B
Markdown
|
|
# infographic
|
||
|
|
|
||
|
|
**Type:** mxgraph shapes
|
||
|
|
**Prefix:** `mxgraph.infographic`
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
```xml
|
||
|
|
<mxCell value="label" style="html=1;shape=mxgraph.infographic.shadedCube;isoAngle=15;fillColor=#10739E;strokeColor=none;" vertex="1" parent="1">
|
||
|
|
<mxGeometry x="0" y="0" width="60" height="60" as="geometry" />
|
||
|
|
</mxCell>
|
||
|
|
```
|
||
|
|
|
||
|
|
## Shapes
|
||
|
|
|
||
|
|
- `shadedCube` (needs `isoAngle=15;`)
|
||
|
|
- `ribbonSimple` (needs `notch1=20;notch2=20;`)
|
||
|
|
- `ribbonRolled`
|
||
|
|
- `ribbonDoubleFolded`
|
||
|
|
- `shadedTriangle`
|
||
|
|
- `shadedPyramid`
|
||
|
|
- `cylinder`
|
||
|
|
- `banner`
|
||
|
|
- `flag`
|