[
https://issues.apache.org/jira/browse/NIFI-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15589323#comment-15589323
]
Rob Moran commented on NIFI-2888:
---------------------------------
I think if we can add a square containing element around the processor icon the
color change will be apparent when zoomed out. This will actually help at any
zoom level as the color change will be a lot more obvious. See the mockup I've
attached to help illustrate – *processor-change-color.png.* The grouping of the
run status icon, processor name, and processor type will need to shift
slightly, but the change is very minor. I've annotated the spacing around these
elements in the mockup.
Another thing I think will help a bit is to change the border of a processor
when it's color is changed. So, the current default processor border is set
to:
{code}stroke: rgba(0,0,0,0.25);{code}
When processor color is changed, set the border to:
{code}stroke: rgba(X,X,X,0.65);{code}
X,X,X represents the RGB value of the color selected by the user.
> Display processor fill color when sufficiently zoomed out.
> ----------------------------------------------------------
>
> Key: NIFI-2888
> URL: https://issues.apache.org/jira/browse/NIFI-2888
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core UI
> Reporter: Scott Aslan
> Assignee: Scott Aslan
> Fix For: 1.2.0
>
>
> As a user when viewing the zoomed out overview of my flow I want to be able
> to quickly identify processors based on their fill color.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)