no rounded edges
目前為
// ==UserScript==
// @name arras.io miter edges
// @namespace http://bzzzzdzzzz.blogspot.com/
// @description no rounded edges
// @author BZZZZ
// @include /^https\:\/\/arras\.io\/([?#]|$)/
// @version 0.1
// @grant none
// @run-at document-start
// ==/UserScript==
CanvasRenderingContext2D.prototype.__defineSetter__("lineJoin",Function.prototype);