@frangoteam/fuxa-min 1.1.19
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.
- package/LICENSE +21 -0
- package/README.md +41 -0
- package/_images/Pipes/P1.svg +39 -0
- package/_images/Tanks/Fl.svg +7 -0
- package/api/alarms/index.js +132 -0
- package/api/auth/index.js +71 -0
- package/api/command/index.js +187 -0
- package/api/daq/index.js +79 -0
- package/api/diagnose/index.js +163 -0
- package/api/index.js +181 -0
- package/api/jwt-helper.js +106 -0
- package/api/plugins/index.js +109 -0
- package/api/projects/index.js +229 -0
- package/api/resources/index.js +118 -0
- package/api/scripts/index.js +82 -0
- package/api/users/index.js +109 -0
- package/dist/3rdpartylicenses.txt +1477 -0
- package/dist/Quicksand-Bold.071154c292aef0b8.woff +0 -0
- package/dist/Quicksand-Bold.6383d6475ed5c40f.woff2 +0 -0
- package/dist/Quicksand-Bold.f07d467887f9cfab.ttf +0 -0
- package/dist/Quicksand-Medium.0982a651e8d4315f.woff +0 -0
- package/dist/Quicksand-Medium.9d2733fbfb9b1be8.ttf +0 -0
- package/dist/Quicksand-Medium.b09302365c586eb2.woff2 +0 -0
- package/dist/Quicksand-Regular.16adf9eecd267273.woff +0 -0
- package/dist/Quicksand-Regular.78819724f6aeff59.woff2 +0 -0
- package/dist/Quicksand-Regular.8829564f0e14bf76.ttf +0 -0
- package/dist/assets/fonts/icomoon.eot +0 -0
- package/dist/assets/fonts/icomoon.svg +19 -0
- package/dist/assets/fonts/icomoon.ttf +0 -0
- package/dist/assets/fonts/icomoon.woff +0 -0
- package/dist/assets/fonts/myicons.eot +0 -0
- package/dist/assets/fonts/myicons.svg +19 -0
- package/dist/assets/fonts/myicons.ttf +0 -0
- package/dist/assets/fonts/myicons.woff +0 -0
- package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.ttf +0 -0
- package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.woff +0 -0
- package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.woff2 +0 -0
- package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.ttf +0 -0
- package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.woff +0 -0
- package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.woff2 +0 -0
- package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.ttf +0 -0
- package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.woff +0 -0
- package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.woff2 +0 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.svg +10486 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.svg +9998 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.svg +10487 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.svg +10004 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.svg +10012 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.woff2 +0 -0
- package/dist/assets/i18n/de.json +1308 -0
- package/dist/assets/i18n/en.json +1438 -0
- package/dist/assets/i18n/es.json +777 -0
- package/dist/assets/i18n/fr.json +1129 -0
- package/dist/assets/i18n/ko.json +774 -0
- package/dist/assets/i18n/pt.json +657 -0
- package/dist/assets/i18n/ru.json +1228 -0
- package/dist/assets/i18n/tr.json +673 -0
- package/dist/assets/i18n/ua.json +614 -0
- package/dist/assets/i18n/zh-cn.json +1252 -0
- package/dist/assets/images/align-bottom.svg +88 -0
- package/dist/assets/images/align-center.svg +86 -0
- package/dist/assets/images/align-left.svg +86 -0
- package/dist/assets/images/align-middle.svg +88 -0
- package/dist/assets/images/align-right.svg +88 -0
- package/dist/assets/images/align-top.svg +88 -0
- package/dist/assets/images/bag.svg +115 -0
- package/dist/assets/images/button.svg +22 -0
- package/dist/assets/images/chart.svg +17 -0
- package/dist/assets/images/circle.svg +84 -0
- package/dist/assets/images/compressor-a.svg +2 -0
- package/dist/assets/images/editvalue.svg +14 -0
- package/dist/assets/images/ellipse.svg +84 -0
- package/dist/assets/images/flip-orizontal.svg +86 -0
- package/dist/assets/images/flip-vertical.svg +82 -0
- package/dist/assets/images/gauge-donut.png +0 -0
- package/dist/assets/images/gauge-mat.png +0 -0
- package/dist/assets/images/gauge-zone.png +0 -0
- package/dist/assets/images/graphbar.svg +18 -0
- package/dist/assets/images/group.svg +91 -0
- package/dist/assets/images/iframe.svg +54 -0
- package/dist/assets/images/image.svg +95 -0
- package/dist/assets/images/led-circle.svg +77 -0
- package/dist/assets/images/line.svg +86 -0
- package/dist/assets/images/linecap-butt.svg +77 -0
- package/dist/assets/images/linecap-round.svg +77 -0
- package/dist/assets/images/linecap-square.svg +82 -0
- package/dist/assets/images/linejoin-bevel.svg +77 -0
- package/dist/assets/images/linejoin-miter.svg +77 -0
- package/dist/assets/images/linejoin-round.svg +77 -0
- package/dist/assets/images/logo.svg +18 -0
- package/dist/assets/images/path.svg +100 -0
- package/dist/assets/images/pencil.svg +98 -0
- package/dist/assets/images/pipe.svg +15 -0
- package/dist/assets/images/progress-v.svg +79 -0
- package/dist/assets/images/rect.svg +84 -0
- package/dist/assets/images/select-pointer.svg +93 -0
- package/dist/assets/images/selectvalue.svg +14 -0
- package/dist/assets/images/semaphore.svg +19 -0
- package/dist/assets/images/slider.svg +17 -0
- package/dist/assets/images/switch.svg +15 -0
- package/dist/assets/images/table.svg +55 -0
- package/dist/assets/images/text.svg +294 -0
- package/dist/assets/images/to-bottom.svg +163 -0
- package/dist/assets/images/to-path.svg +94 -0
- package/dist/assets/images/to-top.svg +163 -0
- package/dist/assets/images/to_top.svg +88 -0
- package/dist/assets/images/todelete.svg +13 -0
- package/dist/assets/images/ungroup.svg +108 -0
- package/dist/assets/images/value.svg +81 -0
- package/dist/assets/images/valve-a.svg +2 -0
- package/dist/assets/images/webcam.svg +16 -0
- package/dist/assets/lib/ext-styles.css +28 -0
- package/dist/assets/lib/gauge/gauge.js +988 -0
- package/dist/assets/lib/gauge/gauge.min.js +1 -0
- package/dist/assets/lib/nouislider/nouislider.min.css +1 -0
- package/dist/assets/lib/nouislider/nouislider.min.js +1 -0
- package/dist/assets/lib/numeral/locales.min.js +7 -0
- package/dist/assets/lib/numeral/numeral.min.js +8 -0
- package/dist/assets/lib/pdfkit-table/index.js +967 -0
- package/dist/assets/lib/svg/raphael.min.js +1 -0
- package/dist/assets/lib/svg/svg.js +5573 -0
- package/dist/assets/lib/svg/svg.min.js +13 -0
- package/dist/assets/lib/svgeditor/extensions/ext-bundle.min.js +1 -0
- package/dist/assets/lib/svgeditor/extensions/ext-html_button.min.css +1 -0
- package/dist/assets/lib/svgeditor/fuxa-editor.min.js +23 -0
- package/dist/assets/lib/svgeditor/jquery-plugin.min.css +2 -0
- package/dist/assets/lib/svgeditor/jquery-plugin.min.js +52 -0
- package/dist/assets/lib/svgeditor/jquery-ui-1.8.17.custom.min.js +54 -0
- package/dist/assets/lib/svgeditor/jquery.min.js +4 -0
- package/dist/assets/lib/svgeditor/shapes/ape-shapes.js +39 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-disc.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-paddle.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-prop.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-turbo.svg +19 -0
- package/dist/assets/lib/svgeditor/shapes/img/anim-eli.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/anim-piston.svg +14 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifugal.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifugal1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge3.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge4.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compair.svg +92 -0
- package/dist/assets/lib/svgeditor/shapes/img/compdiaph.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compejector.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compreci.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/compreci2.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/compressor-fan.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/compressor-piston.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compressor-void.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compring.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/compring2.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/comprotary.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/comprotary2.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/compscrew.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compsilence.svg +20 -0
- package/dist/assets/lib/svgeditor/shapes/img/compturbo.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher1.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher3.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher4.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher5.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher6.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher7.svg +21 -0
- package/dist/assets/lib/svgeditor/shapes/img/diaph.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier1.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier2.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier3.svg +23 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier4.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger-filter.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger-heat.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger-tube.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger6.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger7.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger8.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger9.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/feeder.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/feeder2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/feeder3.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/filter2.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/filter3.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting10.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting11.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting12.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting13.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting2.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting3.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting4.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting6.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting7.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting8.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting9.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc1.svg +75 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc2.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc4.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc6.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc7.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc8.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/motor-simb.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/nozzle.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/nozzle2.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi1.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi2.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi6.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi7.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpblower.svg +76 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpcentri1.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpcentri2.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpfeed.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpgear.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpgear2.svg +19 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumphidra.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumphorizo.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpjet.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpperis.svg +20 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpscreew.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpscreew2.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpturbi.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpvacuum.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-arrow.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-circle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-circleindi.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cloud.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cone.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-corner.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cross.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cylinder.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-delay.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-diamond.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-display.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-docu.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-doublearrow.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-drop.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-halfcircle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-heart.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-looplimit.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-maninput.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-nosymbol.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-octagon.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-offpage.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-or.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-or2.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-parallelogram.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-pentagon.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-poval.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-prepara.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-rectangle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-rectindi.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-star4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-switch.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-tape.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-tee.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-ticket.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-trape.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-triangle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-vor.svg +14 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank1.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank2.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank5.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank6.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank7.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank8.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank9.svg +21 -0
- package/dist/assets/lib/svgeditor/shapes/img/valve-ax.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/valve-bx.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/valve-cx.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/webcam.svg +6 -0
- package/dist/assets/lib/svgeditor/shapes/my-shapes.js +178 -0
- package/dist/assets/lib/svgeditor/shapes/proc-comp-shapes.js +105 -0
- package/dist/assets/lib/svgeditor/shapes/proc-general-shapes.js +60 -0
- package/dist/assets/lib/svgeditor/shapes/proc-pumps-shapes.js +112 -0
- package/dist/assets/lib/svgeditor/shapes/proc-shapes.js +606 -0
- package/dist/assets/lib/svgeditor/shapes/shapes.js +30 -0
- package/dist/assets/lib/svgeditor/svg-editor.min.css +1 -0
- package/dist/assets/lib/uplot/placement.min.js +2 -0
- package/dist/assets/project.demo.fuxap +1 -0
- package/dist/favicon.ico +0 -0
- package/dist/icomoon.86abfb46e057ade8.eot +0 -0
- package/dist/icomoon.c1f8b59bad308d66.woff +0 -0
- package/dist/icomoon.ce427f75e21963af.ttf +0 -0
- package/dist/icomoon.dfb0a89feb346906.svg +19 -0
- package/dist/index.html +50 -0
- package/dist/logo.0e8e64e69250a450.svg +18 -0
- package/dist/main.a356f552d9838b9e.js +1 -0
- package/dist/material-icons-outlined.78a93b2079680a08.woff +0 -0
- package/dist/material-icons-outlined.f86cb7b0aa53f0fe.woff2 +0 -0
- package/dist/material-icons-round.92dc7ca2f4c591e7.woff +0 -0
- package/dist/material-icons-round.b10ec9db5b7fbc74.woff2 +0 -0
- package/dist/material-icons-sharp.3885863ee4746422.woff2 +0 -0
- package/dist/material-icons-sharp.a71cb2bf66c604de.woff +0 -0
- package/dist/material-icons-two-tone.588d63134de807a7.woff +0 -0
- package/dist/material-icons-two-tone.675bd578bd14533e.woff2 +0 -0
- package/dist/material-icons.4ad034d2c499d9b6.woff +0 -0
- package/dist/material-icons.59322316b3fd6063.woff2 +0 -0
- package/dist/polyfills.2696a6f9dc75535e.js +1 -0
- package/dist/roboto-bold-webfont.29ac6158e35aee95.woff +0 -0
- package/dist/roboto-bold-webfont.568ab1fa3f154a77.svg +10486 -0
- package/dist/roboto-bold-webfont.6bcfbdc216b3bc78.woff2 +0 -0
- package/dist/roboto-bold-webfont.7c22a4dfdee2ff33.ttf +0 -0
- package/dist/roboto-light-webfont.13492ec56771eeee.svg +9998 -0
- package/dist/roboto-light-webfont.61fa26c99b07ac83.woff2 +0 -0
- package/dist/roboto-light-webfont.95295ce84942d8ce.ttf +0 -0
- package/dist/roboto-light-webfont.ae19119a2889dfdf.woff +0 -0
- package/dist/roboto-medium-webfont.30344f0411888055.woff +0 -0
- package/dist/roboto-medium-webfont.57fb00cab0317d2d.woff2 +0 -0
- package/dist/roboto-medium-webfont.a40869e060a388c0.ttf +0 -0
- package/dist/roboto-medium-webfont.ea02241c29620c02.svg +10487 -0
- package/dist/roboto-regular-webfont.2b0501b72f5a94d5.ttf +0 -0
- package/dist/roboto-regular-webfont.2ce0ba9a06424965.svg +10004 -0
- package/dist/roboto-regular-webfont.ae47f6f1292d196f.woff2 +0 -0
- package/dist/roboto-regular-webfont.f58066a2d9061006.woff +0 -0
- package/dist/roboto-thin-webfont.0a64479870f676e8.ttf +0 -0
- package/dist/roboto-thin-webfont.0f7221f5c7e972ef.woff2 +0 -0
- package/dist/roboto-thin-webfont.51b221e22714b1fe.svg +10012 -0
- package/dist/roboto-thin-webfont.dac941649dd4eac0.woff +0 -0
- package/dist/runtime.8ef63094e52a66ba.js +1 -0
- package/dist/scripts.1c3385254ff4c93c.js +1 -0
- package/dist/styles.cf8e3cf50d039a5c.css +1 -0
- package/fuxa.js +39 -0
- package/main.js +381 -0
- package/package.json +68 -0
- package/paths.js +44 -0
- package/project.default.json +11 -0
- package/project.demo.fuxap +1 -0
- package/runtime/alarms/alarmstorage.js +205 -0
- package/runtime/alarms/index.js +678 -0
- package/runtime/devices/bacnet/index.js +730 -0
- package/runtime/devices/device-utils.js +95 -0
- package/runtime/devices/device.js +551 -0
- package/runtime/devices/ethernetip/index.js +381 -0
- package/runtime/devices/fuxaserver/index.js +310 -0
- package/runtime/devices/httprequest/index.js +495 -0
- package/runtime/devices/index.js +489 -0
- package/runtime/devices/modbus/datatypes.js +122 -0
- package/runtime/devices/modbus/index.js +730 -0
- package/runtime/devices/mqtt/index.js +618 -0
- package/runtime/devices/odbc/index.js +408 -0
- package/runtime/devices/opcua/index.js +817 -0
- package/runtime/devices/s7/datatypes.js +88 -0
- package/runtime/devices/s7/index.js +702 -0
- package/runtime/devices/template/index.js +141 -0
- package/runtime/events.js +33 -0
- package/runtime/index.js +559 -0
- package/runtime/jobs/cleaner.js +74 -0
- package/runtime/jobs/fonts/LICENSE.txt +202 -0
- package/runtime/jobs/fonts/Roboto-Black.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-BlackItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Bold.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-BoldItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Italic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Light.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-LightItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Medium.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-MediumItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Regular.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Thin.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-ThinItalic.ttf +0 -0
- package/runtime/jobs/helper/image-generator.js +82 -0
- package/runtime/jobs/index.js +214 -0
- package/runtime/jobs/report.js +353 -0
- package/runtime/logger.js +113 -0
- package/runtime/notificator/index.js +383 -0
- package/runtime/notificator/notifystorage.js +179 -0
- package/runtime/plugins/index.js +255 -0
- package/runtime/project/index.js +959 -0
- package/runtime/project/prjstorage.js +222 -0
- package/runtime/scripts/index.js +313 -0
- package/runtime/scripts/msm.js +146 -0
- package/runtime/storage/calculator.js +227 -0
- package/runtime/storage/daqstorage.js +188 -0
- package/runtime/storage/influxdb/index.js +240 -0
- package/runtime/storage/sqlite/currentstorage.js +144 -0
- package/runtime/storage/sqlite/index.js +695 -0
- package/runtime/storage/tdengine/index.js +106 -0
- package/runtime/users/index.js +123 -0
- package/runtime/users/usrstorage.js +201 -0
- package/runtime/utils.js +284 -0
- package/screenshot/feature-action-move.gif +0 -0
- package/screenshot/fuxa-ani.gif +0 -0
- package/screenshot/fuxa-device.gif +0 -0
- package/screenshot/fuxa-editor.png +0 -0
- package/screenshot/fuxa-hmi.gif +0 -0
- package/screenshot/fuxa-home.png +0 -0
- package/screenshot/fuxa-test.gif +0 -0
- package/settings.default.js +65 -0
|
@@ -0,0 +1,606 @@
|
|
|
1
|
+
|
|
2
|
+
// add the shape library: with file name as parameter (have to be unique)
|
|
3
|
+
(function () {
|
|
4
|
+
'use strict';
|
|
5
|
+
var shapesGroupName = 'editor.processeng'; // used to organize and gropping the shapes, displayed in editor menu as label with expand/collapse
|
|
6
|
+
var typeId = 'proceng'; // used to identify shapes type, 'proc-eng' is binded with angular component 'ProcEngComponent'
|
|
7
|
+
// if you make a new type you have to implement the angular component too
|
|
8
|
+
|
|
9
|
+
// add in this array your schapes data, the shape object has the following attributes:
|
|
10
|
+
// 'name': is unique for shape type
|
|
11
|
+
// 'ico': path icon displayed in editor menu
|
|
12
|
+
// 'content': array of svg element
|
|
13
|
+
// 'id': element id used if you like make a animation managed in angular component
|
|
14
|
+
// 'type': svg element type (path, text, circle,...) see svg description
|
|
15
|
+
// 'attr': element attribute, depending of type
|
|
16
|
+
|
|
17
|
+
var shapes = [
|
|
18
|
+
{
|
|
19
|
+
name: 'centrifugal', ico: 'assets/lib/svgeditor/shapes/img/centrifugal.svg', content: [
|
|
20
|
+
{ id: '', type: 'path', attr: { d: 'M 40,20 A 20,20 0 0 1 20,40 20,20 0 0 1 0,20 20,20 0 0 1 20,0 20,20 0 0 1 40,20' } },
|
|
21
|
+
{ id: '', type: 'path', attr: { d: 'M 20 0 L 20 40 M 0 20 L 20 0 L 40 20' } }]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
name: 'diaph', ico: 'assets/lib/svgeditor/shapes/img/diaph.svg', content: [
|
|
25
|
+
{ id: '', type: 'path', attr: { d: 'M 40,20 A 20,20 0 0 1 20,40 20,20 0 0 1 0,20 20,20 0 0 1 20,0 20,20 0 0 1 40,20' } },
|
|
26
|
+
{ id: '', type: 'path', attr: { d: 'M 20 0 L 40 20 C 35.06 25.95 27.73 29.39 20 29.39 C 12.27 29.39 4.94 25.95 0 20 Z' } }]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'pumphidra', ico: 'assets/lib/svgeditor/shapes/img/pumphidra.svg', content: [
|
|
30
|
+
{ id: '', type: 'path', attr: { d: 'M 40,20 A 20,20 0 0 1 20,40 20,20 0 0 1 0,20 20,20 0 0 1 20,0 20,20 0 0 1 40,20' } },
|
|
31
|
+
{ id: '', type: 'path', attr: { d: 'M 0 20 L 20 0 L 40 20' } }]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'pumpjet', ico: 'assets/lib/svgeditor/shapes/img/pumpjet.svg', content: [
|
|
35
|
+
{ id: '', type: 'path', attr: { d: 'M 40,20 A 20,20 0 0 1 20,40 20,20 0 0 1 0,20 20,20 0 0 1 20,0 20,20 0 0 1 40,20' } },
|
|
36
|
+
{ id: '', type: 'path', attr: { d: 'M 0 20 L 20 0 L 40 20 M 8.8 11.2 C 14.87 18.58 14.87 29.22 8.8 36.6 M 31.2 11.2 C 25.13 18.58 25.13 29.22 31.2 36.6' } }]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'pumpgear', ico: 'assets/lib/svgeditor/shapes/img/pumpgear.svg', content: [
|
|
40
|
+
{ id: '', type: 'path', attr: { d: 'M 40,20 A 20,20 0 0 1 20,40 20,20 0 0 1 0,20 20,20 0 0 1 20,0 20,20 0 0 1 40,20' } },
|
|
41
|
+
{ id: '', type: 'path', attr: { d: 'M 0 20 L 20 0 L 40 20' } },
|
|
42
|
+
{ id: '', type: 'path', attr: { d: 'm 20,20 a 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 6,6 0 0 1 6,6' } },
|
|
43
|
+
{ id: '', type: 'path', attr: { d: 'm 32,20 a 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 6,6 0 0 1 6,6' } }]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
name: 'motor', ico: 'assets/lib/svgeditor/shapes/img/motor-simb.svg', content: [
|
|
47
|
+
{ id: 'c', type: 'ellipse', attr: { cx: '20', cy: '20', rx: '20.5', ry: '20.5' } },
|
|
48
|
+
{ id: 's', type: 'path', attr: { d: 'M 20,1 40,20.25 20,39.5 Z', fill: '#000000' } }]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: 'pumpturbi', ico: 'assets/lib/svgeditor/shapes/img/pumpturbi.svg', content: [
|
|
52
|
+
{ id: '', type: 'path', attr: { d: 'M -0.38 17.23 L 6.67 17.23 L 6.67 11.75 L 69.33 0 L 69.33 17.23 L 76.38 17.23 L 76.38 29.77 L 69.33 29.77 L 69.33 47 L 6.67 35.25 L 6.67 29.77 L -0.38 29.77 Z M 6.67 17.23 L 6.67 29.77 M 69.33 17.23 L 69.33 29.77' } }]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
name: 'pumpcentri1', ico: 'assets/lib/svgeditor/shapes/img/pumpcentri1.svg', content: [
|
|
56
|
+
{ id: '', type: 'path', attr: { d: 'M 0.43 18.66 C 2.16 7.93 11.02 0.07 21.43 0 L 50 0 L 50 14.93 L 41.75 14.93 C 44.47 22.91 42.65 31.81 37.04 37.93 C 31.43 44.05 22.99 46.34 15.24 43.84 C 7.49 41.34 1.76 34.48 0.43 26.12' } }]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
name: 'pumpvacuum', ico: 'assets/lib/svgeditor/shapes/img/pumpvacuum.svg', content: [
|
|
60
|
+
{ id: '', type: 'path', attr: { d: 'M 0.5 20.49 L 13.68 20.49 L 13.68 13.35 L 24.68 13.35 C 28.3 5.24 36.47 0 45.5 0 C 54.53 0 62.7 5.24 66.32 13.35 L 77.32 13.35 L 77.32 20.49 L 90.5 20.49 L 90.5 24.06 L 77.32 24.06 L 77.32 31.2 L 66.32 31.2 C 62.7 39.31 54.53 44.55 45.5 44.55 C 36.47 44.55 28.3 39.31 24.68 31.2 L 13.68 31.2 L 13.68 24.06 L 0.5 24.06 Z' } },
|
|
61
|
+
{ id: '', type: 'path', attr: { d: 'M 13.68 20.49 L 13.68 24.06 M 77.32 20.49 L 77.32 24.06 M 24.68 31.2 C 22.15 25.51 22.15 19.04 24.68 13.35 M 66.32 13.35 C 68.85 19.04 68.85 25.51 66.32 31.2' } }]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
name: 'pumpcentri2', ico: 'assets/lib/svgeditor/shapes/img/pumpcentri2.svg', content: [
|
|
65
|
+
{ id: '', type: 'path', attr: { d: 'M 49.57 17.86 C 47.84 7.6 38.98 0.06 28.57 0 L 0 0 L 0 14.29 L 8.25 14.29 C 5.53 21.93 7.35 30.45 12.96 36.31 C 18.57 42.17 27.01 44.35 34.76 41.96 C 42.51 39.57 48.24 33 49.57 25' } }]
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
name: 'pumpscreew', ico: 'assets/lib/svgeditor/shapes/img/pumpscreew.svg', content: [
|
|
69
|
+
{ id: '', type: 'path', attr: { d: 'M 86.46 0 C 82.18 3.8 79.73 9.26 79.73 15 C 79.73 20.74 82.18 26.2 86.46 30 L 116.27 30 C 120.55 26.2 123 20.74 123 15 C 123 9.26 120.55 3.8 116.27 0 Z M 74.53 15 L 79.5 15 M 14.91 25 L 14.91 35 M 59.63 25 L 59.63 35' } },
|
|
70
|
+
{ id: '', type: 'path', attr: { d: 'M 0,5 H 74.529999 V 25 H 0 Z' } },
|
|
71
|
+
{ id: '', type: 'path', attr: { d: 'M 4.47 15 C 5.42 11.35 7.57 9 9.94 9 C 12.31 9 14.46 11.35 15.4 15 C 16.35 18.65 18.5 21 20.87 21 C 23.24 21 25.39 18.65 26.34 15 C 27.28 11.35 29.43 9 31.8 9 C 34.17 9 36.32 11.35 37.27 15 C 38.21 18.65 40.36 21 42.73 21 C 45.1 21 47.25 18.65 48.2 15 C 49.15 11.35 51.29 9 53.66 9 C 56.04 9 58.18 11.35 59.13 15 C 60.08 18.65 62.22 21 64.6 21 C 66.97 21 69.11 18.65 70.06 15 M 86.46 0 L 86.46 30 M 116.27 0 L 116.27 30' } }]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
name: 'pumpblower', ico: 'assets/lib/svgeditor/shapes/img/pumpblower.svg', content: [
|
|
75
|
+
{ id: '', type: 'path', attr: { d: 'M 15.71 37.5 L 7.41 46.53 L 48.9 46.53 L 40.61 37.5' } },
|
|
76
|
+
{ id: '', type: 'path', attr: { d: 'M 0.5 0 L 28.16 0 C 37.18 0.07 45.13 5.98 47.81 14.63 C 50.5 23.28 47.31 32.68 39.93 37.89 C 32.54 43.09 22.65 42.91 15.47 37.43 C 8.28 31.95 5.44 22.43 8.45 13.89 L 0.5 13.72 Z' } },
|
|
77
|
+
{ id: '', type: 'path', attr: { d: 'M 35.074673,20.83 A 6.9146729,6.9447761 0 0 1 28.16,27.774776 6.9146729,6.9447761 0 0 1 21.245327,20.83 6.9146729,6.9447761 0 0 1 28.16,13.885224 6.9146729,6.9447761 0 0 1 35.074673,20.83' } }]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: 'pumpgear2', ico: 'assets/lib/svgeditor/shapes/img/pumpgear2.svg', content: [
|
|
81
|
+
{ id: '', type: 'path', attr: { d: 'M 13.16 71.93 L 6.58 79.82 L 43.42 79.82 L 36.75 71.93' } },
|
|
82
|
+
{ id: '', type: 'path', attr: { d: 'M 42.54 8.77 L 42.54 65.79 C 42.54 70.63 34.69 74.56 25 74.56 C 15.31 74.56 7.46 70.63 7.46 65.79 L 7.46 8.77 C 7.46 3.93 15.31 0 25 0 C 34.69 0 42.54 3.93 42.54 8.77 Z' } },
|
|
83
|
+
{ id: '', type: 'path', attr: { d: 'M 39.035088,52.630001 A 14.035088,14.034286 0 0 1 25,66.664287 14.035088,14.034286 0 0 1 10.964912,52.630001 14.035088,14.034286 0 0 1 25,38.595716 14.035088,14.034286 0 0 1 39.035088,52.630001' } },
|
|
84
|
+
{ id: '', type: 'path', attr: { d: 'M 39.035088,20.17 A 14.035088,14.034286 0 0 1 25,34.204286 14.035088,14.034286 0 0 1 10.964912,20.17 14.035088,14.034286 0 0 1 25,6.1357145 14.035088,14.034286 0 0 1 39.035088,20.17' } },
|
|
85
|
+
{ id: '', type: 'path', attr: { d: 'M 50 27.63 L 50 45.17 M 42.54 36.4 L 50 36.4 M 0 28.07 L 0 45.61 M 0 36.4 L 7.46 36.4' } }]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
name: 'pumphorizo', ico: 'assets/lib/svgeditor/shapes/img/pumphorizo.svg', content: [
|
|
89
|
+
{ id: '', type: 'path', attr: { d: 'm 39.73,70.360001 h 2.74 V 79.56 h -2.74 z' } },
|
|
90
|
+
{ id: '', type: 'path', attr: { d: 'M 30.82 4.61 C 33.42 1.68 37.16 0 41.09 0 C 45.03 0 48.77 1.68 51.37 4.61 L 51.37 65.93 C 48.77 68.87 45.03 70.55 41.1 70.55 C 37.16 70.55 33.42 68.87 30.82 65.93 Z M 71.92 79.56 C 74.86 82.15 76.55 85.87 76.55 89.78 C 76.55 93.69 74.86 97.41 71.92 100 L 10.27 100 C 7.33 97.41 5.64 93.69 5.64 89.78 C 5.64 85.87 7.33 82.15 10.27 79.56 Z M 76.37 89.78 L 82.19 89.78 M 82.19 82.97 L 82.19 96.59 M 0 89.78 L 5.82 89.78 M 0 82.97 L 0 96.59 M 30.82 65.93 L 51.37 65.93 M 30.82 4.61 L 51.37 4.61' } }]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
name: 'pumpscreew2', ico: 'assets/lib/svgeditor/shapes/img/pumpscreew2.svg', content: [
|
|
94
|
+
{ id: '', type: 'path', attr: { d: 'M 8.57 38.01 L 0 47.16 L 42.86 47.16 L 34.29 38.01' } },
|
|
95
|
+
{ id: '', type: 'path', attr: { d: 'M 0.43 17.58 C 2.18 7.43 11.11 0 21.55 0 C 32 0 40.93 7.43 42.68 17.58 L 50 17.58 L 50 24.63 L 42.68 24.63 C 40.93 34.78 32 42.21 21.55 42.21 C 11.11 42.21 2.18 34.78 0.43 24.63' } }]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
name: 'pumpperis', ico: 'assets/lib/svgeditor/shapes/img/pumpperis.svg', content: [
|
|
99
|
+
{ id: '', type: 'path', attr: { d: 'M 9.6 45.08 L 0 55.48 L 48 55.48 L 38.4 45.08' } },
|
|
100
|
+
{ id: '', type: 'path', attr: { d: 'm 48,25.879999 a 24,24 0 0 1 -24,24 24,24 0 0 1 -24,-24 A 24,24 0 0 1 24,1.8799992 24,24 0 0 1 48,25.879999' } },
|
|
101
|
+
{ id: '', type: 'path', attr: { d: 'M 32,9.8800001 A 8,8 0 0 1 24,17.88 8,8 0 0 1 16,9.8800001 a 8,8 0 0 1 8,-8 8,8 0 0 1 8,8' } },
|
|
102
|
+
{ id: '', type: 'path', attr: { d: 'm 18.88,35.080002 a 8,8 0 0 1 -8,8 8,8 0 0 1 -7.9999999,-8 8,8 0 0 1 7.9999999,-8 8,8 0 0 1 8,8' } },
|
|
103
|
+
{ id: '', type: 'path', attr: { d: 'm 45.119999,35.080002 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8' } },
|
|
104
|
+
{ id: '', type: 'path', attr: { d: 'M 17.04 6.04 L 3.68 31.48 M 30.96 6.04 L 44.32 31.48 M 10.88 43.08 L 37.12 43.08 M 16 0.28 L 16 9.88 M 32 0.28 L 32 9.88' } }]
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
name: 'pumpfeed', ico: 'assets/lib/svgeditor/shapes/img/pumpfeed.svg', content: [
|
|
108
|
+
{ id: '', type: 'path', attr: { d: 'M 0.5 0 L 52.5 0 L 52.5 8 L 80.5 8 L 80.5 24 L 52.5 24 L 52.5 32 L 0.5 32 Z' } }]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: 'compvoid', ico: 'assets/lib/svgeditor/shapes/img/compressor-void.svg', content: [
|
|
112
|
+
{ id: '', type: 'path', attr: { d: 'm 10,3.3 28,8.4 m -28,26 28,-8.4 M 40,21 A 20,20 0 0 1 20,41 20,20 0 0 1 0,21 20,20 0 0 1 20,1 20,20 0 0 1 40,21 Z' } }]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
name: 'compfan', ico: 'assets/lib/svgeditor/shapes/img/compressor-fan.svg', content: [
|
|
116
|
+
{ id: '', type: 'path', attr: { d: 'm 17.41,14.62 c 2.15,2.52 3.49,4.91 2.99,5.34 -0.24,0.21 -0.88,-0.07 -1.79,-0.78 -0.9,-0.71 -1.99,-1.79 -3.02,-3 -2.15,-2.52 -3.49,-4.91 -2.99,-5.34 0.24,-0.21 0.88,0.07 1.79,0.78 0.9,0.71 1.99,1.79 3.02,3 z m -1.83,9.27 c 1.03,-1.22 2.11,-2.3 3,-3.02 0.9,-0.72 1.54,-1 1.78,-0.79 0.25,0.2 0.08,0.88 -0.48,1.88 -0.55,1.01 -1.43,2.26 -2.46,3.48 -1.03,1.22 -2.11,2.31 -3,3.02 -0.9,0.72 -1.54,1 -1.78,0.8 -0.25,-0.21 -0.08,-0.89 0.48,-1.89 0.55,-1.01 1.43,-2.26 2.46,-3.48 z M 33,20 A 6,1.2 0 0 1 27,21.2 6,1.2 0 0 1 21,20 6,1.2 0 0 1 27,18.8 6,1.2 0 0 1 33,20 M 10.5,2.8 l 28,8.4 m -28,26 28,-8.4 M 41,20 A 20,20 0 0 1 21,40 20,20 0 0 1 1,20 20,20 0 0 1 21,0 20,20 0 0 1 41,20 Z' } }]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
name: 'comppiston', ico: 'assets/lib/svgeditor/shapes/img/compressor-piston.svg', content: [
|
|
120
|
+
{ id: '', type: 'path', attr: { d: 'm 10,2.8 28,8.4 m -28,26 28,-8.4 M 14,20 h 12 m 0,-6 V 26 M 40,20 A 20,20 0 0 1 20,40 20,20 0 0 1 0,20 20,20 0 0 1 20,0 20,20 0 0 1 40,20 Z' } }]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: 'compring', ico: 'assets/lib/svgeditor/shapes/img/compring.svg', content: [
|
|
124
|
+
{ id: '', type: 'path', attr: { d: 'M 40,20 A 20,20 0 0 1 20,40 20,20 0 0 1 0,20 20,20 0 0 1 20,0 20,20 0 0 1 40,20' } },
|
|
125
|
+
{ id: '', type: 'path', attr: { d: 'm 28,20 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8' } },
|
|
126
|
+
{ id: '', type: 'path', attr: { d: 'M 10 2.8 L 38 11.2 M 10 37.2 L 38 28.8 M 13.76 9.6 L 15.92 13.2 M 13.76 30.4 L 15.92 26.8 M 26.24 30.4 L 24.08 26.8 M 26.24 9.6 L 24.08 13.2 M 8 20 L 12 20 M 28 20 L 32 20' } }]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
name: 'compejector', ico: 'assets/lib/svgeditor/shapes/img/compejector.svg', content: [
|
|
130
|
+
{ id: '', type: 'path', attr: { d: 'M 40,20 A 20,20 0 0 1 20,40 20,20 0 0 1 0,20 20,20 0 0 1 20,0 20,20 0 0 1 40,20' } },
|
|
131
|
+
{ id: '', type: 'path', attr: { d: 'M 10 2.8 L 38 11.2 M 10 37.2 L 38 28.8 M 2.6 10 C 10.45 15.51 21.11 14.67 28 8 M 2.6 30 C 10.45 24.49 21.11 25.33 28 32' } }]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
name: 'compdiaph', ico: 'assets/lib/svgeditor/shapes/img/compdiaph.svg', content: [
|
|
135
|
+
{ id: '', type: 'path', attr: { d: 'M 40,20 A 20,20 0 0 1 20,40 20,20 0 0 1 0,20 20,20 0 0 1 20,0 20,20 0 0 1 40,20' } },
|
|
136
|
+
{ id: '', type: 'path', attr: { d: 'M 10 2.8 L 38 11.2 M 10 37.2 L 38 28.8 M 10 2.8 C 4.82 13.68 4.82 26.32 10 37.2' } }]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
name: 'comprotary', ico: 'assets/lib/svgeditor/shapes/img/comprotary.svg', content: [
|
|
140
|
+
{ id: '', type: 'path', attr: { d: 'M 40,20 A 20,20 0 0 1 20,40 20,20 0 0 1 0,20 20,20 0 0 1 20,0 20,20 0 0 1 40,20' } },
|
|
141
|
+
{ id: '', type: 'path', attr: { d: 'M 10 2.8 L 38 11.2 M 10 37.2 L 38 28.8 M 12 20 L 28 20 M 26 14.8 C 28.56 17.79 28.56 22.21 26 25.2 M 14 14.8 C 11.44 17.79 11.44 22.21 14 25.2' } }]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
name: 'compscrew', ico: 'assets/lib/svgeditor/shapes/img/compscrew.svg', content: [
|
|
145
|
+
{ id: '', type: 'path', attr: { d: 'M 40,20 A 20,20 0 0 1 20,40 20,20 0 0 1 0,20 20,20 0 0 1 20,0 20,20 0 0 1 40,20' } },
|
|
146
|
+
{ id: '', type: 'path', attr: { d: 'M 10 2.8 L 38 11.2 M 10 37.2 L 38 28.8 M 10 18 L 12 16 L 16 20 L 20 16 L 24 20 L 28 16 L 30 18 M 10 22 L 12 20 L 16 24 L 20 20 L 24 24 L 28 20 L 30 22' } }]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
name: 'compair', ico: 'assets/lib/svgeditor/shapes/img/compair.svg', content: [
|
|
150
|
+
{ id: '', type: 'path', attr: { d: 'M 7.79 25.33 L 92.21 25.33 C 100 37.64 100 53.17 92.21 65.48 L 7.79 65.48 C 0 53.17 0 37.64 7.79 25.33 Z' } },
|
|
151
|
+
{ id: '', type: 'path', attr: { d: 'M 7.9899998,25.33 H 91.809999 V 65.480001 H 7.9899998 Z' } },
|
|
152
|
+
{ id: '', type: 'path', attr: { d: 'm 40.186186,18.639999 a 3.9261878,3.8235295 0 0 1 -3.926188,3.82353 3.9261878,3.8235295 0 0 1 -3.926187,-3.82353 3.9261878,3.8235295 0 0 1 3.926187,-3.823529 3.9261878,3.8235295 0 0 1 3.926188,3.823529' } },
|
|
153
|
+
{ id: '', type: 'path', attr: { d: 'M 74.052372,15.77 A 7.8523755,7.647059 0 0 1 66.199997,23.417059 7.8523755,7.647059 0 0 1 58.347621,15.77 7.8523755,7.647059 0 0 1 66.199997,8.1229415 7.8523755,7.647059 0 0 1 74.052372,15.77' } },
|
|
154
|
+
{ id: '', type: 'path', attr: { d: 'M 35.4 14.91 L 64.09 8.53 M 36.29 22.6 L 66.05 23.49 M 17.12 25.33 L 17.12 21.03 M 12.7 21.03 L 17.12 16.25 M 17.12 0.48 L 17.12 16.25 M 13.68 8.51 L 20.75 14.53 M 14.66 5.93 L 20.26 10.52 M 15.25 3.35 L 19.57 7.17 M 86.81 25.33 L 86.81 21.99' } },
|
|
155
|
+
{ id: '', type: 'path', attr: { d: 'M 12.7 11.95 L 22.03 21.03 L 12.7 21.03 Z M 83.86 11.95 L 89.75 11.95 L 83.86 21.99 L 89.75 21.99 Z' } }]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
name: 'compreci', ico: 'assets/lib/svgeditor/shapes/img/compreci.svg', content: [
|
|
159
|
+
{ id: '', type: 'path', attr: { d: 'M 14.8 39.98 L 14.8 -0.02 L 35.2 -0.02 L 35.2 12.98 L 76.02 12.98 L 76.02 39.98 Z' } },
|
|
160
|
+
{ id: '', type: 'path', attr: { d: 'm 0,22.98 h 14.29 v 4 H 0 Z' } },
|
|
161
|
+
{ id: '', type: 'path', attr: { d: 'M 76.02 22.98 L 89.29 22.98 L 89.29 21.48 L 100 24.98 L 89.29 28.48 L 89.29 26.98 L 76.02 26.98 Z' } }]
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
name: 'compreci2', ico: 'assets/lib/svgeditor/shapes/img/compreci2.svg', content: [
|
|
165
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0 H 40 V 40 H 0 Z' } },
|
|
166
|
+
{ id: '', type: 'path', attr: { d: 'M 0 18.4 L 40 18.4 M 0 21.6 L 40 21.6 M 20 21.6 L 20 52' } }]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'compsilence', ico: 'assets/lib/svgeditor/shapes/img/compsilence.svg', content: [
|
|
170
|
+
{ id: '', type: 'path', attr: { d: 'M 39.5 74.52 L 35.5 80.48 L 55.5 80.48 L 51.5 74.52 M 20.5 6 L 20.5 70.55 C 20.5 73.6 16.02 76.07 10.5 76.07 C 4.98 76.07 0.5 73.6 0.5 70.55 L 0.5 6 C 0.5 2.95 4.98 0.48 10.5 0.48 C 16.02 0.48 20.5 2.95 20.5 6 Z M 70.5 6 L 70.5 70.55 C 70.5 73.6 74.98 76.07 80.5 76.07 C 86.02 76.07 90.5 73.6 90.5 70.55 L 90.5 6 C 90.5 2.95 86.02 0.48 80.5 0.48 C 74.98 0.48 70.5 2.95 70.5 6 Z' } },
|
|
171
|
+
{ id: '', type: 'path', attr: { d: 'M 55.5 35.79 L 55.5 70.55 C 55.5 73.6 51.02 76.07 45.5 76.07 C 39.98 76.07 35.5 73.6 35.5 70.55 L 35.5 35.79 C 35.5 32.75 39.98 30.28 45.5 30.28 C 51.02 30.28 55.5 32.75 55.5 35.79 Z' } },
|
|
172
|
+
{ id: '', type: 'path', attr: { d: 'm 53.5,63.599998 a 8,7.9443893 0 0 1 -8,7.94439 8,7.9443893 0 0 1 -8,-7.94439 8,7.9443893 0 0 1 8,-7.944389 8,7.9443893 0 0 1 8,7.944389' } },
|
|
173
|
+
{ id: '', type: 'path', attr: { d: 'm 53.5,43.740002 a 8,7.9443893 0 0 1 -8,7.944389 8,7.9443893 0 0 1 -8,-7.944389 8,7.9443893 0 0 1 8,-7.94439 8,7.9443893 0 0 1 8,7.94439' } },
|
|
174
|
+
{ id: '', type: 'path', attr: { d: 'M 20.5 53.67 L 35.5 53.67 M 55.5 53.67 L 70.5 53.67' } },
|
|
175
|
+
{ id: '', type: 'path', attr: { d: 'M 28 45.72 L 28 61.61 M 63 45.72 L 63 61.61' } }]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: 'compturbo', ico: 'assets/lib/svgeditor/shapes/img/compturbo.svg', content: [
|
|
179
|
+
{ id: '', type: 'path', attr: { d: 'M 65.82 2.09 L 89.29 2.09 L 89.29 0 L 100 4.7 L 89.29 9.4 L 89.29 7.31 L 70.92 7.31 L 70.92 27.16 L 65.82 26.12 Z M 25 17.76 L 76.02 28.21 L 76.02 59.55 L 25 70 Z M 19.9 33.43 L 19.9 54.33 L 0.51 49.1 L 0.51 38.66 Z M 0 2.09 L 40.31 2.09 L 40.31 20.9 L 35.2 19.85 L 35.2 7.31 L 0 7.31 Z' } },
|
|
180
|
+
{ id: '', type: 'path', attr: { d: 'M 19.9 40.75 L 25 40.75 M 19.9 47.01 L 25 47.01' } }]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
name: 'comprotary2', ico: 'assets/lib/svgeditor/shapes/img/comprotary2.svg', content: [
|
|
184
|
+
{ id: '', type: 'path', attr: { d: 'M 7.5 82 L 0 91 L 42 91 L 34.4 82' } },
|
|
185
|
+
{ id: '', type: 'path', attr: { d: 'M 41 10 L 41 75 C 41 80.52 32.05 85 21 85 C 9.95 85 1 80.52 1 75 L 1 10 C 1 4.48 9.95 0 21 0 C 32.05 0 41 4.48 41 10 Z' } },
|
|
186
|
+
{ id: '', type: 'path', attr: { d: 'M 37,23 A 16,16 0 0 1 21,39 16,16 0 0 1 5,23 16,16 0 0 1 21,7 16,16 0 0 1 37,23' } },
|
|
187
|
+
{ id: '', type: 'path', attr: { d: 'M 37,60 A 16,16 0 0 1 21,76 16,16 0 0 1 5,60 16,16 0 0 1 21,44 16,16 0 0 1 37,60' } }]
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
name: 'compring2', ico: 'assets/lib/svgeditor/shapes/img/compring2.svg', content: [
|
|
191
|
+
{ id: '', type: 'path', attr: { d: 'm 60.5,30 a 30,30 0 0 1 -30,30 30,30 0 0 1 -30,-30 30,30 0 0 1 30,-30 30,30 0 0 1 30,30' } },
|
|
192
|
+
{ id: '', type: 'path', attr: { d: 'M 30.5 3.33 C 37.29 10.93 37.29 22.41 30.5 30 C 23.71 37.59 23.71 49.07 30.5 56.67 M 49.37 11.13 C 48.8 21.31 40.68 29.44 30.5 30 C 20.32 30.56 12.2 38.69 11.63 48.87 M 57.17 30 C 49.57 36.79 38.09 36.79 30.5 30 C 22.91 23.21 11.43 23.21 3.83 30 M 49.37 48.87 C 39.19 48.3 31.06 40.18 30.5 30 C 30 19.72 21.78 11.5 11.5 11' } },
|
|
193
|
+
{ id: '', type: 'path', attr: { d: 'm 32.5,30 a 2,2 0 0 1 -2,2 2,2 0 0 1 -2,-2 2,2 0 0 1 2,-2 2,2 0 0 1 2,2' } }]
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
name: 'valveax', ico: 'assets/lib/svgeditor/shapes/img/valve-ax.svg', content: [
|
|
197
|
+
{ id: '', type: 'path', attr: { d: 'M 0 0 L 20 12 L 0 24 Z M 40 0 L 20 12 L 40 24 Z' } }]
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
name: 'valvebx', ico: 'assets/lib/svgeditor/shapes/img/valve-bx.svg', content: [
|
|
201
|
+
{ id: '', type: 'path', attr: { d: 'M 20 12 L 40 0 L 40 24 Z M 20 12 L 32 32 L 8 32 Z' } }]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
name: 'valvecx', ico: 'assets/lib/svgeditor/shapes/img/valve-cx.svg', content: [
|
|
205
|
+
{ id: '', type: 'path', attr: { d: 'M 0 0 L 20 12 L 0 24 Z M 40 0 L 20 12 L 40 24 Z M 20 12 L 32 32 L 8 32 Z' } }]
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
name: 'exchtube', ico: 'assets/lib/svgeditor/shapes/img/exchanger-tube.svg', content: [
|
|
209
|
+
{ id: '', type: 'path', attr: { d: 'M 7.04,0 V 40 M 80.96,0 V 40 M 7.04,5 H 80.96 M 7.04,10 H 80.96 M 7.04,15 H 80.96 M 7.04,20 H 80.96 M 7.04,25 H 80.96 M 7.04,30 H 80.96 M 7.04,35 H 80.96 M 0,0 H 88 V 40 H 0 Z' } }]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
name: 'agitator-prop', ico: 'assets/lib/svgeditor/shapes/img/agitator-prop.svg', content: [
|
|
213
|
+
{ id: '', type: 'path', attr: { d: 'M 30 0 L 30 78.2 M 49.41 71.68 C 52.4 70.31 55.93 71.17 57.97 73.77 C 60 76.37 60 80.03 57.97 82.64 C 55.93 85.24 52.4 86.1 49.41 84.72 L 10.59 71.68 C 7.6 70.31 4.07 71.17 2.03 73.77 C 0 76.37 0 80.03 2.03 82.64 C 4.07 85.24 7.6 86.1 10.59 84.72 Z' } }]
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
name: 'agitator-turbo', ico: 'assets/lib/svgeditor/shapes/img/agitator-turbo.svg', content: [
|
|
217
|
+
{ id: '', type: 'path', attr: { d: 'M 30 0 L 30 68.12' } },
|
|
218
|
+
{ id: '', type: 'path', attr: { d: 'M 0,68.120003 H 15 V 87.580002 H 0 Z' } },
|
|
219
|
+
{ id: '', type: 'path', attr: { d: 'M 45,68.120003 H 60 V 87.580002 H 45 Z' } },
|
|
220
|
+
{ id: '', type: 'path', attr: { d: 'M 15,68.120003 H 30 V 87.580002 H 15 Z' } },
|
|
221
|
+
{ id: '', type: 'path', attr: { d: 'M 30,68.120003 H 45 V 87.580002 H 30 Z' } }]
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
name: 'agitator-disc', ico: 'assets/lib/svgeditor/shapes/img/agitator-disc.svg', content: [
|
|
225
|
+
{ id: '', type: 'path', attr: { d: 'M 30 0 L 30 77.85 M 15 77.85 L 45 77.85' } },
|
|
226
|
+
{ id: '', type: 'path', attr: { d: 'M 0,68.120003 H 15 V 87.580002 H 0 Z' } },
|
|
227
|
+
{ id: '', type: 'path', attr: { d: 'M 45,67.790001 H 60 V 87.25 H 45 Z' } }]
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
name: 'agitator-paddle', ico: 'assets/lib/svgeditor/shapes/img/agitator-paddle.svg', content: [
|
|
231
|
+
{ id: '', type: 'path', attr: { d: 'm 0,59.790001 h 60 v 30 H 0 Z' } },
|
|
232
|
+
{ id: '', type: 'path', attr: { d: 'M 30 -0.21 L 30 59.79 M 0 89.79 L 30 59.79 L 30 89.79 L 60 59.79' } }]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
name: 'centrifuge1', ico: 'assets/lib/svgeditor/shapes/img/centrifuge1.svg', content: [
|
|
236
|
+
{ id: '', type: 'path', attr: { d: 'M 6,0 H 66 V 60 H 6 Z' } },
|
|
237
|
+
{ id: '', type: 'path', attr: { d: 'M 60 6 L 12 6 L 12 54 L 60 54 M 0 30 L 60 30 M 18 30 L 27 15 L 45 45 L 54 30' } }]
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
name: 'centrifuge2', ico: 'assets/lib/svgeditor/shapes/img/centrifuge2.svg', content: [
|
|
241
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0 H 60 V 60 H 0 Z' } },
|
|
242
|
+
{ id: '', type: 'path', attr: { d: 'M 21 15 L 6 54 L 54 54 L 39 15 M 30 54 L 30 66' } }]
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
name: 'centrifuge3', ico: 'assets/lib/svgeditor/shapes/img/centrifuge3.svg', content: [
|
|
246
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0 H 60 V 60 H 0 Z' } },
|
|
247
|
+
{ id: '', type: 'path', attr: { d: 'M 30 54 L 30 66 M 6 6 L 6 54 L 54 54 L 54 6' } }]
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
name: 'centrifuge4', ico: 'assets/lib/svgeditor/shapes/img/centrifuge4.svg', content: [
|
|
251
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0 H 60 V 60 H 0 Z' } },
|
|
252
|
+
{ id: '', type: 'path', attr: { d: 'M 30 6 L 30 66 M 6 54 L 54 54 M 6 21 L 30 6 L 54 21 M 6 30 L 30 15 L 54 30' } }]
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
name: 'crusher1', ico: 'assets/lib/svgeditor/shapes/img/crusher1.svg', content: [
|
|
256
|
+
{ id: '', type: 'path', attr: { d: 'M 0 0 L 80 0 L 64 48 L 16 48 Z' } },
|
|
257
|
+
{ id: '', type: 'path', attr: { d: 'M 16 0 L 16 48 M 64 0 L 64 48' } }]
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
name: 'crusher2', ico: 'assets/lib/svgeditor/shapes/img/crusher2.svg', content: [
|
|
261
|
+
{ id: '', type: 'path', attr: { d: 'M 0 0 L 80 0 L 64 48 L 16 48 Z' } },
|
|
262
|
+
{ id: '', type: 'path', attr: { d: 'M 16 0 L 16 48 M 64 0 L 64 48 M 24 36 L 32 8 L 48 8 L 56 36 Z' } }]
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
name: 'crusher3', ico: 'assets/lib/svgeditor/shapes/img/crusher3.svg', content: [
|
|
266
|
+
{ id: '', type: 'path', attr: { d: 'M 0 0 L 80 0 L 64 48 L 16 48 Z' } },
|
|
267
|
+
{ id: '', type: 'path', attr: { d: 'M 16 0 L 16 48 M 64 0 L 64 48 M 32 32 L 48 16 M 32 16 L 48 32 M 34.4 13.6 L 29.6 18.4 M 29.6 29.6 L 34.4 34.4 M 50.4 29.6 L 45.6 34.4 M 45.6 13.6 L 50.4 18.4' } }]
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
name: 'crusher4', ico: 'assets/lib/svgeditor/shapes/img/crusher4.svg', content: [
|
|
271
|
+
{ id: '', type: 'path', attr: { d: 'M 0.5 0 L 80.5 0 L 64.5 48 L 16.5 48 Z' } },
|
|
272
|
+
{ id: '', type: 'path', attr: { d: 'M 16.5 0 L 16.5 48 M 64.5 0 L 64.5 48 M 24.5 8 L 34.9 18.4 M 56.5 8 L 46.1 18.4 M 34.9 29.6 L 24.5 40 M 46.1 29.6 L 56.5 40' } },
|
|
273
|
+
{ id: '', type: 'path', attr: { d: 'm 48.5,24 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8' } }]
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
name: 'crusher5', ico: 'assets/lib/svgeditor/shapes/img/crusher5.svg', content: [
|
|
277
|
+
{ id: '', type: 'path', attr: { d: 'M 0 0 L 80 0 L 64 48 L 16 48 Z' } },
|
|
278
|
+
{ id: '', type: 'path', attr: { d: 'M 16 0 L 16 48 M 64 0 L 64 48' } },
|
|
279
|
+
{ id: '', type: 'path', attr: { d: 'm 56,24 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8' } },
|
|
280
|
+
{ id: '', type: 'path', attr: { d: 'm 40,24 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8' } }]
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
name: 'crusher6', ico: 'assets/lib/svgeditor/shapes/img/crusher6.svg', content: [
|
|
284
|
+
{ id: '', type: 'path', attr: { d: 'M 0 0 L 80 0 L 64 48 L 16 48 Z' } },
|
|
285
|
+
{ id: '', type: 'path', attr: { d: 'M 20 0 L 6.4 20 M 60 0 L 73.6 20' } }]
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
name: 'crusher7', ico: 'assets/lib/svgeditor/shapes/img/crusher7.svg', content: [
|
|
289
|
+
{ id: '', type: 'path', attr: { d: 'M 0.5 0 L 80.5 0 L 64.5 48 L 16.5 48 Z' } },
|
|
290
|
+
{ id: '', type: 'path', attr: { d: 'M 20.5 0 L 6.9 20 M 60.5 0 L 74.1 20' } },
|
|
291
|
+
{ id: '', type: 'path', attr: { d: 'M 40.5 20 L 48.5 20 M 32.5 28 L 40.5 28' } },
|
|
292
|
+
{ id: '', type: 'path', attr: { d: 'm 56.5,24 a 16,16 0 0 1 -16,16 16,16 0 0 1 -16,-16 16,16 0 0 1 16,-16 16,16 0 0 1 16,16' } },
|
|
293
|
+
{ id: '', type: 'path', attr: { d: 'M 40.5 18 L 40.5 22 L 34.1 20 Z M 40.5 26 L 40.5 30 L 46.9 28 Z' } }]
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
name: 'drier1', ico: 'assets/lib/svgeditor/shapes/img/drier1.svg', content: [
|
|
297
|
+
{ id: '', type: 'path', attr: { d: 'M 6 0 L 54 0 L 60 15 L 60 84 L 0 84 L 0 15 Z' } }]
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
name: 'drier2', ico: 'assets/lib/svgeditor/shapes/img/drier2.svg', content: [
|
|
301
|
+
{ id: '', type: 'path', attr: { d: 'M 6 0 L 54 0 L 60 15 L 60 84 L 0 84 L 0 15 Z' } },
|
|
302
|
+
{ id: '', type: 'path', attr: { d: 'M 19.8 15.24 C 25.94 11.01 34.06 11.01 40.2 15.24' } },
|
|
303
|
+
{ id: '', type: 'path', attr: { d: 'M 42,30 A 12,12 0 0 1 30,42 12,12 0 0 1 18,30 12,12 0 0 1 30,18 12,12 0 0 1 42,30' } }]
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
name: 'drier3', ico: 'assets/lib/svgeditor/shapes/img/drier3.svg', content: [
|
|
307
|
+
{ id: '', type: 'path', attr: { d: 'M 6 0 L 54 0 L 60 15 L 60 84 L 0 84 L 0 15 Z' } },
|
|
308
|
+
{ id: '', type: 'path', attr: { d: 'M 0 24 L 60 24 M 0 42 L 60 42' } },
|
|
309
|
+
{ id: '', type: 'path', attr: { d: 'M 15.3,30 A 0.30000001,0.30000001 0 0 1 15,30.3 0.30000001,0.30000001 0 0 1 14.7,30 0.30000001,0.30000001 0 0 1 15,29.7 0.30000001,0.30000001 0 0 1 15.3,30' } },
|
|
310
|
+
{ id: '', type: 'path', attr: { d: 'M 7.8,36 A 0.30000001,0.30000001 0 0 1 7.5,36.3 0.30000001,0.30000001 0 0 1 7.2,36 0.30000001,0.30000001 0 0 1 7.5,35.7 0.30000001,0.30000001 0 0 1 7.8,36' } },
|
|
311
|
+
{ id: '', type: 'path', attr: { d: 'M 22.8,36 A 0.30000001,0.30000001 0 0 1 22.5,36.3 0.30000001,0.30000001 0 0 1 22.2,36 0.30000001,0.30000001 0 0 1 22.5,35.7 0.30000001,0.30000001 0 0 1 22.8,36' } },
|
|
312
|
+
{ id: '', type: 'path', attr: { d: 'M 30.3,30 A 0.30000001,0.30000001 0 0 1 30,30.3 0.30000001,0.30000001 0 0 1 29.7,30 0.30000001,0.30000001 0 0 1 30,29.7 0.30000001,0.30000001 0 0 1 30.3,30' } },
|
|
313
|
+
{ id: '', type: 'path', attr: { d: 'M 37.8,36 A 0.30000001,0.30000001 0 0 1 37.5,36.3 0.30000001,0.30000001 0 0 1 37.2,36 0.30000001,0.30000001 0 0 1 37.5,35.7 0.30000001,0.30000001 0 0 1 37.8,36' } },
|
|
314
|
+
{ id: '', type: 'path', attr: { d: 'M 45.3,30 A 0.30000001,0.30000001 0 0 1 45,30.3 0.30000001,0.30000001 0 0 1 44.7,30 0.30000001,0.30000001 0 0 1 45,29.7 0.30000001,0.30000001 0 0 1 45.3,30' } },
|
|
315
|
+
{ id: '', type: 'path', attr: { d: 'M 52.8,36 A 0.30000001,0.30000001 0 0 1 52.5,36.3 0.30000001,0.30000001 0 0 1 52.2,36 0.30000001,0.30000001 0 0 1 52.5,35.7 0.30000001,0.30000001 0 0 1 52.8,36' } }]
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
name: 'drier4', ico: 'assets/lib/svgeditor/shapes/img/drier4.svg', content: [
|
|
319
|
+
{ id: '', type: 'path', attr: { d: 'M 6 0 L 54 0 L 60 15 L 60 84 L 0 84 L 0 15 Z' } },
|
|
320
|
+
{ id: '', type: 'path', attr: { d: 'm 54,27 a 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 6,6 0 0 1 6,6' } },
|
|
321
|
+
{ id: '', type: 'path', attr: { d: 'm 18,27 a 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 6,6 0 0 1 6,6' } },
|
|
322
|
+
{ id: '', type: 'path', attr: { d: 'M 12 21 L 48 21 M 12 33 L 48 33' } }]
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
name: 'drier5', ico: 'assets/lib/svgeditor/shapes/img/drier5.svg', content: [
|
|
326
|
+
{ id: '', type: 'path', attr: { d: 'M 6 0 L 54 0 L 60 15 L 60 84 L 0 84 L 0 15 Z' } },
|
|
327
|
+
{ id: '', type: 'path', attr: { d: 'M 30 0 L 30 42 M 15 42 L 45 42 M 15 24 L 45 24 M 39 33 L 60 33 M 21 33 L 0 33' } }]
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
name: 'nozzle', ico: 'assets/lib/svgeditor/shapes/img/nozzle.svg', content: [
|
|
331
|
+
{ id: '', type: 'path', attr: { d: 'M 0 40 L 40 0 L 80 40 M 40 0 L 40 40' } }]
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
name: 'nozzle2', ico: 'assets/lib/svgeditor/shapes/img/nozzle2.svg', content: [
|
|
335
|
+
{ id: '', type: 'path', attr: { d: 'M 0 0 L 35 0 L 35 10 M 10 20 L 35 10 L 60 20 M 25 20 L 35 10 L 45 20' } }]
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
name: 'feeder', ico: 'assets/lib/svgeditor/shapes/img/feeder.svg', content: [
|
|
339
|
+
{ id: '', type: 'path', attr: { d: 'M 0 30 L 60 30 M 45.48 4.2 L 14.52 55.8 M 14.52 4.2 L 45.48 55.8' } },
|
|
340
|
+
{ id: '', type: 'path', attr: { d: 'M 0 30 L 60 30 M 45.48 4.2 L 14.52 55.8 M 14.52 4.2 L 45.48 55.8' } },
|
|
341
|
+
{ id: '', type: 'path', attr: { d: 'm 33,30 a 3,3 0 0 1 -3,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3,3' } }]
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
name: 'feeder2', ico: 'assets/lib/svgeditor/shapes/img/feeder2.svg', content: [
|
|
345
|
+
{ id: '', type: 'path', attr: { d: 'm 60.5,30 a 30,30 0 0 1 -30,30 30,30 0 0 1 -30,-30 30,30 0 0 1 30,-30 30,30 0 0 1 30,30' } },
|
|
346
|
+
{ id: '', type: 'path', attr: { d: 'M 6.5 12 L 54.5 12 L 6.5 48 L 54.5 48' } }]
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
name: 'feeder3', ico: 'assets/lib/svgeditor/shapes/img/feeder3.svg', content: [
|
|
350
|
+
{ id: '', type: 'path', attr: { d: 'M 80 0 C 80 22.09 62.09 40 40 40 C 17.91 40 0 22.09 0 0 L 300 0 C 300 22.09 282.09 40 260 40 C 237.91 40 220 22.09 220 0 Z M 150 1 L 180 50 L 120 50 Z' } }]
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
name: 'exchheat', ico: 'assets/lib/svgeditor/shapes/img/exchanger-heat.svg', content: [
|
|
354
|
+
{ id: '', type: 'path', attr: { d: 'M 70,0 0,40 M 0,0 H 70 V 40 H 0 Z' } }]
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
name: 'filter2', ico: 'assets/lib/svgeditor/shapes/img/filter2.svg', content: [
|
|
358
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0 H 50 V 100 H 0 Z' } },
|
|
359
|
+
{ id: '', type: 'path', attr: { d: 'M 0 20 L 50 20 M 0 70 L 25 99.5 L 50 70' } }]
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
name: 'filter3', ico: 'assets/lib/svgeditor/shapes/img/filter3.svg', content: [
|
|
363
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0 H 100 V 50 H 0 Z' } },
|
|
364
|
+
{ id: '', type: 'path', attr: { d: 'M 10 10 L 10 40 M 30 10 L 30 40 M 50 10 L 50 40 M 70 10 L 70 40 M 90 10 L 90 40' } },
|
|
365
|
+
{ id: '', type: 'path', attr: { d: 'M 20 0 L 20 50 M 40 0 L 40 50 M 60 0 L 60 50 M 80 0 L 80 50' } }]
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
name: 'fitting1', ico: 'assets/lib/svgeditor/shapes/img/fitting1.svg', content: [
|
|
369
|
+
{ id: '', type: 'path', attr: { d: 'M 50.497713,25.25 A 25.247713,25.247713 0 0 1 25.25,50.497713 25.247713,25.247713 0 0 1 0.00228691,25.25 25.247713,25.247713 0 0 1 25.25,0.00228691 25.247713,25.247713 0 0 1 50.497713,25.25' } },
|
|
370
|
+
{ id: '', type: 'path', attr: { d: 'M 43.12 7.37 C 53 17.24 53 33.25 43.12 43.12 C 33.25 53 17.24 53 7.37 43.12 Z', fill: '#000000' } }]
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
name: 'fitting2', ico: 'assets/lib/svgeditor/shapes/img/fitting2.svg', content: [
|
|
374
|
+
{ id: '', type: 'path', attr: { d: 'M 0.25 25.29 L 43.11 0.3 L 43.11 71.7 L 0.25 46.71 Z M 50.25 36 L 43.11 36' } }]
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
name: 'fitting3', ico: 'assets/lib/svgeditor/shapes/img/fitting3.svg', content: [
|
|
378
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0.30000001 H 40 V 80.3 H 0 Z' } },
|
|
379
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0.30000001 H 40 V 80.3 H 0 Z' } },
|
|
380
|
+
{ id: '', type: 'path', attr: { d: 'M 20 0.3 L 20 80.3 M 0 20.3 L 40 20.3 M 0 40.3 L 40 40.3 M 0 60.3 L 40 60.3' } }]
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
name: 'fitting4', ico: 'assets/lib/svgeditor/shapes/img/fitting4.svg', content: [
|
|
384
|
+
{ id: '', type: 'path', attr: { d: 'm 0,0.5 h 40 v 40 H 0 Z' } },
|
|
385
|
+
{ id: '', type: 'path', attr: { d: 'M 40 10.5 L 80 0.5 L 80 40.5 L 40 30.5 Z' } }]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
name: 'fitting5', ico: 'assets/lib/svgeditor/shapes/img/fitting5.svg', content: [
|
|
389
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0.30000001 H 50 V 100.3 H 0 Z' } },
|
|
390
|
+
{ id: '', type: 'path', attr: { d: 'M 10 0.3 L 10 20.3 C 26.57 20.3 40 33.73 40 50.3 C 40 66.87 26.57 80.3 10 80.3 L 10 100.3' } }]
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
name: 'fitting6', ico: 'assets/lib/svgeditor/shapes/img/fitting6.svg', content: [
|
|
394
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0 H 80 V 57.200001 H 0 Z' } },
|
|
395
|
+
{ id: '', type: 'path', attr: { d: 'M 20 28.6 L 20 57.2 M 40 0 L 40 28.6 M 60 28.6 L 60 57.2' } }]
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
name: 'fitting7', ico: 'assets/lib/svgeditor/shapes/img/fitting7.svg', content: [
|
|
399
|
+
{ id: '', type: 'path', attr: { d: 'M 0.19 -0.4 C 16.06 6.88 34.32 6.88 50.19 -0.4 L 50.19 39.6 C 34.32 32.32 16.06 32.32 0.19 39.6 Z' } }]
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
name: 'fitting8', ico: 'assets/lib/svgeditor/shapes/img/fitting8.svg', content: [
|
|
403
|
+
{ id: '', type: 'path', attr: { d: 'M 0 -0.4 L 0 49.6 L 50 49.6 L 50 -0.4 L 25 14.6 Z' } }]
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
name: 'fitting9', ico: 'assets/lib/svgeditor/shapes/img/fitting9.svg', content: [
|
|
407
|
+
{ id: '', type: 'path', attr: { d: 'M 0 -0.2 C 6.79 4.13 27.32 7.01 50 6.8 L 50 17.8 C 27.32 17.59 6.79 20.47 0 24.8 Z' } }]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
name: 'fitting10', ico: 'assets/lib/svgeditor/shapes/img/fitting10.svg', content: [
|
|
411
|
+
{ id: '', type: 'path', attr: { d: 'M 37 4.5 L 0.5 25.5 L 37 46.5' } },
|
|
412
|
+
{ id: '', type: 'path', attr: { d: 'm 75.5,25.5 a 25,25 0 0 1 -25,25 25,25 0 0 1 -25,-25 25,25 0 0 1 25,-25 25,25 0 0 1 25,25' } }]
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
name: 'fitting11', ico: 'assets/lib/svgeditor/shapes/img/fitting11.svg', content: [
|
|
416
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0 H 50 V 30 H 0 Z' } },
|
|
417
|
+
{ id: '', type: 'path', attr: { d: 'M 25,15 A 12.5,12.5 0 0 1 12.5,27.5 12.5,12.5 0 0 1 0,15 12.5,12.5 0 0 1 12.5,2.5 12.5,12.5 0 0 1 25,15' } },
|
|
418
|
+
{ id: '', type: 'path', attr: { d: 'M 50,15 A 12.5,12.5 0 0 1 37.5,27.5 12.5,12.5 0 0 1 25,15 12.5,12.5 0 0 1 37.5,2.5 12.5,12.5 0 0 1 50,15' } }]
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
name: 'fitting12', ico: 'assets/lib/svgeditor/shapes/img/fitting12.svg', content: [
|
|
422
|
+
{ id: '', type: 'path', attr: { d: 'M 0,-0.40000001 H 50 V 49.6 H 0 Z' } },
|
|
423
|
+
{ id: '', type: 'path', attr: { d: 'M 0 49.6 L 25 39.6 L 50 49.6 M 0 19.6 L 25 29.6 L 50 19.6 M 25 29.6 L 25 -0.4' } }]
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
name: 'fitting13', ico: 'assets/lib/svgeditor/shapes/img/fitting13.svg', content: [
|
|
427
|
+
{ id: '', type: 'path', attr: { d: 'M 0.5 15 C 0.5 6.72 7.22 0 15.5 0 C 23.78 0 30.5 6.72 30.5 15 C 30.5 23.28 37.22 30 45.5 30 C 53.78 30 60.5 23.28 60.5 15 C 60.5 6.72 67.22 0 75.5 0 C 83.78 0 90.5 6.72 90.5 15 C 90.5 23.28 97.22 30 105.5 30 C 113.78 30 120.5 23.28 120.5 15 C 120.5 6.72 127.22 0 135.5 0 C 143.78 0 150.5 6.72 150.5 15 C 150.5 23.28 157.22 30 165.5 30 C 173.78 30 180.5 23.28 180.5 15' } }]
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
name: 'misc1', ico: 'assets/lib/svgeditor/shapes/img/misc1.svg', content: [
|
|
431
|
+
{ id: '', type: 'path', attr: { d: 'M 0,60 H 80 V 80 H 0 Z' } },
|
|
432
|
+
{ id: '', type: 'path', attr: { d: 'M 8 60 L 40 0 L 72 60 Z' } },
|
|
433
|
+
{ id: '', type: 'path', attr: { d: 'M 20 60 L 40 24 L 60 60' } }]
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
name: 'misc2', ico: 'assets/lib/svgeditor/shapes/img/misc2.svg', content: [
|
|
437
|
+
{ id: '', type: 'path', attr: { d: 'M 60 0 L 60 45 C 60 61.57 46.57 75 30 75 C 13.43 75 0 61.57 0 45 L 0 0 Z' } },
|
|
438
|
+
{ id: '', type: 'path', attr: { d: 'M 32.32 45.48 C 32.3 51.69 31.29 56.72 30.05 56.72 C 29.45 56.73 28.88 55.54 28.46 53.43 C 28.04 51.32 27.81 48.46 27.82 45.47 C 27.82 42.48 28.07 39.62 28.5 37.51 C 28.92 35.4 29.5 34.22 30.1 34.22 C 31.34 34.24 32.33 39.27 32.32 45.48 Z M 40.2 28.45 C 35.47 32.48 30.98 34.98 30.17 34.04 C 29.37 33.09 32.55 29.06 37.28 25.04 C 42.01 21.01 46.5 18.51 47.31 19.45 C 48.11 20.4 44.93 24.43 40.2 28.45 Z M 22.82 24.99 C 27.55 28.99 30.74 33.01 29.95 33.97 C 29.57 34.43 28.3 34.1 26.41 33.06 C 24.53 32.02 22.19 30.35 19.91 28.42 C 17.63 26.5 15.6 24.47 14.26 22.78 C 12.92 21.1 12.39 19.9 12.77 19.44 C 13.58 18.5 18.08 20.98 22.82 24.99 Z' } }]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
name: 'misc3', ico: 'assets/lib/svgeditor/shapes/img/misc3.svg', content: [
|
|
442
|
+
{ id: '', type: 'path', attr: { d: 'M 10 100 L 20 0 L 40 0 L 50 100 Z M 0 100 L 60 100' } }]
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
name: 'misc4', ico: 'assets/lib/svgeditor/shapes/img/misc4.svg', content: [
|
|
446
|
+
{ id: '', type: 'path', attr: { d: 'm 0,0.5 h 70 v 20 H 0 Z' } },
|
|
447
|
+
{ id: '', type: 'path', attr: { d: 'M 10 14.5 L 60 6.5 C 62.21 6.5 64 8.29 64 10.5 C 64 12.71 62.21 14.5 60 14.5 L 10 6.5 C 7.79 6.5 6 8.29 6 10.5 C 6 12.71 7.79 14.5 10 14.5 Z' } }]
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
name: 'misc5', ico: 'assets/lib/svgeditor/shapes/img/misc5.svg', content: [
|
|
451
|
+
{ id: '', type: 'path', attr: { d: 'M 15 100.5 L 0 85.5 L 0 0.5 L 80 0.5 L 80 85.5 L 65 100.5 Z' } },
|
|
452
|
+
{ id: '', type: 'path', attr: { d: 'M 10 0.5 L 10 80.5 L 20 90.5 L 60 90.5 L 70 80.5 L 70 0.5' } }]
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
name: 'misc6', ico: 'assets/lib/svgeditor/shapes/img/misc6.svg', content: [
|
|
456
|
+
{ id: '', type: 'path', attr: { d: 'M 0 100.5 L 0 83.83 L 22.5 0.5 L 67.5 0.5 L 90 83.83 L 90 100.5 Z M 90 83.83 L 0 83.83' } }]
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
name: 'misc7', ico: 'assets/lib/svgeditor/shapes/img/misc7.svg', content: [
|
|
460
|
+
{ id: '', type: 'path', attr: { d: 'M 0 60 L 0 0 L 7.5 0 L 7.5 52 L 56.25 52 L 56.25 0 L 63.75 0 L 63.75 52 L 112.5 52 L 112.5 0 L 120 0 L 120 60 Z M 0 4 L 3.75 0 M 0 12 L 7.5 4 M 0 20 L 7.5 12 M 0 28 L 7.5 20 M 0 36 L 7.5 28 M 0 44 L 7.5 36 M 30 60 L 37.5 52 M 0 52 L 7.5 44 M 0 60 L 7.5 52 M 7.5 60 L 15 52 M 15 60 L 22.5 52 M 22.5 60 L 30 52 M 37.5 60 L 45 52 M 45 60 L 52.5 52 M 52.5 60 L 63.75 48 M 60 60 L 67.5 52 M 67.5 60 L 75 52 M 82.5 60 L 90 52 M 90 60 L 97.5 52 M 97.5 60 L 105 52 M 105 60 L 120 44 M 112.5 60 L 120 52 M 112.5 44 L 120 36 M 112.5 36 L 120 28 M 112.5 28 L 120 20 M 112.5 20 L 120 12 M 112.5 12 L 120 4 M 112.5 4 L 116.25 0 M 75 60 L 82.5 52 M 56.25 48 L 63.75 40 M 56.25 40 L 63.75 32 M 56.25 32 L 63.75 24 M 56.25 24 L 63.75 16 M 56.25 16 L 63.75 8 M 56.25 8 L 63.75 0' } }]
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
name: 'misc8', ico: 'assets/lib/svgeditor/shapes/img/misc8.svg', content: [
|
|
464
|
+
{ id: '', type: 'path', attr: { d: 'M 0.19 0 L 7.69 0 L 7.69 52 L 112.69 52 L 112.69 0 L 120.19 0 L 120.19 60 L 0.19 60 Z M 0.19 4 L 3.94 0 M 0.19 12 L 7.69 4 M 0.19 20 L 7.69 12 M 0.19 28 L 7.69 20 M 0.19 36 L 7.69 28 M 0.19 44 L 7.69 36 M 30.19 60 L 37.69 52 M 0.19 52 L 7.69 44 M 0.19 60 L 7.69 52 M 7.69 60 L 15.19 52 M 15.19 60 L 22.69 52 M 22.69 60 L 30.19 52 M 37.69 60 L 45.19 52 M 45.19 60 L 52.69 52 M 52.69 60 L 60.19 52 M 60.19 60 L 67.69 52 M 67.69 60 L 75.19 52 M 82.69 60 L 90.19 52 M 90.19 60 L 97.69 52 M 97.69 60 L 105.19 52 M 105.19 60 L 120.19 44 M 112.69 60 L 120.19 52 M 112.69 44 L 120.19 36 M 112.69 36 L 120.19 28 M 112.69 28 L 120.19 20 M 112.69 20 L 120.19 12 M 112.69 12 L 120.19 4 M 112.69 4 L 116.44 0 M 75.19 60 L 82.69 52' } }]
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
name: 'tank1', ico: 'assets/lib/svgeditor/shapes/img/tank1.svg', content: [
|
|
468
|
+
{ id: '', type: 'path', attr: { d: 'M 0.5 0.25 L 80.5 0.25 L 90.5 20.25 L 100.5 20.25 L 100.5 40.25 L 90.5 40.25 L 80.5 60.25 L 0.5 60.25 Z' } }]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
name: 'tank2', ico: 'assets/lib/svgeditor/shapes/img/tank2.svg', content: [
|
|
472
|
+
{ id: '', type: 'path', attr: { d: 'M 87.34 14.93 C 91.57 14.93 95.01 23.88 95.01 34.93 C 95.02 45.97 91.59 54.93 87.36 54.93 L 7.68 54.97 C 3.45 54.97 0.01 46.02 0.01 34.97 C 0 23.93 3.43 14.97 7.66 14.97 L 52.48 14.94 L 52.47 4.94 C 52.47 2.18 56.93 -0.06 62.43 -0.07 C 67.93 -0.07 72.39 2.17 72.39 4.93 L 72.4 14.93 Z' } }]
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
name: 'tank3', ico: 'assets/lib/svgeditor/shapes/img/tank3.svg', content: [
|
|
476
|
+
{ id: '', type: 'path', attr: { d: 'M 9.75 15.42 C 9.75 7.18 16.47 0.5 24.75 0.5 C 33.03 0.5 39.75 7.18 39.75 15.42 L 39.75 40.29 L 49.75 50.24 L 49.75 85.06 C 49.75 91.93 38.56 97.5 24.75 97.5 C 10.94 97.5 -0.25 91.93 -0.25 85.06 L -0.25 50.49 L 9.75 40.29 Z' } }]
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
name: 'tank4', ico: 'assets/lib/svgeditor/shapes/img/tank4.svg', content: [
|
|
480
|
+
{ id: '', type: 'path', attr: { d: 'M 0 15 C 0 6.72 11.19 0 25 0 C 38.81 0 50 6.72 50 15 L 50 105 C 50 113.28 38.81 120 25 120 C 11.19 120 0 113.28 0 105 Z' } }]
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
name: 'tank5', ico: 'assets/lib/svgeditor/shapes/img/tank5.svg', content: [
|
|
484
|
+
{ id: '', type: 'path', attr: { d: 'M 40 8.16 L 40 87.84 C 40 92.07 31.05 95.5 20 95.5 C 8.95 95.5 0 92.07 0 87.84 L 0 8.16 C 0 3.93 8.95 0.5 20 0.5 C 31.05 0.5 40 3.93 40 8.16 Z M 0 8.16 L 40 8.16 M 0 87.84 L 40 87.84' } }]
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
name: 'tank6', ico: 'assets/lib/svgeditor/shapes/img/tank6.svg', content: [
|
|
488
|
+
{ id: '', type: 'path', attr: { d: 'M 0,25.34 H 100 V 95.000004 H 0 Z' } },
|
|
489
|
+
{ id: '', type: 'path', attr: { d: 'M 0 25.34 C 28.47 0 71.53 0 100 25.34 Z' } }]
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
name: 'tank7', ico: 'assets/lib/svgeditor/shapes/img/tank7.svg', content: [
|
|
493
|
+
{ id: '', type: 'path', attr: { d: 'M 0 20 L 0 90 L 100 90 L 100 20 L 50 0 Z M 0 20 L 100 20' } }]
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
name: 'tank8', ico: 'assets/lib/svgeditor/shapes/img/tank8.svg', content: [
|
|
497
|
+
{ id: '', type: 'path', attr: { d: 'M 53 23 L 61.5 23 M 61.5 13 L 61.5 33 M 65.5 13 L 65.5 33 M 13 83 L 4.5 83 M 4.5 73 L 4.5 93 M 0 73 L 0 93 M 53 13 L 53 93 C 53 97.25 44.05 100.69 33 100.69 C 21.95 100.69 13 97.25 13 93 L 13 13 C 13 8.75 21.95 5.31 33 5.31 C 44.05 5.31 53 8.75 53 13 Z' } }]
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
name: 'tank9', ico: 'assets/lib/svgeditor/shapes/img/tank9.svg', content: [
|
|
501
|
+
{ id: '', type: 'path', attr: { d: 'M 147.39 12.95 C 151.6 12.95 155 21.86 155 32.86 C 155 43.86 151.6 52.77 147.39 52.77 L 18.8 52.77 C 14.59 52.77 11.19 43.86 11.19 32.86 C 11.19 21.86 14.59 12.95 18.8 12.95 Z' } },
|
|
502
|
+
{ id: '', type: 'path', attr: { d: 'M 147.39 72.69 C 151.6 72.69 155 81.6 155 92.6 C 155 103.6 151.6 112.51 147.39 112.51 L 18.8 112.51 C 14.59 112.51 11.19 103.6 11.19 92.6 C 11.19 81.6 14.59 72.69 18.8 72.69 Z' } },
|
|
503
|
+
{ id: '', type: 'path', attr: { d: 'M 3.96 79.66 L 12.86 79.66 M 3.96 105.54 L 12.86 105.54 M 3.96 69.7 L 3.96 89.61 M 0 69.7 L 0 89.61 M 3.96 95.59 L 3.96 115.5 M 0 95.59 L 0 115.5 M 137.5 12.95 L 137.5 4.48 M 127.61 4.48 L 147.39 4.48 M 127.61 0.5 L 147.39 0.5 M 28.69 12.95 L 28.69 4.48 M 18.8 4.48 L 38.58 4.48 M 18.8 0.5 L 38.58 0.5' } },
|
|
504
|
+
{ id: '', type: 'path', attr: { d: 'm 33.630001,52.77 h 9.89 v 19.91 h -9.89 z' } },
|
|
505
|
+
{ id: '', type: 'path', attr: { d: 'm 117.72,52.77 h 9.89 v 19.91 h -9.89 z' } }]
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
name: 'exchanger1', ico: 'assets/lib/svgeditor/shapes/img/exchanger1.svg', content: [
|
|
509
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0 H 100 V 30 H 0 Z' } },
|
|
510
|
+
{ id: '', type: 'path', attr: { d: 'M 15 0 L 15 30 M 85 0 L 85 30 M 85 7.5 L 15 7.5 M 85 15 L 15 15 M 85 22.5 L 15 22.5' } }]
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
name: 'exchanger2', ico: 'assets/lib/svgeditor/shapes/img/exchanger2.svg', content: [
|
|
514
|
+
{ id: '', type: 'path', attr: { d: 'm 0,0.5 h 100 v 30 H 0 Z' } },
|
|
515
|
+
{ id: '', type: 'path', attr: { d: 'M 15 0.5 L 15 30.5 M 85 0.5 L 85 30.5 M 26 10.5 L 26 20.5 M 42 10.5 L 42 20.5 M 58 10.5 L 58 20.5 M 74 10.5 L 74 20.5 M 66 10.5 L 66 20.5 M 50 10.5 L 50 20.5 M 34 10.5 L 34 20.5 M 15.12 15.5 L 85 15.5' } }]
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
name: 'exchanger3', ico: 'assets/lib/svgeditor/shapes/img/exchanger3.svg', content: [
|
|
519
|
+
{ id: '', type: 'path', attr: { d: 'M 0 30.5 L 15 30.5 L 15 24.5 L 75 24.5 L 75 30.5 L 90 30.5 L 90 0.5 L 75 0.5 L 75 6.5 L 15 6.5 L 15 0.5 L 0 0.5 Z M 15 6.5 L 15 24.5 M 75 6.5 L 75 24.5' } }]
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
name: 'exchanger4', ico: 'assets/lib/svgeditor/shapes/img/exchanger4.svg', content: [
|
|
523
|
+
{ id: '', type: 'path', attr: { d: 'M 14.88 24.5 L 14.88 30.5 L 0 30.5 L 0 0.5 L 14.88 0.5 L 14.88 6.5 L 84.31 6.5 C 88 6.5 91 10.53 91 15.5 C 91 20.47 88 24.5 84.31 24.5 L 14.88 24.5 Z M 14.88 6.5 L 14.88 24.5 M 0 15.5 L 14.88 15.5' } }]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
name: 'exchanger5', ico: 'assets/lib/svgeditor/shapes/img/exchanger5.svg', content: [
|
|
527
|
+
{ id: '', type: 'path', attr: { d: 'M 4.48 15 L 16.41 15 L 16.41 30 L 4.48 30 C 2 30 0 26.64 0 22.5 C 0 18.36 2 15 4.48 15 M 19.39 15 L 26.36 15 L 41.27 0 L 86.03 0 C 88.77 0 91 6.72 91 15 C 91 23.28 88.77 30 86.03 30 L 19.39 30 Z M 4.48 15 L 4.48 30 M 41.27 0 L 41.27 30 M 86.03 0 L 86.03 30' } },
|
|
528
|
+
{ id: '', type: 'path', attr: { d: 'm 16.41,12 h 2.98 v 21 h -2.98 z' } }]
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
name: 'exchanger6', ico: 'assets/lib/svgeditor/shapes/img/exchanger6.svg', content: [
|
|
532
|
+
{ id: '', type: 'path', attr: { d: 'M 0 10 L 80 10 L 80 80 L 40 120 L 0 80 Z' } },
|
|
533
|
+
{ id: '', type: 'path', attr: { d: 'M 25 30 L 25 95 M 55 30 L 55 95 M 25 40 L 55 40 M 25 85 L 55 85 M 40 0 L 40 40 M 0 30 L 15 30 L 15 95 M 80 30 L 65 30 L 65 95' } }]
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
name: 'exchanger7', ico: 'assets/lib/svgeditor/shapes/img/exchanger7.svg', content: [
|
|
537
|
+
{ id: '', type: 'path', attr: { d: 'M 3 10.5 L 20 10.5 C 20 4.98 24.48 0.5 30 0.5 L 70 0.5 C 75.52 0.5 80 4.98 80 10.5 L 97 10.5 L 97 20.5 L 80 20.5 C 80 26.02 75.52 30.5 70 30.5 L 30 30.5 C 24.48 30.5 20 26.02 20 20.5 L 3 20.5 Z' } },
|
|
538
|
+
{ id: '', type: 'path', attr: { d: 'M 0 5.5 L 0 25.5 M 3 5.5 L 3 25.5 M 100 5.5 L 100 25.5 M 97 5.5 L 97 25.5' } }]
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
name: 'exchanger8', ico: 'assets/lib/svgeditor/shapes/img/exchanger8.svg', content: [
|
|
542
|
+
{ id: '', type: 'path', attr: { d: 'M 20 0 L 80 0 L 88.5 20 L 80 40 L 20 40 L 11.5 20 Z' } },
|
|
543
|
+
{ id: '', type: 'path', attr: { d: 'M 0 10 L 0 30 M 3 10 L 3 30 M 3 20 L 11.5 20 M 100 10 L 100 30 M 97 10 L 97 30 M 97 20 L 88.5 20 M 20 0 L 20 40 M 30 0 L 30 40 M 40 0 L 40 40 M 50 0 L 50 40 M 60 0 L 60 40 M 70 0 L 70 40 M 80 0 L 80 40' } }]
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
name: 'exchanger9', ico: 'assets/lib/svgeditor/shapes/img/exchanger9.svg', content: [
|
|
547
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0 H 100 V 40 H 0 Z' } },
|
|
548
|
+
{ id: '', type: 'path', attr: { d: 'M 8 0 L 8 40 M 92 0 L 92 40 M 8 5 L 92 5 M 8 10 L 92 10 M 8 15 L 92 15 M 8 20 L 92 20 M 8 25 L 92 25 M 8 30 L 92 30 M 8 35 L 92 35' } }]
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
name: 'exchfilter', ico: 'assets/lib/svgeditor/shapes/img/exchanger-filter.svg', content: [
|
|
552
|
+
{ id: '', type: 'path', attr: { d: 'M 0,0 70,70 M 14,0 70,56 M 28,0 70,42 M 42,0 70,28 M 56,0 70,14 M 0,14 56,70 M 0,28 42,70 M 0,42 28,70 M 0,56 14,70 M 0,14 14,0 M 0,28 28,0 M 0,42 42,0 M 0,56 56,0 M 0,70 70,0 M 70,14 14,70 M 28,70 70,28 M 70,42 42,70 M 56,70 70,56 M 0,0 H 70 V 70 H 0 Z' } }]
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
name: 'pipi1', ico: 'assets/lib/svgeditor/shapes/img/pipi1.svg', content: [
|
|
556
|
+
{ id: '', type: 'path', attr: { d: 'M 35,10.29 A 10,10.294118 0 0 1 25,20.584118 10,10.294118 0 0 1 15,10.29 10,10.294118 0 0 1 25,-0.00411797 10,10.294118 0 0 1 35,10.29' } },
|
|
557
|
+
{ id: '', type: 'path', attr: { d: 'M 0 10.29 L 50 10.29 M 50 0 L 50 20.59 M 0 0 L 0 20.59 M 40 35 L 50 26.25 M 45 30.88 L 32.2 17.5' } }]
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
name: 'pipi2', ico: 'assets/lib/svgeditor/shapes/img/pipi2.svg', content: [
|
|
561
|
+
{ id: '', type: 'path', attr: { d: 'M 35,30 A 10,10 0 0 1 25,40 10,10 0 0 1 15,30 10,10 0 0 1 25,20 10,10 0 0 1 35,30' } },
|
|
562
|
+
{ id: '', type: 'path', attr: { d: 'M 35,10 A 10,10 0 0 1 25,20 10,10 0 0 1 15,10 10,10 0 0 1 25,0 10,10 0 0 1 35,10' } },
|
|
563
|
+
{ id: '', type: 'path', attr: { d: 'M 0 20 L 50 20 M 50 10 L 50 30 M 0 10 L 0 30' } }]
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
name: 'pipi3', ico: 'assets/lib/svgeditor/shapes/img/pipi3.svg', content: [
|
|
567
|
+
{ id: '', type: 'path', attr: { d: 'M 0 10.79 L 50 10.79 M 50 0.5 L 50 21.09 M 0 0.5 L 0 21.09 M 25 10.79 L 45 31.38 M 40 35.5 L 50 26.75' } }]
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
name: 'pipi4', ico: 'assets/lib/svgeditor/shapes/img/pipi4.svg', content: [
|
|
571
|
+
{ id: '', type: 'path', attr: { d: 'M 40 0 L 40 30 C 40 38.28 33.28 45 25 45 C 16.72 45 10 38.28 10 30 L 10 0 Z M 50 15 L 50 35 M 0 15 L 0 35 M 0 25 L 10 25 M 40 25 L 50 25' } }]
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
name: 'pipi5', ico: 'assets/lib/svgeditor/shapes/img/pipi5.svg', content: [
|
|
575
|
+
{ id: '', type: 'path', attr: { d: 'M 30,15 A 15,15 0 0 1 15,30 15,15 0 0 1 0,15 15,15 0 0 1 15,0 15,15 0 0 1 30,15' } },
|
|
576
|
+
{ id: '', type: 'path', attr: { d: 'M 24 3 L 0 15 L 24 27' } }]
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
name: 'pipi6', ico: 'assets/lib/svgeditor/shapes/img/pipi6.svg', content: [
|
|
580
|
+
{ id: '', type: 'path', attr: { d: 'M 0 6 L 7 6 C 7 3.51 9.01 1.5 11.5 1.5 C 13.99 1.5 16 3.51 16 6 C 16 3.51 18.01 1.5 20.5 1.5 C 22.99 1.5 25 3.51 25 6 C 25 3.51 27.01 1.5 29.5 1.5 C 31.99 1.5 34 3.51 34 6 C 34 3.51 36.01 1.5 38.5 1.5 C 40.99 1.5 43 3.51 43 6 L 50 6 L 50 14 L 43 14 C 43 16.49 40.99 18.5 38.5 18.5 C 36.01 18.5 34 16.49 34 14 C 34 16.49 31.99 18.5 29.5 18.5 C 27.01 18.5 25 16.49 25 14 C 25 16.49 22.99 18.5 20.5 18.5 C 18.01 18.5 16 16.49 16 14 C 16 16.49 13.99 18.5 11.5 18.5 C 9.01 18.5 7 16.49 7 14 L 0 14 Z Z M 50 0 L 50 20 M 0 0 L 0 20' } }]
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
name: 'pipi7', ico: 'assets/lib/svgeditor/shapes/img/pipi7.svg', content: [
|
|
584
|
+
{ id: '', type: 'path', attr: { d: 'm 35,10.5 a 10,10 0 0 1 -10,10 10,10 0 0 1 -10,-10 10,10 0 0 1 10,-10 10,10 0 0 1 10,10' } },
|
|
585
|
+
{ id: '', type: 'path', attr: { d: 'M 0 10.5 L 15 10.5 M 35 10.5 L 50 10.5' } }]
|
|
586
|
+
}, {
|
|
587
|
+
name: 'webcam', ico: 'assets/lib/svgeditor/shapes/img/webcam.svg', content: [
|
|
588
|
+
{
|
|
589
|
+
id: '',
|
|
590
|
+
type: 'path',
|
|
591
|
+
attr: {d: 'M 11.351562 19.464844 L 9.113281 23.34375 L 1.347656 18.863281 L 3.589844 14.980469 L 2.296875 14.234375 L 10.511719 0 L 20.863281 5.976562 L 17.238281 12.253906 L 17.796875 15.035156 L 22.414062 15.035156 L 22.414062 12.046875 L 23.90625 12.046875 L 23.90625 19.515625 L 22.414062 19.515625 L 22.414062 16.527344 L 16.570312 16.527344 L 16.109375 14.214844 L 12.648438 20.210938 Z M 8.566406 21.304688 L 10.804688 17.421875 L 12.101562 18.167969 L 18.824219 6.523438 L 11.058594 2.042969 L 4.335938 13.6875 L 5.628906 14.433594 L 3.390625 18.316406 Z M 8.566406 21.304688 '}
|
|
592
|
+
},]
|
|
593
|
+
}];
|
|
594
|
+
|
|
595
|
+
// merge shapes groups
|
|
596
|
+
for (var i = 0; i < shapes.length; i++) {
|
|
597
|
+
shapes[i].name = typeId + '-' + shapes[i].name;
|
|
598
|
+
}
|
|
599
|
+
if (svgEditor.shapesGrps[shapesGroupName]) {
|
|
600
|
+
for (var i = 0; i < shapes.length; i++) {
|
|
601
|
+
svgEditor.shapesGrps[shapesGroupName].push(shapes[i]);
|
|
602
|
+
}
|
|
603
|
+
} else {
|
|
604
|
+
svgEditor.shapesGrps[shapesGroupName] = shapes;
|
|
605
|
+
}
|
|
606
|
+
}());
|