File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -586,7 +586,7 @@ incremental font:
586586# shaping_unit is an array where each item has a code point, associated list of
587587# layout features, and the design space point that code point is being rendered with.
588588def supported_spans(shaping_unit, ift_font):
589- current_start, current_end, current_subset_def = None
589+ current_start = current_end = current_subset_def = None
590590 supported_spans = []
591591
592592 i = 0
@@ -611,7 +611,7 @@ def supported_spans(shaping_unit, ift_font):
611611 else:
612612 i += 1
613613
614- current_start, current_end, current_subset_def = None
614+ current_start = current_end = current_subset_def = None
615615
616616 return supported_spans
617617
@@ -2488,4 +2488,4 @@ to be used by default in most shaper implementations. This list was assembled fr
24882488<pre class=include>
24892489<!-- Edit feature-registry.csv to update this table. -->
24902490path: feature-registry.html
2491- </pre>
2491+ </pre>
You can’t perform that action at this time.
0 commit comments