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.2
// @grant none
// @run-at document-start
// ==/UserScript==
{
const a=document.createElement('div');
a.setAttribute('onclick','CanvasRenderingContext2D.prototype.__defineSetter__("lineJoin",Function.prototype)');
a.click();
}