Extract horizBrace and xArrow commands into functions directory#1083
Extract horizBrace and xArrow commands into functions directory#1083
Conversation
| {type: "elem", elem: body}, | ||
| {type: "kern", size: 0.1}, | ||
| {type: "elem", elem: braceBody}, | ||
| ], |
There was a problem hiding this comment.
Why does this not have wrapperClasses: ["svg-align"],?
There was a problem hiding this comment.
I need to double check, but I don't think it was ending up on the same element as before the change, but it didn't seem to have an impact so I removed it. @ronkok can you think of any cases where having this class would matter?
There was a problem hiding this comment.
@kevinbarabash I added that class when we changed from background-image SVGs to inline SVGs in PR #807. My experience then was if that text-align: left was not applied on just the right span, then the elements would render smaller, lower, and off to the right. It was a large, very noticeable difference.
I don't know why it would be different now.
|
TODO:
|
|
I'm going to close this for now and will try again once some of the other PRs have been merged. |
No description provided.