public class javafx.scene.shape.SVGPath extends javafx.scene.shape.Shape
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.shape.SVGPath
  super_class: javafx.scene.shape.Shape
{
  private javafx.beans.property.ObjectProperty<javafx.scene.shape.FillRule> fillRule;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/shape/FillRule;>;

  private com.sun.javafx.geom.Path2D path2d;
    descriptor: Lcom/sun/javafx/geom/Path2D;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.StringProperty content;
    descriptor: Ljavafx/beans/property/StringProperty;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object svgPathObject;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 58
            new javafx.scene.shape.SVGPath$1
            dup
            invokespecial javafx.scene.shape.SVGPath$1.<init>:()V
            invokestatic com.sun.javafx.scene.shape.SVGPathHelper.setSVGPathAccessor:(Lcom/sun/javafx/scene/shape/SVGPathHelper$SVGPathAccessor;)V
         1: .line 74
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.SVGPath this
         0: .line 96
            aload 0 /* this */
            invokespecial javafx.scene.shape.Shape.<init>:()V
         1: .line 90
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.SVGPathHelper.initHelper:(Ljavafx/scene/shape/SVGPath;)V
         2: .line 97
            return
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/SVGPath;

  public final void setFillRule(javafx.scene.shape.FillRule);
    descriptor: (Ljavafx/scene/shape/FillRule;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.shape.SVGPath this
        start local 1 // javafx.scene.shape.FillRule value
         0: .line 100
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.fillRule:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            aload 1 /* value */
            getstatic javafx.scene.shape.FillRule.NON_ZERO:Ljavafx/scene/shape/FillRule;
            if_acmpeq 2
         1: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.fillRuleProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         2: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.shape.FillRule value
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/shape/SVGPath;
            0    3     1  value  Ljavafx/scene/shape/FillRule;
    MethodParameters:
       Name  Flags
      value  

  public final javafx.scene.shape.FillRule getFillRule();
    descriptor: ()Ljavafx/scene/shape/FillRule;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.SVGPath this
         0: .line 106
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.fillRule:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.scene.shape.FillRule.NON_ZERO:Ljavafx/scene/shape/FillRule;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.fillRule:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.scene.shape.FillRule
      StackMap locals:
      StackMap stack: javafx.scene.shape.FillRule
         2: areturn
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/SVGPath;

  public final javafx.beans.property.ObjectProperty<javafx.scene.shape.FillRule> fillRuleProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.shape.SVGPath this
         0: .line 110
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.fillRule:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 111
            aload 0 /* this */
            new javafx.scene.shape.SVGPath$2
            dup
            aload 0 /* this */
            getstatic javafx.scene.shape.FillRule.NON_ZERO:Ljavafx/scene/shape/FillRule;
            invokespecial javafx.scene.shape.SVGPath$2.<init>:(Ljavafx/scene/shape/SVGPath;Ljavafx/scene/shape/FillRule;)V
            putfield javafx.scene.shape.SVGPath.fillRule:Ljavafx/beans/property/ObjectProperty;
         2: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.fillRule:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/SVGPath;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/shape/FillRule;>;

  public final void setContent(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.shape.SVGPath this
        start local 1 // java.lang.String value
         0: .line 143
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.contentProperty:()Ljavafx/beans/property/StringProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.StringProperty.set:(Ljava/lang/Object;)V
         1: .line 144
            return
        end local 1 // java.lang.String value
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/shape/SVGPath;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public final java.lang.String getContent();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.SVGPath this
         0: .line 147
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.content:Ljavafx/beans/property/StringProperty;
            ifnonnull 1
            ldc ""
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.content:Ljavafx/beans/property/StringProperty;
            invokevirtual javafx.beans.property.StringProperty.get:()Ljava/lang/Object;
            checkcast java.lang.String
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/SVGPath;

  public final javafx.beans.property.StringProperty contentProperty();
    descriptor: ()Ljavafx/beans/property/StringProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.shape.SVGPath this
         0: .line 151
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.content:Ljavafx/beans/property/StringProperty;
            ifnonnull 2
         1: .line 152
            aload 0 /* this */
            new javafx.scene.shape.SVGPath$3
            dup
            aload 0 /* this */
            ldc ""
            invokespecial javafx.scene.shape.SVGPath$3.<init>:(Ljavafx/scene/shape/SVGPath;Ljava/lang/String;)V
            putfield javafx.scene.shape.SVGPath.content:Ljavafx/beans/property/StringProperty;
         2: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.content:Ljavafx/beans/property/StringProperty;
            areturn
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/SVGPath;

  private com.sun.javafx.sg.prism.NGNode doCreatePeer();
    descriptor: ()Lcom/sun/javafx/sg/prism/NGNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.SVGPath this
         0: .line 181
            new com.sun.javafx.sg.prism.NGSVGPath
            dup
            invokespecial com.sun.javafx.sg.prism.NGSVGPath.<init>:()V
            areturn
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/SVGPath;

  private com.sun.javafx.geom.Path2D doConfigShape();
    descriptor: ()Lcom/sun/javafx/geom/Path2D;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.shape.SVGPath this
         0: .line 188
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.path2d:Lcom/sun/javafx/geom/Path2D;
            ifnonnull 3
         1: .line 189
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.createSVGPath2D:()Lcom/sun/javafx/geom/Path2D;
            putfield javafx.scene.shape.SVGPath.path2d:Lcom/sun/javafx/geom/Path2D;
         2: .line 190
            goto 7
         3: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.path2d:Lcom/sun/javafx/geom/Path2D;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.getFillRule:()Ljavafx/scene/shape/FillRule;
            getstatic javafx.scene.shape.FillRule.NON_ZERO:Ljavafx/scene/shape/FillRule;
            if_acmpne 5
         4: .line 192
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack: com.sun.javafx.geom.Path2D
         5: iconst_0
         6: .line 191
      StackMap locals: javafx.scene.shape.SVGPath
      StackMap stack: com.sun.javafx.geom.Path2D int
            invokevirtual com.sun.javafx.geom.Path2D.setWindingRule:(I)V
         7: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.path2d:Lcom/sun/javafx/geom/Path2D;
            areturn
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/scene/shape/SVGPath;

  private void doUpdatePeer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javafx.scene.shape.SVGPath this
         0: .line 202
            aload 0 /* this */
            getstatic com.sun.javafx.scene.DirtyBits.SHAPE_FILLRULE:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.isDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)Z
            ifne 2
         1: .line 203
            aload 0 /* this */
            getstatic com.sun.javafx.scene.DirtyBits.NODE_CONTENTS:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.isDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)Z
            ifeq 11
         2: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.NodeHelper.getPeer:(Ljavafx/scene/Node;)Lcom/sun/javafx/sg/prism/NGNode;
            checkcast com.sun.javafx.sg.prism.NGSVGPath
            astore 1 /* peer */
        start local 1 // com.sun.javafx.sg.prism.NGSVGPath peer
         3: .line 206
            aload 1 /* peer */
            invokevirtual com.sun.javafx.sg.prism.NGSVGPath.acceptsPath2dOnUpdate:()Z
            ifeq 9
         4: .line 207
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.svgPathObject:Ljava/lang/Object;
            ifnonnull 6
         5: .line 208
            aload 0 /* this */
            new com.sun.javafx.geom.Path2D
            dup
            invokespecial com.sun.javafx.geom.Path2D.<init>:()V
            putfield javafx.scene.shape.SVGPath.svgPathObject:Ljava/lang/Object;
         6: .line 210
      StackMap locals: com.sun.javafx.sg.prism.NGSVGPath
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.svgPathObject:Ljava/lang/Object;
            checkcast com.sun.javafx.geom.Path2D
            astore 2 /* tempPathObject */
        start local 2 // com.sun.javafx.geom.Path2D tempPathObject
         7: .line 211
            aload 2 /* tempPathObject */
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.shape.ShapeHelper.configShape:(Ljavafx/scene/shape/Shape;)Lcom/sun/javafx/geom/Shape;
            checkcast com.sun.javafx.geom.Path2D
            invokevirtual com.sun.javafx.geom.Path2D.setTo:(Lcom/sun/javafx/geom/Path2D;)V
        end local 2 // com.sun.javafx.geom.Path2D tempPathObject
         8: .line 212
            goto 10
         9: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.createSVGPathObject:()Ljava/lang/Object;
            putfield javafx.scene.shape.SVGPath.svgPathObject:Ljava/lang/Object;
        10: .line 215
      StackMap locals:
      StackMap stack:
            aload 1 /* peer */
            aload 0 /* this */
            getfield javafx.scene.shape.SVGPath.svgPathObject:Ljava/lang/Object;
            invokevirtual com.sun.javafx.sg.prism.NGSVGPath.setContent:(Ljava/lang/Object;)V
        end local 1 // com.sun.javafx.sg.prism.NGSVGPath peer
        11: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Ljavafx/scene/shape/SVGPath;
            3   11     1            peer  Lcom/sun/javafx/sg/prism/NGSVGPath;
            7    8     2  tempPathObject  Lcom/sun/javafx/geom/Path2D;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // javafx.scene.shape.SVGPath this
         0: .line 225
            new java.lang.StringBuilder
            dup
            ldc "SVGPath["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 227
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.getId:()Ljava/lang/String;
            astore 2 /* id */
        start local 2 // java.lang.String id
         2: .line 228
            aload 2 /* id */
            ifnull 4
         3: .line 229
            aload 1 /* sb */
            ldc "id="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* id */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 232
      StackMap locals: java.lang.StringBuilder java.lang.String
      StackMap stack:
            aload 1 /* sb */
            ldc "content=\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.getContent:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 234
            aload 1 /* sb */
            ldc ", fill="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.getFill:()Ljavafx/scene/paint/Paint;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         6: .line 235
            aload 1 /* sb */
            ldc ", fillRule="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.getFillRule:()Ljavafx/scene/shape/FillRule;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         7: .line 237
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.getStroke:()Ljavafx/scene/paint/Paint;
            astore 3 /* stroke */
        start local 3 // javafx.scene.paint.Paint stroke
         8: .line 238
            aload 3 /* stroke */
            ifnull 11
         9: .line 239
            aload 1 /* sb */
            ldc ", stroke="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* stroke */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        10: .line 240
            aload 1 /* sb */
            ldc ", strokeWidth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.getStrokeWidth:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
        11: .line 243
      StackMap locals: javafx.scene.paint.Paint
      StackMap stack:
            aload 1 /* sb */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // javafx.scene.paint.Paint stroke
        end local 2 // java.lang.String id
        end local 1 // java.lang.StringBuilder sb
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Ljavafx/scene/shape/SVGPath;
            1   12     1      sb  Ljava/lang/StringBuilder;
            2   12     2      id  Ljava/lang/String;
            8   12     3  stroke  Ljavafx/scene/paint/Paint;

  private com.sun.javafx.geom.Path2D createSVGPath2D();
    descriptor: ()Lcom/sun/javafx/geom/Path2D;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // javafx.scene.shape.SVGPath this
         0: .line 248
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.Toolkit.createSVGPath2D:(Ljavafx/scene/shape/SVGPath;)Lcom/sun/javafx/geom/Path2D;
         1: areturn
         2: .line 249
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 1 /* e */
        start local 1 // java.lang.RuntimeException e
         3: .line 250
            invokestatic com.sun.javafx.util.Logging.getJavaFXLogger:()Lcom/sun/javafx/logging/PlatformLogger;
         4: .line 251
            ldc "Failed to configure svg path \"{0}\": {1}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         5: .line 252
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.getContent:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* e */
            invokevirtual java.lang.RuntimeException.getMessage:()Ljava/lang/String;
            aastore
         6: .line 250
            invokevirtual com.sun.javafx.logging.PlatformLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 254
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            new javafx.scene.shape.SVGPath
            dup
            invokespecial javafx.scene.shape.SVGPath.<init>:()V
            invokevirtual com.sun.javafx.tk.Toolkit.createSVGPath2D:(Ljavafx/scene/shape/SVGPath;)Lcom/sun/javafx/geom/Path2D;
            areturn
        end local 1 // java.lang.RuntimeException e
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/scene/shape/SVGPath;
            3    8     1     e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException

  private java.lang.Object createSVGPathObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // javafx.scene.shape.SVGPath this
         0: .line 260
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.Toolkit.createSVGPathObject:(Ljavafx/scene/shape/SVGPath;)Ljava/lang/Object;
         1: areturn
         2: .line 261
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 1 /* e */
        start local 1 // java.lang.RuntimeException e
         3: .line 262
            invokestatic com.sun.javafx.util.Logging.getJavaFXLogger:()Lcom/sun/javafx/logging/PlatformLogger;
         4: .line 263
            ldc "Failed to configure svg path \"{0}\": {1}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         5: .line 264
            aload 0 /* this */
            invokevirtual javafx.scene.shape.SVGPath.getContent:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* e */
            invokevirtual java.lang.RuntimeException.getMessage:()Ljava/lang/String;
            aastore
         6: .line 262
            invokevirtual com.sun.javafx.logging.PlatformLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 266
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            new javafx.scene.shape.SVGPath
            dup
            invokespecial javafx.scene.shape.SVGPath.<init>:()V
            invokevirtual com.sun.javafx.tk.Toolkit.createSVGPathObject:(Ljavafx/scene/shape/SVGPath;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.RuntimeException e
        end local 0 // javafx.scene.shape.SVGPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/scene/shape/SVGPath;
            3    8     1     e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
}
SourceFile: "SVGPath.java"
NestMembers:
  javafx.scene.shape.SVGPath$1  javafx.scene.shape.SVGPath$2  javafx.scene.shape.SVGPath$3
InnerClasses:
  public abstract SVGPathAccessor = com.sun.javafx.scene.shape.SVGPathHelper$SVGPathAccessor of com.sun.javafx.scene.shape.SVGPathHelper
  javafx.scene.shape.SVGPath$1
  javafx.scene.shape.SVGPath$2
  javafx.scene.shape.SVGPath$3