I'm looking a way to draw shapes in a Region (JavaFX8)
I've seen some examples that set the region style like this:
-fx-shape : "M 3.0313 0 L 0 74 L 7.9688 74 L 4.9375 0 L 3.0313 0 Z";
Can anyone give an explanation of the meaning of this string?
Is there any way to create this type of string using Visual Software?