Skip to content

Commit

Permalink
AEP Group transform percentages are not normalized
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Jun 29, 2023
1 parent 3c1d6a8 commit 5f934d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/aep.md
Original file line number Diff line number Diff line change
Expand Up @@ -867,12 +867,12 @@ ADBE Vector Transform Group : object=shapes/transform
ADBE Vector Anchor Point: prop=a
ADBE Vector Anchor: prop=a : probably an outdated name
ADBE Vector Position: prop=p
ADBE Vector Scale: prop=s
ADBE Vector Scale: prop=s : \[100, 100\]
ADBE Vector Rotate X: prop=rx
ADBE Vector Rotate Y: prop=ry
ADBE Vector Rotate Z: prop=rz or just normal rotation
ADBE Vector Rotation: prop=r
ADBE Vector Group Opacity: prop=o : 1
ADBE Vector Group Opacity: prop=o : 100


{aep_mn}
Expand Down Expand Up @@ -1809,7 +1809,9 @@ Flags:

4 bytes specifying flags for a `tdgp`.

the least significant bit marks if an object is visible.
* `0x00'00'00'01` - object is visible
* `0x00'00'00'02` - split position
* `0x00'00'20'00` - locked x/y ratio

### `mkif`

Expand Down

0 comments on commit 5f934d9

Please sign in to comment.