File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -586,7 +586,7 @@ incremental font:
586
586
# shaping_unit is an array where each item has a code point, associated list of
587
587
# layout features, and the design space point that code point is being rendered with.
588
588
def supported_spans(shaping_unit, ift_font):
589
- current_start, current_end, current_subset_def = None
589
+ current_start = current_end = current_subset_def = None
590
590
supported_spans = []
591
591
592
592
i = 0
@@ -611,7 +611,7 @@ def supported_spans(shaping_unit, ift_font):
611
611
else:
612
612
i += 1
613
613
614
- current_start, current_end, current_subset_def = None
614
+ current_start = current_end = current_subset_def = None
615
615
616
616
return supported_spans
617
617
@@ -2488,4 +2488,4 @@ to be used by default in most shaper implementations. This list was assembled fr
2488
2488
<pre class=include>
2489
2489
<!-- Edit feature-registry.csv to update this table. -->
2490
2490
path: feature-registry.html
2491
- </pre>
2491
+ </pre>
You can’t perform that action at this time.
0 commit comments