DJ
DJ
BREAKING CHANGE: shifts all text down a little bit towards the middle, more noticable on bigger text Replace `fontBoundingBoxDescent` with `context.textBaseline = 'middle'` before drawing text, and restore old `textBaseline`...
**Description** The `lineHeight` property on Text components defaults to a small size that does not fully contain larger sized text. This results in the bounding box for the component cutting...
Adds an @inherited() decorator that, when applied to a property, creates a signal of type InheritedSignal. This signal can have an initial value, but if it doesn't, it will call...
**Description** When using layouts, I'd like to center- or right-align text within their allotted spaces. **Proposed solution** A `textAlign` property that sets the CSS property of the same name. **Considered...