File tree 1 file changed +35
-2
lines changed
1 file changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -1123,11 +1123,44 @@ export class SldStyleParser implements StyleParser<string> {
1123
1123
}
1124
1124
1125
1125
switch ( wellKnownName ) {
1126
+ case 'arrow' :
1127
+ case 'arrowhead' :
1128
+ case 'asterisk_fill' :
1126
1129
case 'circle' :
1130
+ case 'cross' :
1131
+ case 'cross2' :
1132
+ case 'cross_fill' :
1133
+ case 'decagon' :
1134
+ case 'diagonal_half_square' :
1135
+ case 'diamond' :
1136
+ case 'equilateral_triangle' :
1137
+ case 'filled_arrowhead' :
1138
+ case 'half_arc' :
1139
+ case 'half_square' :
1140
+ case 'heart' :
1141
+ case 'hexagon' :
1142
+ case 'horline' :
1143
+ case 'left_half_triangle' :
1144
+ case 'line' :
1145
+ case 'octagon' :
1146
+ case 'parallelogram_left' :
1147
+ case 'parallelogram_right' :
1148
+ case 'pentagon' :
1149
+ case 'quarter_arc' :
1150
+ case 'quarter_circle' :
1151
+ case 'quarter_square' :
1152
+ case 'right_half_triangle' :
1153
+ case 'rounded_square' :
1154
+ case 'semi_circle' :
1155
+ case 'shield' :
1127
1156
case 'square' :
1128
- case 'triangle ' :
1157
+ case 'square_with_corners ' :
1129
1158
case 'star' :
1130
- case 'cross' :
1159
+ case 'star_diamond' :
1160
+ case 'third_arc' :
1161
+ case 'third_circle' :
1162
+ case 'trapezoid' :
1163
+ case 'triangle' :
1131
1164
case 'x' :
1132
1165
case 'shape://vertline' :
1133
1166
case 'shape://horline' :
You can’t perform that action at this time.
0 commit comments