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:
Alezia Kurdis 2020-03-19 01:00:21 -04:00 committed by GitHub
parent 1b53014030
commit 1f72e995d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ const GROUPS = [
options: {
none: "None",
outline: "Outline",
outlineFill: "Outline with fill",
"outline fill": "Outline with fill",
shadow: "Shadow"
},
propertyID: "textEffect",