We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50fe516 + 4e07aa8 commit 9c7794eCopy full SHA for 9c7794e
1 file changed
ts/output/common/Wrappers/mo.ts
@@ -273,7 +273,7 @@ export function CommonMoMixin<T extends WrapperConstructor>(Base: T): MoConstruc
273
this.variant = this.font.getSizeVariant(c, i);
274
this.size = i;
275
if (delim.schar && delim.schar[i]) {
276
- this.stretch.c = delim.schar[i];
+ this.stretch = {...this.stretch, c: delim.schar[i]};
277
}
278
return;
279
0 commit comments