Adobe Illustrator · Schema
PathItem
PathItem from Adobe Illustrator API
Creative CloudDesignIllustratorVector Graphics
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the path item. |
| name | string | Name of the path item. |
| closed | boolean | Whether the path is closed. |
| filled | boolean | Whether the path has a fill. |
| fillColor | object | |
| stroked | boolean | Whether the path has a stroke. |
| strokeColor | object | |
| strokeWidth | number | Stroke width in points. |
| strokeCap | string | Stroke cap style. |
| strokeJoin | string | Stroke join style. |
| strokeDashes | array | Dash pattern for the stroke. |
| opacity | number | Opacity as a percentage (0-100). |
| blendingMode | string | Blending mode. |
| position | array | Position [x, y] in points. |
| width | number | Width in points. |
| height | number | Height in points. |
| pathPoints | array | Array of path points defining the path shape. |
| area | number | Area of the path in square points. |
| length | number | Length of the path in points. |
| guides | boolean | Whether this path item is a guide. |
| clipping | boolean | Whether this path item is a clipping path. |
| layer | string | Name of the containing layer. |