SFML community forums

Help => Graphics => Topic started by: ShadowDancer on December 12, 2009, 12:27:59 pm

Title: Thin Shapes + views
Post by: ShadowDancer on December 12, 2009, 12:27:59 pm
I have problem with it. Example if i make square with 1 outlining, and next zoom view some edges dissapears. Is possible to fix it?
Title: Thin Shapes + views
Post by: Laurent on December 12, 2009, 12:36:34 pm
Can you show a complete and minimal source code that reproduces this problem?
Title: Thin Shapes + views
Post by: ShadowDancer on December 12, 2009, 09:48:14 pm
No :C I'm not drawing much, just square on screen and using view.zoom(ex. if i zoom to 200% i can see 2 lines, not square).
Title: Thin Shapes + views
Post by: Laurent on December 12, 2009, 10:14:39 pm
Quote
No

???
Title: Thin Shapes + views
Post by: ShadowDancer on December 12, 2009, 10:34:55 pm
It's graphics editor, and theres many corresponding classes...
Title: Thin Shapes + views
Post by: Dominator on December 12, 2009, 10:48:09 pm
Maybe it's related to this issue:
http://www.sfml-dev.org/forum/viewtopic.php?t=1828
Title: Thin Shapes + views
Post by: Laurent on December 12, 2009, 11:06:15 pm
Quote from: "ShadowDancer"
It's graphics editor, and theres many corresponding classes...

Well, that's why it is called a minimal example ;)
If the issue is related to drawing thin shapes, then try to write a small application that just draws the same shape. 99% of your source code is probably unrelated to this issue.

Quote
Maybe it's related to this issue:
http://www.sfml-dev.org/forum/viewtopic.php?t=1828

This one is in SFML 2.