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

Set stroke type on Text

XMLWordPrintable

    • x86_64
    • windows_10

      A DESCRIPTION OF THE PROBLEM :
      When I use a stroke type INSIDE/OUTSIDE on Text application has very bad performanse. When scene has 50+ Text elements application drastically slow down. CPU is ok but I can't use my application normally.

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      1. Set 50+ Text elements on Scene.
      2. Open 4 those scenes.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      Normally behavior of scene when I want to use scene for input.
      ACTUAL -
      Application slow down

      ---------- BEGIN SOURCE ----------
      setId(id);
      setWrappingWidth(0);
      setBoundsType(TextBoundsType.VISUAL);
      setTextOrigin(VPos.TOP);
      setStrokeType(StrokeType.OUTSIDE);
      ---------- END SOURCE ----------

      FREQUENCY : always


            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: