fn-fx / fn-fx

A Functional API around JavaFX / OpenJFX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(ui/text :fill (ui/color ...)) does not set fill property to said color

paulrd opened this issue · comments

commented

Bug Report

Steps to Reproduce:

  1. Create a (dom/app with a ui/text element and set the :fill to a ui/color as in the 02_form.clj example application.
  2. Look at the text color via your eyes or examining the properties.

Expected Result:

Color should have changed ie firebrick.

Actual Result:

Text remains black.

Environment:

master branch, ubuntu 19.04, javafx11