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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 8
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported: