1
0
Fork 0

feat(plugin-buttons) added buttonhole-end and buttonhole-start snippets

This commit is contained in:
Joost De Cock 2021-03-14 15:07:14 +01:00
parent aa78fb52dc
commit d197cb11f1
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,9 @@
Added: Added:
charlie: charlie:
- Inital release of the Charlie Chinos pattern - Inital release of the Charlie Chinos pattern
plugin-buttons:
- Added the buttonhole-end snippet
- Added the buttonhole-start snippet
titan: titan:
- Added the crossSeamCurveAngle option - Added the crossSeamCurveAngle option
- Added the crotchSeamCurveAngle option - Added the crotchSeamCurveAngle option
@ -17,6 +20,7 @@
Fixed: Fixed:
titan: titan:
- Adapt seat control point when waist is dropped below the hip line - Adapt seat control point when waist is dropped below the hip line
- Removed lingering console.log statements
2.14.0: 2.14.0:
date: 2021-03-07 date: 2021-03-07

View file

@ -1 +1 @@
export default '<g id="buttonhole"><path style="fill:none;stroke:#000000;" d="M -1,-5 L 1,-5 L 1,5 L -1,5 z" /><path style="fill:#000000;stroke:none;" d="M -1,-5 L 1,-5 L 1,-4 L -1,-4 z M -1,5 L 1,5 L 1,4 L -1,4 z" /></g>' export default '<g id="buttonhole"><path style="fill:none;stroke:#000000;" d="M -1,-5 L 1,-5 L 1,5 L -1,5 z" /></g><g id="buttonhole-start"><path style="fill:none;stroke:#000000;" d="M -1,-10 L 1,-10 L 1,0 L -1,0 z" /></g><g id="buttonhole-end"><path style="fill:none;stroke:#000000;" d="M -1,0 L 1,0 L 1,10 L -1,10 z" /></g>'