-
Content Count
205 -
Joined
-
Last visited
-
Days Won
32
Viktor Akselrod last won the day on February 26
Viktor Akselrod had the most liked content!
Community Reputation
148 ExcellentAbout Viktor Akselrod

Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Assets Manager: проблемы импорта с material.io
Viktor Akselrod replied to s.fedotenko@gmail.com's topic in Opened
Исправлено 1.9.3.0. -
randydom started following Viktor Akselrod
-
Assets Manager: проблемы импорта с material.io
Viktor Akselrod replied to s.fedotenko@gmail.com's topic in Opened
Здравствуйте. Спасибо за отчет. -
Спасибо за ответ. Проверим на вашем окружении.
-
Здравствуйте. Подтверждаю проблему. Это не воспроизводится. Вы можете привести больше деталей относительно окружения? Проявляется ли в пустом проекте?
-
Fixed 1.9.3.0.
-
Hello. Thanks to all! Regards.
-
Здравствуйте. На всякий случай: HitTest=True ?
-
проблема с MeasureText или FillText?
Viktor Akselrod replied to s.fedotenko@gmail.com's topic in Closed
Исправлено в 1.9.2.0. -
TfgArch with SweepAngle 360 not drawing properly
Viktor Akselrod replied to Michal's topic in Closed
Fixed in 1.9.0.0. -
TfgArch with SweepAngle 360 not drawing properly
Viktor Akselrod replied to Michal's topic in Closed
Hello, Michal. M0,0 L100,100 200,200 is one diagonal line, nothing is visually clear. M0.0 L100.0 200,200 will be much clearer - here you will see a triangle. This happens because when two bezier curves go in a row, the first control point is taken not from the "pen position", but more details (command "S") In order not to break the path and start drawing a second bezier curve from the "pen position" you can replace MoveTo with LineTo. path:=TfgPath.Create; path.MoveTo(10,10); path.AddSmoothCurve(PointF(40,10),PointF(40,20)); path.LineTo(40,20); -
TfgArch with SweepAngle 360 not drawing properly
Viktor Akselrod replied to Michal's topic in Closed
Hello, Michal. The fill is applied to closed subpaths. The command MoveTo interrupts the current subpath and the next command starts a new subpath. Please, try to remove all MoveTo commands and check the result. In most cases, it makes no sense to use the MoveTo command explicitly, since the pen will be at the end point of the last command. Thank you. -
Спасибо за уточнение.
-
tfgcanvas [TfgCanvas] Невозможность отрисовки мультистрочного текста
Viktor Akselrod replied to Артем's topic in Closed
Исправлено в 1.8.0.0.