Don't cache location for circle brush, fix #970

Also, allow filled circles (very cool feature)
This commit is contained in:
Hannes Greule
2021-04-10 01:07:51 +02:00
parent 911d3a00eb
commit 19592df1f6
3 changed files with 16 additions and 9 deletions

View File

@ -1985,8 +1985,6 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
double threshold = 0.5;
LocalBlockVectorSet set = new LocalBlockVectorSet();
double nextXn = 0;
double dx;
double dy;