Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions data/structures/_arguments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,13 @@ arguments:
comment: Role of the person.

# s
scale:
type: float64
optional: true
comment: >-
When set, applies a scale transformation to the SVG content. For example,
the scale value `1.15` increases the content size with 15%. You can
use this to remove any padding inherent to the SVG content.
scroll:
type: bool
optional: true
Expand Down
Loading