Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8095065

offsetX/offsetY/scaleX/scaleY properties of DisplacementEffect are not managed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • javafx
    • None

      1) Drop a Button
      2) Add a DisplacementEffect
      3) Set offsetX=10, offsetY=20, scaleX=2, scaleY=3, wrap=true
      4) Save the file
          => in the file offsetX, offsetY, scaleX, scaleY are absent (i.e. they have their default values)
          => wrap has the correct value

      I put a breakpoint in metadata layer and noticed that it receives
      offsetX=0, offsetY=0, scaleX=1, scaleY=1, wrap=true

      So it looks like the DisplacementMap editor is not collecting
      values from the textfields.

            slions Sandra Lions-piron
            eleponn Eric Le Ponner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: