KonvaJS test 07

Two polygons (SVG coordinates exported from Animate CC); each has individual mouseover/out/down, fill change on mousedown, mouseover/out deactivated if this.fill = newFill. Using KonvaJS saves me from having to repeat/redraw polygon coordinates for every event, and since I have 38 polygons to deal with, that's a significant savings.