Refactor: UIWidgets should not translate to screen space geometry origin
Translating a widget to this origin is the job of the owner/parent widget not of the widget itself. Reworked drawing algorithm moving this logic into the correct place.
Note that widgets may still be passed a local offset (relative to their aligned origin).
Refactor: UIWidgets should not translate to screen space geometry origin
Translating a widget to this origin is the job of the owner/parent widget
not of the widget itself. Reworked drawing algorithm moving this logic
into the correct place.
Note that widgets may still be passed a local offset (relative to their
aligned origin).