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 = {
maxX: 10,
minX: 100,
minY: 210,
maxY: 40,
rectWidth: 30,
cornerRoundness: 5,
minY: upperLshape.maxY,
maxY: upperLshape.minY,
rectWidth: upperLshape.rectWidth,
cornerRoundness: upperLshape.cornerRoundness,
orientation: 1,
color: '#00f'
};