Henrik Ilgen
Results
2
issues of
Henrik Ilgen
According to [§6.5.3 of the JSON Schema Validation spec](https://json-schema.org/draft/2020-12/json-schema-validation.html#name-required), `required` properties need merely be _present_ in the input JSON, they are not required to be non-`null`. As such, the validation...
Since ICanvas.DrawText accepts a Rect as its second parameter, I would expect it to draw the text INTO the specified Rect. However, both Android and iOS draw the text directly...