* commit toward svgcanvas/svgedit isolation * jquery removal, isolate svgcavas from svgedit, tests * refactor(panels) * fix update of colorpickers * update cypress * #tool_imagelib image library menu missing in main menu * #tool_imagelib lint issue fixed * #seConfirmDialog confirm change to elix alertdialog * #seConfirmDialog alert change to elix alert dialog * #seConfirmDialog remove super.attributeChangedCallback * #process_cancel prompt changes to alertDialog and seConfirmDialog * refactor to class step 1 * make load faster * #storageDialog dialog separate moved dialog * #process_cancel alert and process_cancel changes * #process_cancel lint issue fixed * add seList component * merge * fixes * storagedialog * move all storage related code to ext-storage * fix ruler * Update ConfigObj.js * fix resize * Update ext-storage.js * picker starts withthe right color * fix prefs * fix initial content load * npm update and fix some tests * npm run build * improve bottom bar * move init (600 lines+) in its own file * visual changes * send open/save to a default extension * fix exe dropper ext * opacity spin button * fix panning * run build Co-authored-by: Agriya Dev5 <agriya.dev5@agriya.in>
14 lines
928 B
XML
14 lines
928 B
XML
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:se="http://svg-edit.googlecode.com">
|
|
<!-- Created with SVG-edit - https://github.com/SVG-Edit/svgedit -->
|
|
<defs>
|
|
<linearGradient y2="1" x2="0.2" y1="1" x1="0.8" id="svg_8">
|
|
<stop stop-opacity="1" stop-color="#000000" offset="0"/>
|
|
<stop stop-opacity="0" stop-color="#000000" offset="1"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<g>
|
|
<path transform="rotate(-45, 41.5117, 59.4648)" id="svg_3" d="m-19.0679,34.2946l94.8359,0c36.499,-1.4142 33.67101,48.9569 0,50.3711l-94.8359,0l0,-50.3711z" stroke-width="2" stroke="#a0a0a0" fill="url(#svg_8)"/>
|
|
<path id="svg_1" d="m6.63133,95.07755l59.17515,-59.17515" stroke-width="3" stroke="#fddb8c" fill="none"/>
|
|
<path id="svg_2" d="m51.62893,36.10742l13.05662,-13.05662l13.05661,13.05662l-13.05661,13.05662l-13.05662,-13.05662z" stroke="none" fill="#fddb8c"/>
|
|
</g>
|
|
</svg> |