feat(plugin-buttons) added buttonhole-end and buttonhole-start snippets
This commit is contained in:
parent
aa78fb52dc
commit
d197cb11f1
2 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,9 @@
|
|||
Added:
|
||||
charlie:
|
||||
- Inital release of the Charlie Chinos pattern
|
||||
plugin-buttons:
|
||||
- Added the buttonhole-end snippet
|
||||
- Added the buttonhole-start snippet
|
||||
titan:
|
||||
- Added the crossSeamCurveAngle option
|
||||
- Added the crotchSeamCurveAngle option
|
||||
|
@ -17,6 +20,7 @@
|
|||
Fixed:
|
||||
titan:
|
||||
- Adapt seat control point when waist is dropped below the hip line
|
||||
- Removed lingering console.log statements
|
||||
|
||||
2.14.0:
|
||||
date: 2021-03-07
|
||||
|
|
|
@ -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>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue