diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/data/dictionaries/valid-dictionary1/term_bank_2.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/data/dictionaries/valid-dictionary1/term_bank_2.json b/test/data/dictionaries/valid-dictionary1/term_bank_2.json index 30e5418c..417b28ff 100644 --- a/test/data/dictionaries/valid-dictionary1/term_bank_2.json +++ b/test/data/dictionaries/valid-dictionary1/term_bank_2.json @@ -105,6 +105,7 @@ "style": { "color": "#dd2121", "textShadow": "0.5px 0.5px 1px gray", + "textEmphasis": "circle crimson", "textDecorationLine": "underline", "textDecorationStyle": "wavy", "textDecorationColor": "red" @@ -554,7 +555,7 @@ "padding": "0.15em 0.2em", "borderRadius": "100%", "cursor": "help", - "backgroundColor": "purple", + "background": "radial-gradient(purple 55%, black 100%)", "color": "white" }, "content": "稀" @@ -609,11 +610,10 @@ "textAlign": "center" }, "content": { - "tag": "span", + "tag": "div", "title": "rarely used form", "style": { - "padding": "0.15em 0.2em", - "borderRadius": "100%", + "clipPath": "circle()", "cursor": "help", "backgroundColor": "purple", "color": "white" |