geftimov / android-pathview

Android view with both path from constructed path or from svg.
Apache License 2.0
2.91k stars 513 forks source link

why i can't addCircle to the path ? #9

Closed tarek360 closed 9 years ago

tarek360 commented 9 years ago

hi,

when i add Circle to the path using this code : path.addCircle(width/2,width/2,width-padding, Path.Direction.CW);

pathview make Circle is not shown

geftimov commented 9 years ago

The problem is all figures except the path are not drawn to the canvas. When i started developing this library there was support for circle .... But i had problems with older versions so i drop the support.

THEONE10211024 commented 9 years ago

Could you please the reason why the Circle is not shown? I have the similar problem!

geftimov commented 9 years ago

The library follows and animates only the paths. The circle have different projectile.

I will look into it and keep you posted.