├── .gitignore ├── LICENSE ├── README.md ├── bin └── put_potrace.exe_here_or_softlink.readme.txt ├── javascript └── vectorstudio-ext.js ├── requirements.txt ├── scripts ├── editor │ ├── Editor.js │ ├── Editor.js.map │ ├── browser-not-supported.html │ ├── browser-not-supported.js │ ├── components │ │ └── jgraduate │ │ │ └── images │ │ │ ├── AlphaBar.png │ │ │ ├── Bars.png │ │ │ ├── Maps.png │ │ │ ├── NoColor.png │ │ │ ├── bar-opacity.png │ │ │ ├── map-opacity.png │ │ │ ├── mappoint.gif │ │ │ ├── mappoint_c.png │ │ │ ├── mappoint_f.png │ │ │ ├── picker.gif │ │ │ ├── preview-opacity.png │ │ │ ├── rangearrows.gif │ │ │ └── rangearrows2.gif │ ├── extensions │ │ ├── ext-eyedropper │ │ │ ├── ext-eyedropper.js │ │ │ └── ext-eyedropper.js.map │ │ ├── ext-grid │ │ │ ├── ext-grid.js │ │ │ └── ext-grid.js.map │ │ ├── ext-helloworld │ │ │ ├── ext-helloworld.js │ │ │ └── ext-helloworld.js.map │ │ ├── ext-markers │ │ │ ├── ext-markers.js │ │ │ └── ext-markers.js.map │ │ ├── ext-opensave │ │ │ ├── ext-opensave.js │ │ │ └── ext-opensave.js.map │ │ ├── ext-overview_window │ │ │ ├── ext-overview_window.js │ │ │ └── ext-overview_window.js.map │ │ ├── ext-panning │ │ │ ├── ext-panning.js │ │ │ └── ext-panning.js.map │ │ ├── ext-polystar │ │ │ ├── ext-polystar.js │ │ │ └── ext-polystar.js.map │ │ ├── ext-shapes │ │ │ ├── ext-shapes.js │ │ │ ├── ext-shapes.js.map │ │ │ └── shapelib │ │ │ │ ├── animal.json │ │ │ │ ├── arrow.json │ │ │ │ ├── basic.json │ │ │ │ ├── dialog_balloon.json │ │ │ │ ├── electronics.json │ │ │ │ ├── flowchart.json │ │ │ │ ├── game.json │ │ │ │ ├── index.json │ │ │ │ ├── license-MIT-raphael.txt │ │ │ │ ├── math.json │ │ │ │ ├── misc.json │ │ │ │ ├── music.json │ │ │ │ ├── object.json │ │ │ │ ├── raphael_1.json │ │ │ │ ├── raphael_2.json │ │ │ │ └── symbol.json │ │ └── ext-storage │ │ │ ├── ext-storage.js │ │ │ └── ext-storage.js.map │ ├── iife-Editor.js │ ├── iife-Editor.js.map │ ├── iife-index.html │ ├── images │ │ ├── add_subpath.svg │ │ ├── align.svg │ │ ├── align_bottom.svg │ │ ├── align_center.svg │ │ ├── align_distrib_horiz.svg │ │ ├── align_distrib_verti.svg │ │ ├── align_left.svg │ │ ├── align_middle.svg │ │ ├── align_right.svg │ │ ├── align_top.svg │ │ ├── anchor_end.svg │ │ ├── anchor_middle.svg │ │ ├── anchor_start.svg │ │ ├── angle.svg │ │ ├── arrow_down.svg │ │ ├── arrow_right.svg │ │ ├── arrow_right_big.svg │ │ ├── blur.svg │ │ ├── bold.svg │ │ ├── box.svg │ │ ├── box_o.svg │ │ ├── c_radius.svg │ │ ├── cancel.svg │ │ ├── circle.svg │ │ ├── clone.svg │ │ ├── close_path.svg │ │ ├── closepath_icons.svg │ │ ├── config.svg │ │ ├── conn.svg │ │ ├── context_menu.svg │ │ ├── delete.svg │ │ ├── docprop.svg │ │ ├── docprops.svg │ │ ├── editPref.svg │ │ ├── edit_foreign.svg │ │ ├── ellipse.svg │ │ ├── export.svg │ │ ├── eye.svg │ │ ├── eye_dropper.svg │ │ ├── fh_ellipse.svg │ │ ├── fh_rect.svg │ │ ├── fill.svg │ │ ├── fontsize.svg │ │ ├── forwardslash.svg │ │ ├── globe_link.svg │ │ ├── go_down.svg │ │ ├── go_up.svg │ │ ├── grid.svg │ │ ├── group_elements.svg │ │ ├── handle.svg │ │ ├── height.svg │ │ ├── hello_world.svg │ │ ├── image.svg │ │ ├── imagelib.svg │ │ ├── import.svg │ │ ├── importImg.svg │ │ ├── italic.svg │ │ ├── leftarrow.svg │ │ ├── leftarrow_o.svg │ │ ├── letter_spacing.svg │ │ ├── library.svg │ │ ├── linecap_butt.svg │ │ ├── linecap_round.svg │ │ ├── linecap_square.svg │ │ ├── linejoin_bevel.svg │ │ ├── linejoin_miter.svg │ │ ├── linejoin_round.svg │ │ ├── link_controls.svg │ │ ├── logo.svg │ │ ├── mcircle.svg │ │ ├── mcircle_o.svg │ │ ├── mkr_markers_dimension.svg │ │ ├── mkr_markers_label.svg │ │ ├── mkr_markers_off.svg │ │ ├── move_bottom.svg │ │ ├── move_top.svg │ │ ├── netlify-dark.svg │ │ ├── new.svg │ │ ├── no_color.svg │ │ ├── node_clone.svg │ │ ├── node_delete.svg │ │ ├── nomarker.svg │ │ ├── ok.svg │ │ ├── opacity.svg │ │ ├── open.svg │ │ ├── open_path.svg │ │ ├── openpath.png │ │ ├── panning.svg │ │ ├── path.svg │ │ ├── pen.svg │ │ ├── pencil.svg │ │ ├── polygon.svg │ │ ├── rect.svg │ │ ├── redo.svg │ │ ├── reorient.svg │ │ ├── reverseslash.svg │ │ ├── rightarrow.svg │ │ ├── rightarrow_o.svg │ │ ├── rotate.svg │ │ ├── save.svg │ │ ├── saveImg.svg │ │ ├── select.svg │ │ ├── select_node.svg │ │ ├── shapelib.svg │ │ ├── source.svg │ │ ├── square.svg │ │ ├── star.svg │ │ ├── star_o.svg │ │ ├── stroke.svg │ │ ├── svg-edit-home.svg │ │ ├── text.svg │ │ ├── text_decoration_linethrough.svg │ │ ├── text_decoration_overline.svg │ │ ├── text_decoration_underline.svg │ │ ├── text_length.svg │ │ ├── textmarker.svg │ │ ├── textmarker_bottom.svg │ │ ├── textmarker_top.svg │ │ ├── to_path.svg │ │ ├── tool_add_subpath.svg │ │ ├── tool_foreign.svg │ │ ├── tool_imagelib.svg │ │ ├── tool_node_clone.svg │ │ ├── tool_node_delete.svg │ │ ├── tool_node_link.svg │ │ ├── tool_openclose_path.svg │ │ ├── tool_placemark.svg │ │ ├── triangle.svg │ │ ├── triangle_o.svg │ │ ├── undo.svg │ │ ├── ungroup.svg │ │ ├── unlink_use.svg │ │ ├── verticalslash.svg │ │ ├── warning.svg │ │ ├── webappfind.svg │ │ ├── width.svg │ │ ├── wireframe.svg │ │ ├── word_spacing.svg │ │ ├── xmark.svg │ │ └── zoom.svg │ ├── index.html │ ├── svgedit.css │ ├── xdomain-Editor.js │ ├── xdomain-Editor.js.map │ └── xdomain-index.html ├── svgcode │ ├── .well-known │ │ └── assetlinks.json │ ├── assets │ │ ├── ar-TN-917a8102.js │ │ ├── be-BY-e27002d9.js │ │ ├── ca-ES-450231bf.js │ │ ├── colorworker-9f272d25.js │ │ ├── da-DK-fecf3d76.js │ │ ├── de-DE-c44b440e.js │ │ ├── el-GR-cf1cb156.js │ │ ├── en-GB-1ebb0134.js │ │ ├── en-US-14af226a.js │ │ ├── es-ES-8cdc11e3.js │ │ ├── filehandling-902cddbd.js │ │ ├── fr-FR-dff4346a.js │ │ ├── he-IL-3b82a749.js │ │ ├── id-ID-d5dc62f7.js │ │ ├── index-3320a989.js │ │ ├── install-9fbefe38.js │ │ ├── it-IT-24240090.js │ │ ├── ja-JP-6b72f65f.js │ │ ├── ko-KR-9fdbc612.js │ │ ├── languages-e8d9835d.js │ │ ├── module-workers-polyfill.min-53ae82b3.js │ │ ├── monochromeworker-f4bfce91.js │ │ ├── nl-NL-f6a4c727.js │ │ ├── no-NO-cb14a155.js │ │ ├── pl-PL-9ac090e3.js │ │ ├── preprocessworker-0f706d1d.js │ │ ├── preprocessworker-f3e5e051.js │ │ ├── pt-BR-30fb79a1.js │ │ ├── ru-RU-e5f207da.js │ │ ├── share-c7b73e63.js │ │ ├── spinner-a4113901.svg │ │ ├── style-9de1e397.css │ │ ├── svgoworker-7ff1a964.js │ │ ├── uk-UA-87a01182.js │ │ ├── windowcontrols-4bc9e1fd.js │ │ └── zh-CN-148f9e59.js │ ├── badges │ │ ├── microsoft-store.svg │ │ ├── play-store.svg │ │ └── web-browser.svg │ ├── copyicon.svg │ ├── favicon-bw.svg │ ├── favicon.png │ ├── favicon.svg │ ├── filtericon.svg │ ├── index.html │ ├── input_image.png │ ├── installicon.svg │ ├── manifest.webmanifest │ ├── moon.svg │ ├── openicon.svg │ ├── optionsicon.svg │ ├── paletteicon.svg │ ├── pasteicon.svg │ ├── potraced-color.svg │ ├── potraced-monochrome.svg │ ├── privacy_policy.txt │ ├── registerSW.js │ ├── saveicon.svg │ ├── scaleicon.svg │ ├── screenshots │ │ └── desktop.png │ ├── share-target │ │ └── sharetargetsw.js │ ├── shareicon.svg │ ├── shareiconmac.svg │ ├── spinner.svg │ ├── sun.svg │ ├── sw.js │ ├── tuneicon.svg │ └── workbox-3625d7b0.js └── vectorstudio.py └── style.css /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/README.md -------------------------------------------------------------------------------- /bin/put_potrace.exe_here_or_softlink.readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/bin/put_potrace.exe_here_or_softlink.readme.txt -------------------------------------------------------------------------------- /javascript/vectorstudio-ext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/javascript/vectorstudio-ext.js -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /scripts/editor/Editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/Editor.js -------------------------------------------------------------------------------- /scripts/editor/Editor.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/Editor.js.map -------------------------------------------------------------------------------- /scripts/editor/browser-not-supported.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/browser-not-supported.html -------------------------------------------------------------------------------- /scripts/editor/browser-not-supported.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/browser-not-supported.js -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/AlphaBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/AlphaBar.png -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/Bars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/Bars.png -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/Maps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/Maps.png -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/NoColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/NoColor.png -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/bar-opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/bar-opacity.png -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/map-opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/map-opacity.png -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/mappoint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/mappoint.gif -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/mappoint_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/mappoint_c.png -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/mappoint_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/mappoint_f.png -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/picker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/picker.gif -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/preview-opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/preview-opacity.png -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/rangearrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/rangearrows.gif -------------------------------------------------------------------------------- /scripts/editor/components/jgraduate/images/rangearrows2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/components/jgraduate/images/rangearrows2.gif -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-eyedropper/ext-eyedropper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-eyedropper/ext-eyedropper.js -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-eyedropper/ext-eyedropper.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-eyedropper/ext-eyedropper.js.map -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-grid/ext-grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-grid/ext-grid.js -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-grid/ext-grid.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-grid/ext-grid.js.map -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-helloworld/ext-helloworld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-helloworld/ext-helloworld.js -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-helloworld/ext-helloworld.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-helloworld/ext-helloworld.js.map -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-markers/ext-markers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-markers/ext-markers.js -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-markers/ext-markers.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-markers/ext-markers.js.map -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-opensave/ext-opensave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-opensave/ext-opensave.js -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-opensave/ext-opensave.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-opensave/ext-opensave.js.map -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-overview_window/ext-overview_window.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-overview_window/ext-overview_window.js -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-overview_window/ext-overview_window.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-overview_window/ext-overview_window.js.map -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-panning/ext-panning.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-panning/ext-panning.js -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-panning/ext-panning.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-panning/ext-panning.js.map -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-polystar/ext-polystar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-polystar/ext-polystar.js -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-polystar/ext-polystar.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-polystar/ext-polystar.js.map -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/ext-shapes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/ext-shapes.js -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/ext-shapes.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/ext-shapes.js.map -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/animal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/animal.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/arrow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/arrow.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/basic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/basic.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/dialog_balloon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/dialog_balloon.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/electronics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/electronics.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/flowchart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/flowchart.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/game.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/index.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/license-MIT-raphael.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/license-MIT-raphael.txt -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/math.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/math.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/misc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/misc.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/music.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/music.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/object.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/object.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/raphael_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/raphael_1.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/raphael_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/raphael_2.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-shapes/shapelib/symbol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-shapes/shapelib/symbol.json -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-storage/ext-storage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-storage/ext-storage.js -------------------------------------------------------------------------------- /scripts/editor/extensions/ext-storage/ext-storage.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/extensions/ext-storage/ext-storage.js.map -------------------------------------------------------------------------------- /scripts/editor/iife-Editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/iife-Editor.js -------------------------------------------------------------------------------- /scripts/editor/iife-Editor.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/iife-Editor.js.map -------------------------------------------------------------------------------- /scripts/editor/iife-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/iife-index.html -------------------------------------------------------------------------------- /scripts/editor/images/add_subpath.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/add_subpath.svg -------------------------------------------------------------------------------- /scripts/editor/images/align.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/align.svg -------------------------------------------------------------------------------- /scripts/editor/images/align_bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/align_bottom.svg -------------------------------------------------------------------------------- /scripts/editor/images/align_center.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/align_center.svg -------------------------------------------------------------------------------- /scripts/editor/images/align_distrib_horiz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/align_distrib_horiz.svg -------------------------------------------------------------------------------- /scripts/editor/images/align_distrib_verti.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/align_distrib_verti.svg -------------------------------------------------------------------------------- /scripts/editor/images/align_left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/align_left.svg -------------------------------------------------------------------------------- /scripts/editor/images/align_middle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/align_middle.svg -------------------------------------------------------------------------------- /scripts/editor/images/align_right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/align_right.svg -------------------------------------------------------------------------------- /scripts/editor/images/align_top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/align_top.svg -------------------------------------------------------------------------------- /scripts/editor/images/anchor_end.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/anchor_end.svg -------------------------------------------------------------------------------- /scripts/editor/images/anchor_middle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/anchor_middle.svg -------------------------------------------------------------------------------- /scripts/editor/images/anchor_start.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/anchor_start.svg -------------------------------------------------------------------------------- /scripts/editor/images/angle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/angle.svg -------------------------------------------------------------------------------- /scripts/editor/images/arrow_down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/arrow_down.svg -------------------------------------------------------------------------------- /scripts/editor/images/arrow_right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/arrow_right.svg -------------------------------------------------------------------------------- /scripts/editor/images/arrow_right_big.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/arrow_right_big.svg -------------------------------------------------------------------------------- /scripts/editor/images/blur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/blur.svg -------------------------------------------------------------------------------- /scripts/editor/images/bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/bold.svg -------------------------------------------------------------------------------- /scripts/editor/images/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/box.svg -------------------------------------------------------------------------------- /scripts/editor/images/box_o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/box_o.svg -------------------------------------------------------------------------------- /scripts/editor/images/c_radius.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/c_radius.svg -------------------------------------------------------------------------------- /scripts/editor/images/cancel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/cancel.svg -------------------------------------------------------------------------------- /scripts/editor/images/circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/circle.svg -------------------------------------------------------------------------------- /scripts/editor/images/clone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/clone.svg -------------------------------------------------------------------------------- /scripts/editor/images/close_path.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/close_path.svg -------------------------------------------------------------------------------- /scripts/editor/images/closepath_icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/closepath_icons.svg -------------------------------------------------------------------------------- /scripts/editor/images/config.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/config.svg -------------------------------------------------------------------------------- /scripts/editor/images/conn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/conn.svg -------------------------------------------------------------------------------- /scripts/editor/images/context_menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/context_menu.svg -------------------------------------------------------------------------------- /scripts/editor/images/delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/delete.svg -------------------------------------------------------------------------------- /scripts/editor/images/docprop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/docprop.svg -------------------------------------------------------------------------------- /scripts/editor/images/docprops.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/docprops.svg -------------------------------------------------------------------------------- /scripts/editor/images/editPref.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/editPref.svg -------------------------------------------------------------------------------- /scripts/editor/images/edit_foreign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/edit_foreign.svg -------------------------------------------------------------------------------- /scripts/editor/images/ellipse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/ellipse.svg -------------------------------------------------------------------------------- /scripts/editor/images/export.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/export.svg -------------------------------------------------------------------------------- /scripts/editor/images/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/eye.svg -------------------------------------------------------------------------------- /scripts/editor/images/eye_dropper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/eye_dropper.svg -------------------------------------------------------------------------------- /scripts/editor/images/fh_ellipse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/fh_ellipse.svg -------------------------------------------------------------------------------- /scripts/editor/images/fh_rect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/fh_rect.svg -------------------------------------------------------------------------------- /scripts/editor/images/fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/fill.svg -------------------------------------------------------------------------------- /scripts/editor/images/fontsize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/fontsize.svg -------------------------------------------------------------------------------- /scripts/editor/images/forwardslash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/forwardslash.svg -------------------------------------------------------------------------------- /scripts/editor/images/globe_link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/globe_link.svg -------------------------------------------------------------------------------- /scripts/editor/images/go_down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/go_down.svg -------------------------------------------------------------------------------- /scripts/editor/images/go_up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/go_up.svg -------------------------------------------------------------------------------- /scripts/editor/images/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/grid.svg -------------------------------------------------------------------------------- /scripts/editor/images/group_elements.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/group_elements.svg -------------------------------------------------------------------------------- /scripts/editor/images/handle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/handle.svg -------------------------------------------------------------------------------- /scripts/editor/images/height.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/height.svg -------------------------------------------------------------------------------- /scripts/editor/images/hello_world.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/hello_world.svg -------------------------------------------------------------------------------- /scripts/editor/images/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/image.svg -------------------------------------------------------------------------------- /scripts/editor/images/imagelib.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/imagelib.svg -------------------------------------------------------------------------------- /scripts/editor/images/import.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/import.svg -------------------------------------------------------------------------------- /scripts/editor/images/importImg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/importImg.svg -------------------------------------------------------------------------------- /scripts/editor/images/italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/italic.svg -------------------------------------------------------------------------------- /scripts/editor/images/leftarrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/leftarrow.svg -------------------------------------------------------------------------------- /scripts/editor/images/leftarrow_o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/leftarrow_o.svg -------------------------------------------------------------------------------- /scripts/editor/images/letter_spacing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/letter_spacing.svg -------------------------------------------------------------------------------- /scripts/editor/images/library.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/library.svg -------------------------------------------------------------------------------- /scripts/editor/images/linecap_butt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/linecap_butt.svg -------------------------------------------------------------------------------- /scripts/editor/images/linecap_round.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/linecap_round.svg -------------------------------------------------------------------------------- /scripts/editor/images/linecap_square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/linecap_square.svg -------------------------------------------------------------------------------- /scripts/editor/images/linejoin_bevel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/linejoin_bevel.svg -------------------------------------------------------------------------------- /scripts/editor/images/linejoin_miter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/linejoin_miter.svg -------------------------------------------------------------------------------- /scripts/editor/images/linejoin_round.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/linejoin_round.svg -------------------------------------------------------------------------------- /scripts/editor/images/link_controls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/link_controls.svg -------------------------------------------------------------------------------- /scripts/editor/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/logo.svg -------------------------------------------------------------------------------- /scripts/editor/images/mcircle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/mcircle.svg -------------------------------------------------------------------------------- /scripts/editor/images/mcircle_o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/mcircle_o.svg -------------------------------------------------------------------------------- /scripts/editor/images/mkr_markers_dimension.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/mkr_markers_dimension.svg -------------------------------------------------------------------------------- /scripts/editor/images/mkr_markers_label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/mkr_markers_label.svg -------------------------------------------------------------------------------- /scripts/editor/images/mkr_markers_off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/mkr_markers_off.svg -------------------------------------------------------------------------------- /scripts/editor/images/move_bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/move_bottom.svg -------------------------------------------------------------------------------- /scripts/editor/images/move_top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/move_top.svg -------------------------------------------------------------------------------- /scripts/editor/images/netlify-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/netlify-dark.svg -------------------------------------------------------------------------------- /scripts/editor/images/new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/new.svg -------------------------------------------------------------------------------- /scripts/editor/images/no_color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/no_color.svg -------------------------------------------------------------------------------- /scripts/editor/images/node_clone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/node_clone.svg -------------------------------------------------------------------------------- /scripts/editor/images/node_delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/node_delete.svg -------------------------------------------------------------------------------- /scripts/editor/images/nomarker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/nomarker.svg -------------------------------------------------------------------------------- /scripts/editor/images/ok.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/ok.svg -------------------------------------------------------------------------------- /scripts/editor/images/opacity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/opacity.svg -------------------------------------------------------------------------------- /scripts/editor/images/open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/open.svg -------------------------------------------------------------------------------- /scripts/editor/images/open_path.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/open_path.svg -------------------------------------------------------------------------------- /scripts/editor/images/openpath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/openpath.png -------------------------------------------------------------------------------- /scripts/editor/images/panning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/panning.svg -------------------------------------------------------------------------------- /scripts/editor/images/path.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/path.svg -------------------------------------------------------------------------------- /scripts/editor/images/pen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/pen.svg -------------------------------------------------------------------------------- /scripts/editor/images/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/pencil.svg -------------------------------------------------------------------------------- /scripts/editor/images/polygon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/polygon.svg -------------------------------------------------------------------------------- /scripts/editor/images/rect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/rect.svg -------------------------------------------------------------------------------- /scripts/editor/images/redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/redo.svg -------------------------------------------------------------------------------- /scripts/editor/images/reorient.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/reorient.svg -------------------------------------------------------------------------------- /scripts/editor/images/reverseslash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/reverseslash.svg -------------------------------------------------------------------------------- /scripts/editor/images/rightarrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/rightarrow.svg -------------------------------------------------------------------------------- /scripts/editor/images/rightarrow_o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/rightarrow_o.svg -------------------------------------------------------------------------------- /scripts/editor/images/rotate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/rotate.svg -------------------------------------------------------------------------------- /scripts/editor/images/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/save.svg -------------------------------------------------------------------------------- /scripts/editor/images/saveImg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/saveImg.svg -------------------------------------------------------------------------------- /scripts/editor/images/select.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/select.svg -------------------------------------------------------------------------------- /scripts/editor/images/select_node.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/select_node.svg -------------------------------------------------------------------------------- /scripts/editor/images/shapelib.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/shapelib.svg -------------------------------------------------------------------------------- /scripts/editor/images/source.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/source.svg -------------------------------------------------------------------------------- /scripts/editor/images/square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/square.svg -------------------------------------------------------------------------------- /scripts/editor/images/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/star.svg -------------------------------------------------------------------------------- /scripts/editor/images/star_o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/star_o.svg -------------------------------------------------------------------------------- /scripts/editor/images/stroke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/stroke.svg -------------------------------------------------------------------------------- /scripts/editor/images/svg-edit-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/svg-edit-home.svg -------------------------------------------------------------------------------- /scripts/editor/images/text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/text.svg -------------------------------------------------------------------------------- /scripts/editor/images/text_decoration_linethrough.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/text_decoration_linethrough.svg -------------------------------------------------------------------------------- /scripts/editor/images/text_decoration_overline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/text_decoration_overline.svg -------------------------------------------------------------------------------- /scripts/editor/images/text_decoration_underline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/text_decoration_underline.svg -------------------------------------------------------------------------------- /scripts/editor/images/text_length.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/text_length.svg -------------------------------------------------------------------------------- /scripts/editor/images/textmarker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/textmarker.svg -------------------------------------------------------------------------------- /scripts/editor/images/textmarker_bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/textmarker_bottom.svg -------------------------------------------------------------------------------- /scripts/editor/images/textmarker_top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/textmarker_top.svg -------------------------------------------------------------------------------- /scripts/editor/images/to_path.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/to_path.svg -------------------------------------------------------------------------------- /scripts/editor/images/tool_add_subpath.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/tool_add_subpath.svg -------------------------------------------------------------------------------- /scripts/editor/images/tool_foreign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/tool_foreign.svg -------------------------------------------------------------------------------- /scripts/editor/images/tool_imagelib.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/tool_imagelib.svg -------------------------------------------------------------------------------- /scripts/editor/images/tool_node_clone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/tool_node_clone.svg -------------------------------------------------------------------------------- /scripts/editor/images/tool_node_delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/tool_node_delete.svg -------------------------------------------------------------------------------- /scripts/editor/images/tool_node_link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/tool_node_link.svg -------------------------------------------------------------------------------- /scripts/editor/images/tool_openclose_path.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/tool_openclose_path.svg -------------------------------------------------------------------------------- /scripts/editor/images/tool_placemark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/tool_placemark.svg -------------------------------------------------------------------------------- /scripts/editor/images/triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/triangle.svg -------------------------------------------------------------------------------- /scripts/editor/images/triangle_o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/triangle_o.svg -------------------------------------------------------------------------------- /scripts/editor/images/undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/undo.svg -------------------------------------------------------------------------------- /scripts/editor/images/ungroup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/ungroup.svg -------------------------------------------------------------------------------- /scripts/editor/images/unlink_use.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/unlink_use.svg -------------------------------------------------------------------------------- /scripts/editor/images/verticalslash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/verticalslash.svg -------------------------------------------------------------------------------- /scripts/editor/images/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/warning.svg -------------------------------------------------------------------------------- /scripts/editor/images/webappfind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/webappfind.svg -------------------------------------------------------------------------------- /scripts/editor/images/width.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/width.svg -------------------------------------------------------------------------------- /scripts/editor/images/wireframe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/wireframe.svg -------------------------------------------------------------------------------- /scripts/editor/images/word_spacing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/word_spacing.svg -------------------------------------------------------------------------------- /scripts/editor/images/xmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/xmark.svg -------------------------------------------------------------------------------- /scripts/editor/images/zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/images/zoom.svg -------------------------------------------------------------------------------- /scripts/editor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/index.html -------------------------------------------------------------------------------- /scripts/editor/svgedit.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/svgedit.css -------------------------------------------------------------------------------- /scripts/editor/xdomain-Editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/xdomain-Editor.js -------------------------------------------------------------------------------- /scripts/editor/xdomain-Editor.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/xdomain-Editor.js.map -------------------------------------------------------------------------------- /scripts/editor/xdomain-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/editor/xdomain-index.html -------------------------------------------------------------------------------- /scripts/svgcode/.well-known/assetlinks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/.well-known/assetlinks.json -------------------------------------------------------------------------------- /scripts/svgcode/assets/ar-TN-917a8102.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/ar-TN-917a8102.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/be-BY-e27002d9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/be-BY-e27002d9.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/ca-ES-450231bf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/ca-ES-450231bf.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/colorworker-9f272d25.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/colorworker-9f272d25.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/da-DK-fecf3d76.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/da-DK-fecf3d76.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/de-DE-c44b440e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/de-DE-c44b440e.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/el-GR-cf1cb156.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/el-GR-cf1cb156.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/en-GB-1ebb0134.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/en-GB-1ebb0134.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/en-US-14af226a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/en-US-14af226a.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/es-ES-8cdc11e3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/es-ES-8cdc11e3.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/filehandling-902cddbd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/filehandling-902cddbd.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/fr-FR-dff4346a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/fr-FR-dff4346a.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/he-IL-3b82a749.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/he-IL-3b82a749.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/id-ID-d5dc62f7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/id-ID-d5dc62f7.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/index-3320a989.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/index-3320a989.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/install-9fbefe38.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/install-9fbefe38.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/it-IT-24240090.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/it-IT-24240090.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/ja-JP-6b72f65f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/ja-JP-6b72f65f.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/ko-KR-9fdbc612.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/ko-KR-9fdbc612.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/languages-e8d9835d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/languages-e8d9835d.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/module-workers-polyfill.min-53ae82b3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/module-workers-polyfill.min-53ae82b3.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/monochromeworker-f4bfce91.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/monochromeworker-f4bfce91.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/nl-NL-f6a4c727.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/nl-NL-f6a4c727.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/no-NO-cb14a155.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/no-NO-cb14a155.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/pl-PL-9ac090e3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/pl-PL-9ac090e3.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/preprocessworker-0f706d1d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/preprocessworker-0f706d1d.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/preprocessworker-f3e5e051.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/preprocessworker-f3e5e051.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/pt-BR-30fb79a1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/pt-BR-30fb79a1.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/ru-RU-e5f207da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/ru-RU-e5f207da.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/share-c7b73e63.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/share-c7b73e63.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/spinner-a4113901.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/spinner-a4113901.svg -------------------------------------------------------------------------------- /scripts/svgcode/assets/style-9de1e397.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/style-9de1e397.css -------------------------------------------------------------------------------- /scripts/svgcode/assets/svgoworker-7ff1a964.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/svgoworker-7ff1a964.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/uk-UA-87a01182.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/uk-UA-87a01182.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/windowcontrols-4bc9e1fd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/windowcontrols-4bc9e1fd.js -------------------------------------------------------------------------------- /scripts/svgcode/assets/zh-CN-148f9e59.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/assets/zh-CN-148f9e59.js -------------------------------------------------------------------------------- /scripts/svgcode/badges/microsoft-store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/badges/microsoft-store.svg -------------------------------------------------------------------------------- /scripts/svgcode/badges/play-store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/badges/play-store.svg -------------------------------------------------------------------------------- /scripts/svgcode/badges/web-browser.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/badges/web-browser.svg -------------------------------------------------------------------------------- /scripts/svgcode/copyicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/copyicon.svg -------------------------------------------------------------------------------- /scripts/svgcode/favicon-bw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/favicon-bw.svg -------------------------------------------------------------------------------- /scripts/svgcode/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/favicon.png -------------------------------------------------------------------------------- /scripts/svgcode/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/favicon.svg -------------------------------------------------------------------------------- /scripts/svgcode/filtericon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/filtericon.svg -------------------------------------------------------------------------------- /scripts/svgcode/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/index.html -------------------------------------------------------------------------------- /scripts/svgcode/input_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/input_image.png -------------------------------------------------------------------------------- /scripts/svgcode/installicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/installicon.svg -------------------------------------------------------------------------------- /scripts/svgcode/manifest.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/manifest.webmanifest -------------------------------------------------------------------------------- /scripts/svgcode/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/moon.svg -------------------------------------------------------------------------------- /scripts/svgcode/openicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/openicon.svg -------------------------------------------------------------------------------- /scripts/svgcode/optionsicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/optionsicon.svg -------------------------------------------------------------------------------- /scripts/svgcode/paletteicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/paletteicon.svg -------------------------------------------------------------------------------- /scripts/svgcode/pasteicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/pasteicon.svg -------------------------------------------------------------------------------- /scripts/svgcode/potraced-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/potraced-color.svg -------------------------------------------------------------------------------- /scripts/svgcode/potraced-monochrome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/potraced-monochrome.svg -------------------------------------------------------------------------------- /scripts/svgcode/privacy_policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/privacy_policy.txt -------------------------------------------------------------------------------- /scripts/svgcode/registerSW.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/registerSW.js -------------------------------------------------------------------------------- /scripts/svgcode/saveicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/saveicon.svg -------------------------------------------------------------------------------- /scripts/svgcode/scaleicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/scaleicon.svg -------------------------------------------------------------------------------- /scripts/svgcode/screenshots/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/screenshots/desktop.png -------------------------------------------------------------------------------- /scripts/svgcode/share-target/sharetargetsw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/share-target/sharetargetsw.js -------------------------------------------------------------------------------- /scripts/svgcode/shareicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/shareicon.svg -------------------------------------------------------------------------------- /scripts/svgcode/shareiconmac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/shareiconmac.svg -------------------------------------------------------------------------------- /scripts/svgcode/spinner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/spinner.svg -------------------------------------------------------------------------------- /scripts/svgcode/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/sun.svg -------------------------------------------------------------------------------- /scripts/svgcode/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/sw.js -------------------------------------------------------------------------------- /scripts/svgcode/tuneicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/tuneicon.svg -------------------------------------------------------------------------------- /scripts/svgcode/workbox-3625d7b0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/svgcode/workbox-3625d7b0.js -------------------------------------------------------------------------------- /scripts/vectorstudio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/scripts/vectorstudio.py -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgLegato/stable-diffusion-webui-vectorstudio/HEAD/style.css --------------------------------------------------------------------------------