I'm trying to draw a vector file, now I have a problem in some of the samples when filling a graphics path (As an example of the graphics path I have a problem with):
MoveTo 40.5 20
LineTo 41.5 20
LineTo 41.5 25.5
LineTo 40.5 25.5
Close Path
Note: This is the simplest object, I have a lot of other complicated objects like this case.
Now this object doesn't have a pen, it has a brush only.
The problem I have with Graphics.FillPath
method when zoom out these objects sometimes disappear, then in the second zoom out they appear again, then disappear, appear etc...
Is there any option I can enable to stop this behavior?