SFML community forums

Help => Graphics => Topic started by: Grimshaw on August 07, 2013, 01:46:57 pm

Title: sf::Text artifact
Post by: Grimshaw on August 07, 2013, 01:46:57 pm
(http://i.imgur.com/OM0c2y2.png)

I use an older version of sf::Text in my code and I still experience the artifact you can see in the image. I was about sure it was already fixed in SFML. Can someone tell me what was the solution so I can fix it more quickly? Thanks!
Title: Re: sf::Text artifact
Post by: Laurent on August 07, 2013, 02:00:19 pm
Quote
I use an older version of sf::Text
What do you mean?

This bug was fixed in SFML 2.1.
Title: Re: sf::Text artifact
Post by: Grimshaw on August 07, 2013, 02:12:42 pm
I mean I use a custom sf::Text based on a older version than 2.1, can you point me at the right direction to fix it in my code? :D
Title: Re: sf::Text artifact
Post by: zsbzsb on August 07, 2013, 02:34:08 pm
I mean I use a custom sf::Text based on a older version than 2.1, can you point me at the right direction to fix it in my code? :D

Well if you looked at the closed issues on github you would find issue #414 (https://github.com/SFML/SFML/issues/414). And then if looked a little closer at that you would see the commit ID 99d4ec3 (https://github.com/SFML/SFML/commit/99d4ec355182861ea0e27e1247772eca2b8a98a1) which is the fix. Then you can look at the actual commit to find the difference.
Title: Re: sf::Text artifact
Post by: Grimshaw on August 07, 2013, 03:05:26 pm
Completely forgot that bug tracker existed! Thanks a lot mate :)