Skip to content

Commit

Permalink
update vgg specs to v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
elff1 committed Jan 19, 2024
1 parent 9bfc96b commit dfb5111
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 37 deletions.
1 change: 0 additions & 1 deletion docs/specs/vectorgraphics/border.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ Type
Description

The thickness of the border.
Value `0` is acceptable, as it is interpreted as the thinnest line width that can be displayed at device resolution.
This attribute only works if `borderWeightsIndependent` is set to `false`.

</div>
Expand Down
6 changes: 5 additions & 1 deletion docs/specs/vectorgraphics/color.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sidebar_class_name: show

<a href="#backlinks" className="badge backlinks">
<span className="label">Backlinks</span>
<span className="value">4</span>
<span className="value">5</span>
</a>

</div>
Expand Down Expand Up @@ -189,6 +189,10 @@ Type

<ul className="backlinks-list">

<li className="backlink">
<Link to='/specs/vectorgraphics/frame#backgroundcolor'>Frame.backgroundColor</Link>
</li>

<li className="backlink">
<Link to='/specs/vectorgraphics/border#color'>Border.color</Link>
</li>
Expand Down
33 changes: 31 additions & 2 deletions docs/specs/vectorgraphics/frame.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The group's fills affect all of its children.
| [contextSettings](#contextsettings) | [`GraphicsContextSettings`](/specs/vectorgraphics/graphics-context-settings) | <span className="property-required">Required</span> |
| [style](#style) | [`Style`](/specs/vectorgraphics/style) | <span className="property-required">Required</span> |
| [bounds](#bounds) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-required">Required</span> |
| [frame](#frame) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-optional">Optional</span> |
| [transformedBounds](#transformedbounds) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-optional">Optional</span> |
| [matrix](#matrix) | [`Matrix`](/specs/vectorgraphics/matrix) | <span className="property-required">Required</span> |
| [alphaMaskBy](#alphamaskby) | <code>Array&lt;<Link to="/specs/vectorgraphics/alpha-mask">AlphaMask</Link>&gt;</code> | <span className="property-required">Required</span> |
| [outlineMaskBy](#outlinemaskby) | `Array<string>` | <span className="property-required">Required</span> |
Expand All @@ -56,6 +56,7 @@ The group's fills affect all of its children.
| [childObjects](#childobjects) | <code className="type-merged separate">Array&lt;<span className="type-merged-types separate"><Link to="/specs/vectorgraphics/path"><code>Path</code></Link><Link to="/specs/vectorgraphics/image"><code>Image</code></Link><Link to="/specs/vectorgraphics/text"><code>Text</code></Link><Link to="/specs/vectorgraphics/group"><code>Group</code></Link><Link to="/specs/vectorgraphics/frame"><code>Frame</code></Link><Link to="/specs/vectorgraphics/symbol-instance"><code>SymbolInstance</code></Link><Link to="/specs/vectorgraphics/symbol-master"><code>SymbolMaster</code></Link></span>&gt;</code> | <span className="property-required">Required</span> |
| [class](#class) | `string` | <span className="property-required">Required</span> |
| [radius](#radius) | `Array<number>` | <span className="property-optional">Optional</span> |
| [backgroundColor](#backgroundcolor) | [`Color`](/specs/vectorgraphics/color) | <span className="property-optional">Optional</span> |

</div>

Expand Down Expand Up @@ -261,7 +262,7 @@ Type

<div className="property-heading">

## frame
## transformedBounds

<span className="property-optional">Optional</span>

Expand Down Expand Up @@ -992,6 +993,34 @@ Value

</div>

<div className="property">

<div className="property-heading">

## backgroundColor

<span className="property-optional">Optional</span>

</div>

<div className="property-item">

Description

The background color of the canvas on which the frame is positioned. Exists only on the top-level frame.

</div>

<div className="property-item">

Type

[`Color`](/specs/vectorgraphics/color)

</div>

</div>

<div id="backlinks" className="section-backlinks">

<div className="backlinks-title">Backlinks</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/specs/vectorgraphics/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The frame's fills affect itself.
| [contextSettings](#contextsettings) | [`GraphicsContextSettings`](/specs/vectorgraphics/graphics-context-settings) | <span className="property-required">Required</span> |
| [style](#style) | [`Style`](/specs/vectorgraphics/style) | <span className="property-required">Required</span> |
| [bounds](#bounds) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-required">Required</span> |
| [frame](#frame) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-optional">Optional</span> |
| [transformedBounds](#transformedbounds) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-optional">Optional</span> |
| [matrix](#matrix) | [`Matrix`](/specs/vectorgraphics/matrix) | <span className="property-required">Required</span> |
| [alphaMaskBy](#alphamaskby) | <code>Array&lt;<Link to="/specs/vectorgraphics/alpha-mask">AlphaMask</Link>&gt;</code> | <span className="property-required">Required</span> |
| [outlineMaskBy](#outlinemaskby) | `Array<string>` | <span className="property-required">Required</span> |
Expand Down Expand Up @@ -262,7 +262,7 @@ Type

<div className="property-heading">

## frame
## transformedBounds

<span className="property-optional">Optional</span>

Expand Down
4 changes: 2 additions & 2 deletions docs/specs/vectorgraphics/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Details of an image.
| [contextSettings](#contextsettings) | [`GraphicsContextSettings`](/specs/vectorgraphics/graphics-context-settings) | <span className="property-required">Required</span> |
| [style](#style) | [`Style`](/specs/vectorgraphics/style) | <span className="property-required">Required</span> |
| [bounds](#bounds) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-required">Required</span> |
| [frame](#frame) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-optional">Optional</span> |
| [transformedBounds](#transformedbounds) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-optional">Optional</span> |
| [matrix](#matrix) | [`Matrix`](/specs/vectorgraphics/matrix) | <span className="property-required">Required</span> |
| [alphaMaskBy](#alphamaskby) | <code>Array&lt;<Link to="/specs/vectorgraphics/alpha-mask">AlphaMask</Link>&gt;</code> | <span className="property-required">Required</span> |
| [outlineMaskBy](#outlinemaskby) | `Array<string>` | <span className="property-required">Required</span> |
Expand Down Expand Up @@ -258,7 +258,7 @@ Type

<div className="property-heading">

## frame
## transformedBounds

<span className="property-optional">Optional</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/specs/vectorgraphics/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Value
**constant**: the value of this property must be equal to:

```json
"1.0.11"
"1.0.12"
```

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/specs/vectorgraphics/path.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Path represents a vector geometry which is formed by individual subpaths combine
| [contextSettings](#contextsettings) | [`GraphicsContextSettings`](/specs/vectorgraphics/graphics-context-settings) | <span className="property-required">Required</span> |
| [style](#style) | [`Style`](/specs/vectorgraphics/style) | <span className="property-required">Required</span> |
| [bounds](#bounds) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-required">Required</span> |
| [frame](#frame) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-optional">Optional</span> |
| [transformedBounds](#transformedbounds) | [`Rect`](/specs/vectorgraphics/rect) | <span className="property-optional">Optional</span> |
| [matrix](#matrix) | [`Matrix`](/specs/vectorgraphics/matrix) | <span className="property-required">Required</span> |
| [alphaMaskBy](#alphamaskby) | <code>Array&lt;<Link to="/specs/vectorgraphics/alpha-mask">AlphaMask</Link>&gt;</code> | <span className="property-required">Required</span> |
| [outlineMaskBy](#outlinemaskby) | `Array<string>` | <span className="property-required">Required</span> |
Expand Down Expand Up @@ -256,7 +256,7 @@ Type

<div className="property-heading">

## frame
## transformedBounds

<span className="property-optional">Optional</span>

Expand Down
Loading

0 comments on commit dfb5111

Please sign in to comment.