--- old/modules/graphics/src/main/java/javafx/scene/shape/PathElement.java 2015-12-17 19:06:21.856006886 +0200 +++ new/modules/graphics/src/main/java/javafx/scene/shape/PathElement.java 2015-12-17 19:06:21.359758880 +0200 @@ -94,7 +94,7 @@ public final BooleanProperty absoluteProperty() { if (absolute == null) { - absolute = new BooleanPropertyBase() { + absolute = new BooleanPropertyBase(true) { @Override protected void invalidated() { u(); }