soccer-jersey-fork 1.0.127 → 1.0.128

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -166,10 +166,10 @@ export class BaseJerseyDrawer {
166
166
  }
167
167
  addSleeveEdgeLines(color) {
168
168
  const leftEdgePath = this.isLongSleeve
169
- ? "M 17.4 9 C 9.7 13.9 8.6 24.4 7.5 32.6 C 5.7 43 7.3 61 6 90.1"
169
+ ? "M 17.21 10.15 C 10.25 15.06 9.26 25.57 8.27 33.78 6.64 44.19 8.09 62.22 7 90"
170
170
  : "M 17.52 9.94 C 13.52 12.94 11.9 16.2 9.1 20.5 6 25.4 4.54 29.6 1 35";
171
171
  const rightEdgePath = this.isLongSleeve
172
- ? "M 82.9 8.2 C 90.7 13.2 91.8 23.7 92.9 31.9 C 94.7 42.2 93.1 60.2 94.4 89.3"
172
+ ? "m 83.35 9.62 c 7.51 4.91 8.57 15.23 9.63 23.29 1.73 10.12 0.19 27.82 1 56.4"
173
173
  : "M 83 9.3 C 86.28 12.3 89.1 15.8 91.9 20.1 c 3.1 4.9 5.7 8.9 8.5 14";
174
174
  // Left sleeve edge line
175
175
  this.page
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soccer-jersey-fork",
3
- "version": "1.0.127",
3
+ "version": "1.0.128",
4
4
  "description": "Generate soccer jerseys in SVG format",
5
5
  "main": "lib/index.js",
6
6
  "author": "nadchif (https://github.com/nadchif)",