From acf8ffd0eeab5f1630e4801acee468c2581d3e36 Mon Sep 17 00:00:00 2001 From: elf Date: Wed, 17 Jan 2024 15:18:54 +0800 Subject: [PATCH] update vgg specs to v1.0.12 - 2 --- docs/specs/vectorgraphics/blend-mode.md | 2 +- static/schemas/vectorgraphics.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/specs/vectorgraphics/blend-mode.md b/docs/specs/vectorgraphics/blend-mode.md index 1a20c065..76ad8b42 100644 --- a/docs/specs/vectorgraphics/blend-mode.md +++ b/docs/specs/vectorgraphics/blend-mode.md @@ -57,7 +57,7 @@ Value | `25` |
lighten dodge
| | `26` |
lighten light
| | `27` |
pass through
| -| `28` |
pin Light
| +| `28` |
pin light
| | `29` |
vivid light
| diff --git a/static/schemas/vectorgraphics.schema.json b/static/schemas/vectorgraphics.schema.json index ca8a541a..60cc70cb 100644 --- a/static/schemas/vectorgraphics.schema.json +++ b/static/schemas/vectorgraphics.schema.json @@ -290,7 +290,7 @@ "lighten dodge", "lighten light", "pass through", - "pin Light", + "pin light", "vivid light" ], "$id": "#BlendMode"