Skip to content
Snippets Groups Projects
Commit f1dfabf4 authored by Johannes Eder's avatar Johannes Eder
Browse files

RED

parent 151a5eec
No related branches found
No related tags found
1 merge request!89[3924] Fix small bugs in fx diagram editor
......@@ -9,4 +9,4 @@ FeedbackChange.java b088fa89af648f1674f2f9c1f7f99d585ce801ca GREEN
GridCanvasVisual.java 734027d56af342cd01ff445ba9347b8dbb6c83c2 GREEN
MVCBundleManager.java 2b4ab114c55b30a3d98d7135458f8f3ddd244d58 GREEN
MouseState.java ff90af6d1cca427ef6f3fded76367b535120a5df GREEN
SVGExporter.java cbbd1eceb2910fd5c1693e05c5303a193127b9db YELLOW
SVGExporter.java cbbd1eceb2910fd5c1693e05c5303a193127b9db GREEN
......@@ -51,6 +51,8 @@ public final class EllipticBorderLocation {
/**
* Returns the location computed from this {@link EllipticBorderLocation} relative to the
* ellipse center.
* TODO(JE): leads to java.lang.ArithmeticException: / by zero if cos is 0. What is the
* difference to the existing code? Why is an adaption needed?
*/
public DiagramCoordinate getLocation() {
double angle = Math.PI * angleInDegree / 180;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment