Ticket #967 (closed defect: fixed)
Opened 2012-02-09T15:28:14-06:00
Last modified 2012-03-06T16:53:46-06:00
The Edit > Draw command can draw in the wrong color
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Legacy Compatibility | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Run Options > Colors dialog.
- set fg color value to black (0,0,0) and fg gray value to 35.
Run Options > Line Width
- set width to 10
Open Boats
Select an area using the Rectangle tool.
Run Edit > Draw
See that drawn rectangle uses one channel of fg color (0) rather than the fg value (35).
This is another issue with tracking of colors and gray values across the legacy layer.
Change History
comment:1 Changed 2012-02-17T12:46:13-06:00 by bdezonia
comment:2 Changed 2012-02-17T12:47:55-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta2 to imagej-2.0-beta1
comment:3 Changed 2012-02-27T11:01:00-06:00 by curtis
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
comment:4 Changed 2012-02-28T09:19:24-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta2 to imagej-2.0-beta1
comment:5 Changed 2012-03-06T16:53:46-06:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
fg color / gray split removed in bffaa4924a99baa82b760b98030d3d00b465ff67. Final fixes in place in 3ff92047937688a9030553480272dd563e71a1ff.
Related to #926 and #965