pptxtojson 2.0.5 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -259,6 +259,9 @@ All numeric length values in the output JSON use `pt` (point) as the unit.
259
259
  - Shape type `shapType`
260
260
  - Vertical alignment `vAlign`
261
261
  - Shape path `path`
262
+ - Shape path viewBox `pathViewBox`
263
+ - Line head endpoint `headEnd`
264
+ - Line tail endpoint `tailEnd`
262
265
  - Shape adjustment parameters `keypoints`
263
266
  - Element name `name`
264
267
  - Auto fit `autoFit`
package/README_zh.md CHANGED
@@ -256,11 +256,14 @@ func()
256
256
  - 垂直翻转 `isFlipV`
257
257
  - 水平翻转 `isFlipH`
258
258
  - 旋转角度 `rotate`
259
- - 形状类型 `shapType`
260
- - 垂直对齐方向 `vAlign`
261
- - 形状路径 `path`
262
- - 形状调整参数 `keypoints`
263
- - 元素名 `name`
259
+ - 形状类型 `shapType`
260
+ - 垂直对齐方向 `vAlign`
261
+ - 形状路径 `path`
262
+ - 形状路径 viewBox `pathViewBox`
263
+ - 线条起点端点样式 `headEnd`
264
+ - 线条终点端点样式 `tailEnd`
265
+ - 形状调整参数 `keypoints`
266
+ - 元素名 `name`
264
267
  - 自动调整大小 `autoFit`
265
268
  - 文本内边距(4边) `textInset`
266
269
  - 超链接 `link`