WICG / canvas-formatted-text

Other
80 stars 17 forks source link

There is a trivial mistake in the `Formatted Text - Input Data Model` #53

Closed michael8090 closed 7 months ago

michael8090 commented 2 years ago

https://github.com/WICG/canvas-formatted-text/blob/main/explainer-datamodel.md#formatted-text---input-data-model

It should be constraints.width - box.marginRightBottom - box.width instead of constraints.width - box.marginRightBottom + box.width when calculating the line constraint.

I've created a PR to fix it.

https://github.com/WICG/canvas-formatted-text/pull/52

travisleithead commented 7 months ago

Merged. Thanks a lot!