You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that instances of ShapeRoi are not handled properly by Overlay.translate(). The attached example creates an overlay containing two identical lines, one created as an instance of java.awt.geom.Line2D, the other is a ij.gui.Line.Line. Translating the entire overlay by (0.5, 0.5) only affects the latter, while the first line remains unchanged.
It appears that instances of
ShapeRoiare not handled properly byOverlay.translate(). The attached example creates an overlay containing two identical lines, one created as an instance ofjava.awt.geom.Line2D, the other is aij.gui.Line.Line. Translating the entire overlay by (0.5, 0.5) only affects the latter, while the first line remains unchanged.overlay-translate-test.zip
The text was updated successfully, but these errors were encountered: