XandeKK / TypeBubbleX

TypeBubbleX is an application developed to optimize the typesetting process in Manga, Manhwa, Manhua, and Comics, offering a lightweight and efficient experience.
GNU General Public License v3.0
4 stars 0 forks source link

Modify Files Related to Outline #21

Open XandeKK opened 2 weeks ago

XandeKK commented 2 weeks ago

There were several changes made, including improved management of the outline and adapting the outline_renderer to support paths and curves. Additionally, the organization of the code has been enhanced, making it easier to add or remove blur effects.

Furthermore, I removed the global variable that was previously used with text_style to apply outlines only to the start and end points chosen by the user. Instead, I decided to make the outline responsible for this functionality, to avoid over-separating its tasks.