soccer-jersey-fork 1.0.97 → 1.0.98

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.
@@ -311,7 +311,7 @@ export const addShortSideColor = (page, color) => {
311
311
  export function addShoulderSideColor(page, color) {
312
312
  // left
313
313
  page
314
- .path(`m 0 35, l 16.5 -26, 21 -8`)
314
+ .path(`m 0 35, l 16.5 -26, 20 -8`)
315
315
  .fill("none")
316
316
  .stroke({ width: 2, color, linecap: "butt" });
317
317
  // right
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soccer-jersey-fork",
3
- "version": "1.0.97",
3
+ "version": "1.0.98",
4
4
  "description": "Generate soccer jerseys in SVG format",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {