Skip to content

Commit ce4c87e

Browse files
authored
Increase maxComponentCount (because VTTShell doesn't) (#259)
We set it to 4 because VTT will _decrease_ it, but not increase it. We can't remove it because vttlib will carp.
1 parent c24f51c commit ce4c87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/vtt_data/CascadiaCode.ttx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39128,7 +39128,7 @@ Smooth()
3912839128
<maxStackElements value="717"/>
3912939129
<maxSizeOfInstructions value="3971"/>
3913039130
<maxComponentElements value="3"/>
39131-
<maxComponentDepth value="2"/>
39131+
<maxComponentDepth value="4"/>
3913239132
</maxp>
3913339133

3913439134
</ttFont>

0 commit comments

Comments
 (0)