toptensoftware / RichTextKit

Rich text rendering for SkiaSharp
Other
367 stars 73 forks source link

Fix strikethrough halo width not being set on the correct paint object #60

Closed handerss-spotfire closed 1 year ago

handerss-spotfire commented 1 year ago

I noticed that the paint object modified before painting the strikethrough halo is not the one used for the render call. This PR fixes that as well as increases the width by Style.HaloWidth which seemed to be missing.