Re: improvements on ellipticalquadrant in enhanced path of custom shape

2018-12-15 Thread Regina Henschel
Hi Noel, hi Armin, hi all, my new solution is in https://gerrit.libreoffice.org/#/c/65203/ Noel Grandin schrieb am 09-Dec-18 um 07:42: On Sat, 8 Dec 2018 at 20:25, Regina Henschel mailto:rb.hensc...@t-online.de>> wrote: Problem A The current implementation has a method GetPoint,

Re: improvements on ellipticalquadrant in enhanced path of custom shape

2018-12-08 Thread Noel Grandin
On Sat, 8 Dec 2018 at 20:25, Regina Henschel wrote: > Problem A > The current implementation has a method GetPoint, which returns a > tools::Point; and such has integer coordinates. This introduces > > I would say you should change GetPoint() to return a basegfx::B2Point. You can't have two

improvements on ellipticalquadrant in enhanced path of custom shape

2018-12-08 Thread Regina Henschel
Hi all, I'm working on tdf#121761 and tdf#121952. The current state is in https://gerrit.libreoffice.org/#/c/64817/. It works in principle, but there are still some problems. Problem A The current implementation has a method GetPoint, which returns a tools::Point; and such has integer