wohrm: deduplicate

pull/1253/head
Adam Schmalhofer 2021-12-19 17:59:57 +01:00
parent b513772692
commit d5e08477e1
1 changed files with 4 additions and 4 deletions

View File

@ -37,10 +37,10 @@ const upperLshape = {
const lowerLshape = { const lowerLshape = {
maxX: 10, maxX: 10,
minX: 100, minX: 100,
minY: 210, minY: upperLshape.maxY,
maxY: 40, maxY: upperLshape.minY,
rectWidth: 30, rectWidth: upperLshape.rectWidth,
cornerRoundness: 5, cornerRoundness: upperLshape.cornerRoundness,
orientation: 1, orientation: 1,
color: '#00f' color: '#00f'
}; };