Maciej Barelkowski
|
33156e43be
|
chore(project): fix linting errors
|
2019-08-19 14:27:33 +00:00 |
Nico Rehwaldt
|
9be61259bd
|
chore(project): drop 'use strict'
We use ES modules, so 'use strict' is not necessary anymore.
|
2018-04-03 18:09:53 +02:00 |
Nico Rehwaldt
|
7d896855a9
|
fix(modeling): correct label line attachments not being recognized
* remove rounding where it does not matter
* work around some precision errors in logic
* adjust test cases (to higher precision)
Closes #669
|
2017-05-03 15:02:52 +02:00 |
Nico Rehwaldt
|
2fd46ac294
|
fix(modeling/layout): handle zero-length lines during adjustment
Closes #669
|
2017-03-21 09:01:21 +01:00 |
Philipp Fromme
|
91cfcd9bac
|
fix(modeling): handle float bendpoints in label behavior
* silently round all values when doing circle-line intersection
closes #602
|
2016-08-10 13:14:56 +02:00 |
Jan Stümmel
|
fd198b6059
|
feat(modeling): move labels with connections
* move on segment dragging
* move on reconnect
* move on bendpoint add / remove
Closes #331
|
2016-07-05 12:01:08 +02:00 |