mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix the "outline fill" of the textEffect property
Fix the "outline fill" of the textEffect property The value to used was "outline fill" and not "outlineFill" as the JS doc pretends. Issue #221 has been open to fix the JSdoc. The usage of a space separated value has been imagined to preserve the backward compatibility of the existing script. in order to support a list (space separated) of effects to apply instead of a single effect as today.
This commit is contained in:
parent
1b53014030
commit
1f72e995d7
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ const GROUPS = [
|
|||
options: {
|
||||
none: "None",
|
||||
outline: "Outline",
|
||||
outlineFill: "Outline with fill",
|
||||
"outline fill": "Outline with fill",
|
||||
shadow: "Shadow"
|
||||
},
|
||||
propertyID: "textEffect",
|
||||
|
|
Loading…
Reference in a new issue