Annotations are missing text stroke

It seems like annotations do not support text stroke, at least I was unable to find such a property.
Is this an intentional design decision or is there just simply no priority/demand for this feature?

Annotations are drawn using the browser’s HTML Canvas API, which does not support strikethrough.

Am I not referring to strikethrough but stroke text:

Oh, in that case, yes it’s due to lack of demand. AFAIK you are the first person to ask about it in ~10 years. Please feel free to open a GitHub Issue if you’d like to make a feature request. But do be specific about your use-cases. Text can appear in lots of places and I am not sure it would make sense to try and add separate stroke vs fill options to all of them. Alternatively, maybe a simple boolean flag that toggles between strokeText vs fillText would suffice.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.