Summary: | Can't use a src triangle's vertex as dst triangle's vertex in affine transform | ||
---|---|---|---|
Product: | [Applications] kig | Reporter: | Szczepan Hołyszewski <rulatir> |
Component: | general | Assignee: | David E. Narvaez <david.narvaez> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | david.narvaez |
Priority: | NOR | ||
Version First Reported In: | 0.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kig/8026fc33a4b6a578954f18d10617b8ffe8601d58 | Version Fixed In: | 4.10.1 |
Sentry Crash Report: |
Description
Szczepan Hołyszewski
2012-02-23 02:30:51 UTC
Reproducible: always! Forgot to set the option. I can confirm and will be working on this. Thanks for the report! Git commit 8026fc33a4b6a578954f18d10617b8ffe8601d58 by David E. Narváez. Committed on 13/02/2013 at 13:51. Pushed by narvaez into branch 'KDE/4.10'. Let Generic{Affinity,Projectivity}Transform use Repeated Points The idea is to use source vertex as destination vertext too, but this also leaves the door open to experiment with degenerate cases like collapsing two destination vertex FIXED-IN: 4.10.1 REVIEW: 108917 M +2 -2 misc/object_constructor.h M +10 -0 misc/special_constructors.cc M +2 -0 misc/special_constructors.h http://commits.kde.org/kig/8026fc33a4b6a578954f18d10617b8ffe8601d58 |