norihiro / obs-text-pthread

Rich text source plugin for OBS Studio
GNU General Public License v2.0
41 stars 4 forks source link

Fill small donut shape #19

Open norihiro opened 3 years ago

norihiro commented 3 years ago

When using bold outline, donuts shape whose size is smaller than the outline width is not filled.

This PR is under development.

Below is prior and current drawing results with white text and black outline with several outline width. Prior Current
Screenshot 2021-10-29 16-15-19 Screenshot 2021-10-29 16-15-51
Donut shapes smaller than the outline width is not drawn. Donut shapes is always filled. Still circles whose diameter is smaller than the outline width is not properly outlined.

Fix #14.