zeta243 / osmdroid

Automatically exported from code.google.com/p/osmdroid
1 stars 0 forks source link

Setting PathOverlay paint can causes incomplete path #302

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Set the paint of PathOverlay:

private PathOverlay pathOverlay;
Paint paint = new Paint();
paint.setColor(Color.GREEN);
paint.setAlpha(100);
paint.setStyle(Paint.Style.FILL);       
pathOverlay.setPaint(paint);

This also shows the problem:

private PathOverlay pathOverlay;
pathOverlay.setPaint(new Paint()); 

What is the expected output? What do you see instead?
I expect the the shape that is drawn in the first picture to stay the same even 
when part of it is outside the screen

What version of the product are you using? On what operating system?
osmdroid-android-3.0.6
osmdroid-packager-3.0.6
slf4j-android-1.5.8

Please provide any additional information below.
It only seems to happen when a point is beyond the bottom and right side of the 
screen.

Original issue reported on code.google.com by haw...@gmail.com on 22 Jan 2012 at 11:22

Attachments:

GoogleCodeExporter commented 8 years ago
same issue here with PathOverlay

osmdroid-android-3.0.8.jar
slf4j-api-1.7.2.jar

Original comment by gdalla...@gmail.com on 31 Oct 2012 at 2:42

Attachments:

GoogleCodeExporter commented 8 years ago
Did anything happen to fix this bug?
I have the same problem, using version 3.0.8.
Screenshots of problem with circle attached.

Original comment by warwo...@gmail.com on 8 Feb 2013 at 12:49

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by kurtzm...@gmail.com on 5 Mar 2013 at 6:14