mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-25 09:52:19 +01:00
Added sweep icon
This commit is contained in:
parent
ee4c0b8f12
commit
82718d0a0c
2 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ interface SweepParams {
|
|||
export const SweepOperation: OperationDescriptor<SweepParams> = {
|
||||
id: 'SWEEP',
|
||||
label: 'Sweep',
|
||||
icon: 'img/cad/loft',
|
||||
icon: 'img/cad/sweep',
|
||||
info: 'Sweeps 2D profile loop',
|
||||
paramsInfo: ({ }) => `(${r()})`,
|
||||
run: (params: SweepParams, ctx: ApplicationContext) => {
|
||||
|
|
|
|||
BIN
web/img/cad/sweep96.png
Normal file
BIN
web/img/cad/sweep96.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in a new issue