File tree Expand file tree Collapse file tree 4 files changed +58
-59
lines changed Expand file tree Collapse file tree 4 files changed +58
-59
lines changed Original file line number Diff line number Diff line change 1
- syn match cssFontProp contained " \<\( fill\| stroke\) -\( break\| color\| image\| origin\| position\| size\| repeat\)\> "
2
- syn match cssFontProp contained " \< stroke-\( align\| dash-\( corner\| justify\)\)\> "
3
- syn keyword cssFontAttr contained stupid compress dashes gaps
1
+ syn match cssFontProp contained " \<\( fill\| stroke\)\( -\( break\| color\| image\| origin\| position\| size\| repeat\| opacity\)\)\=\> "
2
+ syn match cssFontProp contained " \< fill-rule\> "
3
+ syn match cssFontProp contained " \< stroke-\( width\| align\| line\( cap\| join\)\| miterlimit\| dash\( array\| offset\)\| dash-\( corner\| justify\)\)\> "
4
+ syn keyword cssFontAttr contained butt arcs stupid compress dashes gaps
5
+ syn match cssFontAttr contained " \< bounding-box\> "
Original file line number Diff line number Diff line change @@ -2,19 +2,16 @@ syn keyword cssTagName animate animateMotion animateTransform circle clipPath cu
2
2
3
3
syn keyword cssFontProp contained cx cy d r rx ry x y
4
4
syn match cssFontProp contained " \< color-\( interpolation\| rendering\)\> "
5
- syn match cssFontProp contained " \< fill\( -\( opacity\| rule\)\)\=\> "
6
5
syn match cssFontProp contained " \< image-rendering\> "
7
6
syn match cssFontProp contained " \< marker-\( end\| mid\| start\)\> "
8
7
syn match cssFontProp contained " \< pointer-events\> "
9
8
syn match cssFontProp contained " \< shape-rendering\> "
10
9
syn match cssFontProp contained " \< solid-\( color\| opacity\)\> "
11
10
syn match cssFontProp contained " \< stop-\( color\| opacity\)\> "
12
- syn match cssFontProp contained " \< stroke\( -\( dash\( array\| offset\)\| line\( cap\| join\)\| miterlimit\| opacity\| width\)\)\=\> "
13
11
syn match cssFontProp contained " \< text-anchor\> "
14
12
syn match cssFontProp contained " \< vector-effect\> "
15
13
16
- syn keyword cssFontAttr contained arcs butt crispEdges geometricPrecision optimizeQuality painted stroke viewport visibleFill visiblePainted visibleStroke
17
- syn match cssFontAttr contained " \< bounding-box\> "
14
+ syn keyword cssFontAttr contained crispEdges geometricPrecision optimizeQuality painted stroke viewport visibleFill visiblePainted visibleStroke
18
15
syn match cssFontAttr contained " \< context-\( fill\| stroke\)\> "
19
16
syn match cssFontAttr contained " \< fixed-position\> "
20
17
syn match cssFontAttr contained " \< miter\( -clip\)\=\> "
Original file line number Diff line number Diff line change 224
224
}
225
225
226
226
.fill-stroke-3 {
227
- fill-break : stupid;
228
- fill-color : compress;
229
- fill-image : dashes;
230
- fill-origin : gaps;
231
- fill-position : auto;
232
- fill-size : auto;
227
+ fill-rule : butt;
228
+ fill-break : arcs;
229
+ fill-color : stupid;
230
+ fill-image : compress;
231
+ fill-origin : dashes;
232
+ fill-position : gaps;
233
+ fill-size : bounding-box;
233
234
fill-repeat : auto;
235
+ fill : auto;
236
+ fill-opacity : auto;
237
+ stroke-width : auto;
234
238
stroke-align : auto;
239
+ stroke-linecap : auto;
240
+ stroke-linejoin : auto;
241
+ stroke-miterlimit : auto;
235
242
stroke-break : auto;
243
+ stroke-dasharray : auto;
244
+ stroke-dashoffset : auto;
236
245
stroke-dash-corner : auto;
237
246
stroke-dash-justify : auto;
238
247
stroke-color : auto;
241
250
stroke-position : auto;
242
251
stroke-size : auto;
243
252
stroke-repeat : auto;
253
+ stroke : auto;
254
+ stroke-opacity : auto;
244
255
}
245
256
246
257
.filter-effects-1 {
@@ -874,18 +885,15 @@ tspan,
874
885
unknown ,
875
886
use ,
876
887
view {
877
- color-interpolation : arcs;
878
- color-rendering : butt;
879
- cx : crispEdges;
880
- cy : geometricPrecision;
881
- d : optimizeQuality;
882
- fill-opacity : painted;
883
- fill-rule : stroke;
884
- fill : viewport;
888
+ color-interpolation : crispEdges;
889
+ color-rendering : geometricPrecision;
890
+ cx : optimizeQuality;
891
+ cy : painted;
892
+ d : visiblePainted;
885
893
image-rendering : visibleFill;
886
- marker-end : visiblePainted ;
887
- marker-mid : visibleStroke ;
888
- marker-start : bounding-box ;
894
+ marker-end : stroke ;
895
+ marker-mid : viewport ;
896
+ marker-start : visibleStroke ;
889
897
pointer-events : context-fill;
890
898
r : context-stroke;
891
899
rx : fixed-position;
@@ -895,15 +903,7 @@ view {
895
903
solid-opacity : non-scaling-size;
896
904
stop-color : non-rotation;
897
905
stop-opacity : child (1 );
898
- stroke-dasharray : icc-color (foo);
899
- stroke-dashoffset : auto;
900
- stroke-linecap : auto;
901
- stroke-linejoin : auto;
902
- stroke-miterlimit : auto;
903
- stroke-opacity : auto;
904
- stroke-width : auto;
905
- stroke : auto;
906
- text-anchor : auto;
906
+ text-anchor : icc-color (foo);
907
907
vector-effect : auto;
908
908
x : auto;
909
909
y : auto;
Original file line number Diff line number Diff line change 253
253
</ style >
254
254
< style >
255
255
.fill-stroke-3 {
256
- fill-break : stupid;
257
- fill-color : compress;
258
- fill-image : dashes;
259
- fill-origin : gaps;
260
- fill-position : auto;
261
- fill-size : auto;
256
+ fill-rule : butt;
257
+ fill-break : arcs;
258
+ fill-color : stupid;
259
+ fill-image : compress;
260
+ fill-origin : dashes;
261
+ fill-position : gaps;
262
+ fill-size : bounding-box;
262
263
fill-repeat : auto;
264
+ fill : auto;
265
+ fill-opacity : auto;
266
+ stroke-width : auto;
263
267
stroke-align : auto;
268
+ stroke-linecap : auto;
269
+ stroke-linejoin : auto;
270
+ stroke-miterlimit : auto;
264
271
stroke-break : auto;
272
+ stroke-dasharray : auto;
273
+ stroke-dashoffset : auto;
265
274
stroke-dash-corner : auto;
266
275
stroke-dash-justify : auto;
267
276
stroke-color : auto;
270
279
stroke-position : auto;
271
280
stroke-size : auto;
272
281
stroke-repeat : auto;
282
+ stroke : auto;
283
+ stroke-opacity : auto;
273
284
}
274
285
</ style >
275
286
< style >
957
968
unknown ,
958
969
use ,
959
970
view {
960
- color-interpolation : arcs;
961
- color-rendering : butt;
962
- cx : crispEdges;
963
- cy : geometricPrecision;
964
- d : optimizeQuality;
965
- fill-opacity : painted;
966
- fill-rule : stroke;
967
- fill : viewport;
971
+ color-interpolation : crispEdges;
972
+ color-rendering : geometricPrecision;
973
+ cx : optimizeQuality;
974
+ cy : painted;
975
+ d : visiblePainted;
968
976
image-rendering : visibleFill;
969
- marker-end : visiblePainted ;
970
- marker-mid : visibleStroke ;
971
- marker-start : bounding-box ;
977
+ marker-end : stroke ;
978
+ marker-mid : viewport ;
979
+ marker-start : visibleStroke ;
972
980
pointer-events : context-fill;
973
981
r : context-stroke;
974
982
rx : fixed-position;
978
986
solid-opacity : non-scaling-size;
979
987
stop-color : non-rotation;
980
988
stop-opacity : child (1 );
981
- stroke-dasharray : icc-color (foo);
982
- stroke-dashoffset : auto;
983
- stroke-linecap : auto;
984
- stroke-linejoin : auto;
985
- stroke-miterlimit : auto;
986
- stroke-opacity : auto;
987
- stroke-width : auto;
988
- stroke : auto;
989
- text-anchor : auto;
989
+ text-anchor : icc-color (foo);
990
990
vector-effect : auto;
991
991
x : auto;
992
992
y : auto;
You can’t perform that action at this time.
0 commit comments